summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorRoss Zwisler <ross.zwisler@linux.intel.com>2018-06-07 16:31:09 -0600
committerMichael S. Tsirkin <mst@redhat.com>2018-06-11 22:19:57 +0300
commit0f3ef1c0628d15e27b1cc4bf9fbd0e5532c59c76 (patch)
tree0cbdab602cb20dcd1b0897c28b20389aaecd442b
parent2afc4e3df80d947dd1bd42ce80278f591b35c74a (diff)
downloadfocaccia-qemu-0f3ef1c0628d15e27b1cc4bf9fbd0e5532c59c76.tar.gz
focaccia-qemu-0f3ef1c0628d15e27b1cc4bf9fbd0e5532c59c76.zip
hw/i386: Update SSDT table used by "make check"
This commit:

commit aa78a16d8645 ("hw/i386: Rename 2.13 machine types to 3.0")

updated the name used to create the q35 machine, which in turn changed the
SSDT table which is generated when we run "make check":

  acpi-test: Warning! SSDT mismatch. Actual [asl:/tmp/asl-QZDWJZ.dsl,
  aml:/tmp/aml-T8JYJZ], Expected [asl:/tmp/asl-DTWVJZ.dsl,
  aml:tests/acpi-test-data/q35/SSDT.dimmpxm].

Here's the only difference, aside from the checksum:

  <     Name (MEMA, 0x07FFF000)
  ---
  >     Name (MEMA, 0x07FFE000)

Update the binary table that we compare against so it reflects this name
change.

Signed-off-by: Ross Zwisler <ross.zwisler@linux.intel.com>
Cc: Peter Maydell <peter.maydell@linaro.org>
Cc: Cornelia Huck <cohuck@redhat.com>
Cc: Thomas Huth <thuth@redhat.com>
Cc: Eduardo Habkost <ehabkost@redhat.com>
Fixes: commit aa78a16d8645 ("hw/i386: Rename 2.13 machine types to 3.0")
Tested-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
-rw-r--r--tests/acpi-test-data/q35/SSDT.dimmpxmbin685 -> 685 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/tests/acpi-test-data/q35/SSDT.dimmpxm b/tests/acpi-test-data/q35/SSDT.dimmpxm
index 8ba0e67cb7..2d5b721bcf 100644
--- a/tests/acpi-test-data/q35/SSDT.dimmpxm
+++ b/tests/acpi-test-data/q35/SSDT.dimmpxm
Binary files differ