Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
mstsirkin committed Jun 26, 2023
1 parent bf376f3 commit c85cad8
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
@@ -1,2 +1 @@
/* List of comma-separated changed AML files to ignore */
"tests/data/acpi/q35/SSDT.dimmpxm",

0 comments on commit c85cad8

Please sign in to comment.