mirror of https://github.com/xemu-project/xemu.git
tests/acpi: update expected blobs
Expected AML return to the state before
bf1ecc8dad
(w/acpi: Update ACPI `_STA` method with QOM vCPU ACPI Hotplug states)
droping not needed CPRS and _STA logic that broke cpu hotplug
@@ -2887,7 +2887,6 @@ DefinitionBlock ("", "DSDT", 1, "BOCHS ", "BXPC ", 0x00000001)
CRMV, 1,
CEJ0, 1,
CEJF, 1,
- CPRS, 1,
Offset (0x05),
CCMD, 8
}
@@ -2922,16 +2921,9 @@ DefinitionBlock ("", "DSDT", 1, "BOCHS ", "BXPC ", 0x00000001)
Acquire (\_SB.PCI0.PRES.CPLK, 0xFFFF)
\_SB.PCI0.PRES.CSEL = Arg0
Local0 = Zero
- If ((\_SB.PCI0.PRES.CPRS == One))
+ If ((\_SB.PCI0.PRES.CPEN == One))
{
- If ((\_SB.PCI0.PRES.CPEN == One))
- {
- Local0 = 0x0F
- }
- Else
- {
- Local0 = 0x0D
- }
+ Local0 = 0x0F
}
Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Message-Id: <20241112170258.2996640-5-imammedo@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
parent
f2ba6ab621
commit
e50a24ead1
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.
Binary file not shown.
|
@ -1,42 +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.hpbrroot",
|
||||
"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.noacpihp",
|
||||
"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