qemu-e2k/tests/data/acpi/virt
Gerd Hoffmann ff883fb39e tests/acpi: update expected data files
The switch to edk2 RELEASE builds changes the memory layout a bit,
resulting in a acpi table change.

See commits ca26041500 ("edk2: switch to release builds") and
3891a5996f ("edk2: update binaries to stable202202")

 DefinitionBlock ("", "SSDT", 1, "BOCHS ", "NVDIMM", 0x00000001)
 {
     Scope (\_SB)
     {
         Device (NVDR)
         {
             Name (_HID, "ACPI0012" /* NVDIMM Root Device */)  // _HID: Hardware ID
             Method (NCAL, 5, Serialized)
             {
                 Local6 = MEMA /* \MEMA */
                 {
                     Return (NCAL (Arg0, Arg1, Arg2, Arg3, 0x02))
                 }
             }

             Device (NV02)
             {
                 Name (_ADR, 0x03)  // _ADR: Address
                 Method (_DSM, 4, NotSerialized)  // _DSM: Device-Specific Method
                 {
                     Return (NCAL (Arg0, Arg1, Arg2, Arg3, 0x03))
                 }
             }
         }
     }

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

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Acked-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
2022-03-15 09:31:44 +01:00
..
APIC
APIC.memhp
APIC.numamem
DBG2 bios-tables-test: Generate reference table for virt/DBG2 2021-10-20 18:17:32 -07:00
DSDT
DSDT.memhp
DSDT.numamem
DSDT.pxb
FACP
FACP.memhp
FACP.numamem
GTDT
GTDT.memhp
GTDT.numamem
IORT
IORT.memhp
IORT.numamem
IORT.pxb
MCFG
MCFG.memhp
MCFG.numamem
NFIT.memhp
PPTT tests/acpi/bios-table-test: Update expected virt/PPTT file 2022-01-20 11:47:52 +00:00
SLIT.memhp
SPCR
SPCR.memhp
SPCR.numamem
SRAT.memhp
SRAT.numamem
SSDT.memhp tests/acpi: update expected data files 2022-03-15 09:31:44 +01:00
VIOT tests/acpi: add expected blob for VIOT test on virt machine 2021-12-15 10:35:26 +00:00