diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2023-06-26 05:54:41 -0400 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2023-06-26 09:50:00 -0400 |
commit | c85cad8105e647e6aae1b0d8405c49d91994b158 (patch) | |
tree | 4bdab2f974627c0366c5f9a3dd88803b63ad0f8b | |
parent | bf376f3020dfd7bcb2c4158b4ffa85c04d44f56d (diff) |
tests/data/acpi: update after SMBIOS 2.0 change
Switching to SMBIOS3.0 by default shifts some addresses, so we get this
change in tests/data/acpi/q35/SSDT.dimmpxm :
@@ -389,6 +389,6 @@
}
}
- Name (MEMA, 0x07FFE000)
+ Name (MEMA, 0x07FFF000)
}
update the expected file to match.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
-rw-r--r-- | tests/data/acpi/q35/SSDT.dimmpxm | bin | 1815 -> 1815 bytes | |||
-rw-r--r-- | tests/qtest/bios-tables-test-allowed-diff.h | 1 |
2 files changed, 0 insertions, 1 deletions
diff --git a/tests/data/acpi/q35/SSDT.dimmpxm b/tests/data/acpi/q35/SSDT.dimmpxm Binary files differindex 9ea4e0d0ce..70f133412f 100644 --- a/tests/data/acpi/q35/SSDT.dimmpxm +++ b/tests/data/acpi/q35/SSDT.dimmpxm diff --git a/tests/qtest/bios-tables-test-allowed-diff.h b/tests/qtest/bios-tables-test-allowed-diff.h index 81148a604f..dfb8523c8b 100644 --- a/tests/qtest/bios-tables-test-allowed-diff.h +++ b/tests/qtest/bios-tables-test-allowed-diff.h @@ -1,2 +1 @@ /* List of comma-separated changed AML files to ignore */ -"tests/data/acpi/q35/SSDT.dimmpxm", |