]> git.proxmox.com Git - mirror_qemu.git/commitdiff
tests/data/acpi: update after SMBIOS 2.0 change
authorMichael S. Tsirkin <mst@redhat.com>
Mon, 26 Jun 2023 09:54:41 +0000 (05:54 -0400)
committerMichael S. Tsirkin <mst@redhat.com>
Mon, 26 Jun 2023 13:50:00 +0000 (09:50 -0400)
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>
tests/data/acpi/q35/SSDT.dimmpxm
tests/qtest/bios-tables-test-allowed-diff.h

index 9ea4e0d0ceaa8a5cbd706afb6d49de853fafe654..70f133412f5e0aa128ab210245a8de7304eeb843 100644 (file)
Binary files a/tests/data/acpi/q35/SSDT.dimmpxm and b/tests/data/acpi/q35/SSDT.dimmpxm differ
index 81148a604f42c45adbe1b15a1f4f90feb3904b19..dfb8523c8bf457c471cea8d860eff394b2d3700f 100644 (file)
@@ -1,2 +1 @@
 /* List of comma-separated changed AML files to ignore */
-"tests/data/acpi/q35/SSDT.dimmpxm",