From: Ross Zwisler Date: Thu, 7 Jun 2018 22:31:09 +0000 (-0600) Subject: hw/i386: Update SSDT table used by "make check" X-Git-Tag: qemu-xen-4.12.0-rc1~173^2~1 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=0f3ef1c0628d15e27b1cc4bf9fbd0e5532c59c76;p=qemu-xen.git 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 Cc: Peter Maydell Cc: Cornelia Huck Cc: Thomas Huth Cc: Eduardo Habkost Fixes: commit aa78a16d8645 ("hw/i386: Rename 2.13 machine types to 3.0") Tested-by: Thomas Huth Reviewed-by: Michael S. Tsirkin Signed-off-by: Michael S. Tsirkin --- diff --git a/tests/acpi-test-data/q35/SSDT.dimmpxm b/tests/acpi-test-data/q35/SSDT.dimmpxm index 8ba0e67cb7..2d5b721bcf 100644 Binary files a/tests/acpi-test-data/q35/SSDT.dimmpxm and b/tests/acpi-test-data/q35/SSDT.dimmpxm differ