diff options
author | Ross Zwisler | 2018-06-08 00:31:09 +0200 |
---|---|---|
committer | Michael S. Tsirkin | 2018-06-11 21:19:57 +0200 |
commit | 0f3ef1c0628d15e27b1cc4bf9fbd0e5532c59c76 (patch) | |
tree | 0cbdab602cb20dcd1b0897c28b20389aaecd442b | |
parent | Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2018-06-11' in... (diff) | |
download | qemu-0f3ef1c0628d15e27b1cc4bf9fbd0e5532c59c76.tar.gz qemu-0f3ef1c0628d15e27b1cc4bf9fbd0e5532c59c76.tar.xz 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.dimmpxm | bin | 685 -> 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 Binary files differindex 8ba0e67cb7..2d5b721bcf 100644 --- a/tests/acpi-test-data/q35/SSDT.dimmpxm +++ b/tests/acpi-test-data/q35/SSDT.dimmpxm |