mirror of
https://github.com/qemu/qemu.git
synced 2026-02-04 05:35:39 +00:00
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 9fb1c9a1bb)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
(Mjt: rebuild acpi tables for 9.1)
This commit is contained in:
committed by
Michael Tokarev
parent
a4f807dfab
commit
30faa99558
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,40 +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-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",
|
||||
|
||||
Reference in New Issue
Block a user