Skip to content
Snippets Groups Projects
Commit 5f88dd43 authored by Gerd Hoffmann's avatar Gerd Hoffmann
Browse files

tests/acpi: update virt/SSDT.memhp


The edk2 update caused an address change:

 DefinitionBlock ("", "SSDT", 1, "BOCHS ", "NVDIMM", 0x00000001)
 {
     Scope (\_SB)
     {
         Device (NVDR)
         {
             Name (_HID, "ACPI0012" /* NVDIMM Root Device */)  // _HID: Hardware ID
             [ ... ]
         }
     }

-    Name (MEMA, 0x43D10000)
+    Name (MEMA, 0x43C90000)
 }

Signed-off-by: default avatarGerd Hoffmann <kraxel@redhat.com>
parent 91e01270
No related branches found
No related tags found
No related merge requests found
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment