mirror of https://github.com/xemu-project/xemu.git
tests: acpi: update expected blobs
_DSM function 7 AML should have followig change: If ((Arg2 == 0x07)) { - Local0 = Package (0x02) - { - Zero, - "" - } Local2 = AIDX (DerefOf (Arg4 [Zero]), DerefOf (Arg4 [One] )) - Local0 [Zero] = Local2 + Local0 = Package (0x02) {} + If (!((Local2 == Zero) || (Local2 == 0xFFFFFFFF))) + { + Local0 [Zero] = Local2 + Local0 [One] = "" + } + Return (Local0) } } Signed-off-by: Igor Mammedov <imammedo@redhat.com> Message-Id: <20250115125342.3883374-4-imammedo@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> (cherry picked from commit 9fb1c9a1bb26e111ee5fa5538070cd684de14c08) Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> (Mjt: regenerate acpi tables for 9.2)
This commit is contained in:
parent
7170aa66aa
commit
73ca3ba37d
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,41 +1 @@
|
|||
/* List of comma-separated changed AML files to ignore */
|
||||
"tests/data/acpi/x86/pc/DSDT",
|
||||
"tests/data/acpi/x86/pc/DSDT.acpierst",
|
||||
"tests/data/acpi/x86/pc/DSDT.acpihmat",
|
||||
"tests/data/acpi/x86/pc/DSDT.bridge",
|
||||
"tests/data/acpi/x86/pc/DSDT.cphp",
|
||||
"tests/data/acpi/x86/pc/DSDT.dimmpxm",
|
||||
"tests/data/acpi/x86/pc/DSDT.hpbridge",
|
||||
"tests/data/acpi/x86/pc/DSDT.ipmikcs",
|
||||
"tests/data/acpi/x86/pc/DSDT.memhp",
|
||||
"tests/data/acpi/x86/pc/DSDT.nohpet",
|
||||
"tests/data/acpi/x86/pc/DSDT.numamem",
|
||||
"tests/data/acpi/x86/pc/DSDT.roothp",
|
||||
"tests/data/acpi/x86/q35/DSDT",
|
||||
"tests/data/acpi/x86/q35/DSDT.acpierst",
|
||||
"tests/data/acpi/x86/q35/DSDT.acpihmat",
|
||||
"tests/data/acpi/x86/q35/DSDT.acpihmat-generic-x",
|
||||
"tests/data/acpi/x86/q35/DSDT.acpihmat-noinitiator",
|
||||
"tests/data/acpi/x86/q35/DSDT.applesmc",
|
||||
"tests/data/acpi/x86/q35/DSDT.bridge",
|
||||
"tests/data/acpi/x86/q35/DSDT.core-count",
|
||||
"tests/data/acpi/x86/q35/DSDT.core-count2",
|
||||
"tests/data/acpi/x86/q35/DSDT.cphp",
|
||||
"tests/data/acpi/x86/q35/DSDT.cxl",
|
||||
"tests/data/acpi/x86/q35/DSDT.dimmpxm",
|
||||
"tests/data/acpi/x86/q35/DSDT.ipmibt",
|
||||
"tests/data/acpi/x86/q35/DSDT.ipmismbus",
|
||||
"tests/data/acpi/x86/q35/DSDT.ivrs",
|
||||
"tests/data/acpi/x86/q35/DSDT.memhp",
|
||||
"tests/data/acpi/x86/q35/DSDT.mmio64",
|
||||
"tests/data/acpi/x86/q35/DSDT.multi-bridge",
|
||||
"tests/data/acpi/x86/q35/DSDT.nohpet",
|
||||
"tests/data/acpi/x86/q35/DSDT.numamem",
|
||||
"tests/data/acpi/x86/q35/DSDT.pvpanic-isa",
|
||||
"tests/data/acpi/x86/q35/DSDT.thread-count",
|
||||
"tests/data/acpi/x86/q35/DSDT.thread-count2",
|
||||
"tests/data/acpi/x86/q35/DSDT.tis.tpm12",
|
||||
"tests/data/acpi/x86/q35/DSDT.tis.tpm2",
|
||||
"tests/data/acpi/x86/q35/DSDT.type4-count",
|
||||
"tests/data/acpi/x86/q35/DSDT.viot",
|
||||
"tests/data/acpi/x86/q35/DSDT.xapic",
|
||||
|
|
Loading…
Reference in New Issue