Skip to content

Commit

Permalink
tests: acpi: update expected SSDT.dimmpxm blob
Browse files Browse the repository at this point in the history
address shift is caused by switch to 32-bit SMBIOS entry point
which has slightly different size from 64-bit one and happens
to trigger a bit different memory layout.

Expected diff:

-    Name (MEMA, 0x07FFE000)
+    Name (MEMA, 0x07FFF000)

Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Acked-by: Ani Sinha <anisinha@redhat.com>
Message-Id: <20240314152302.2324164-21-imammedo@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
  • Loading branch information
Igor Mammedov authored and mstsirkin committed Mar 18, 2024
1 parent 2c7c45b commit 86e372a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
Binary file modified tests/data/acpi/q35/SSDT.dimmpxm
Binary file not shown.
1 change: 0 additions & 1 deletion tests/qtest/bios-tables-test-allowed-diff.h
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
/* List of comma-separated changed AML files to ignore */
"tests/data/acpi/q35/SSDT.dimmpxm",

0 comments on commit 86e372a

Please sign in to comment.