tests/qtest/bios-tables-test: Update DSDT golden masters for x86/{pc,q35}
Update DSDT golden master files for x86/pc and x86/q35 platforms to accommodate changes made in the architecture-agnostic CPU AML. These updates notify the guest OS of vCPU hot-plug and hot-unplug status using the ACPI `_STA.Enabled` bit. The following is a diff of the changes in the .dsl file generated with IASL: @@ -1480,6 +1480,7 @@ CRMV, 1, CEJ0, 1, CEJF, 1, + CPRS, 1, Offset (0x05), CCMD, 8 } @@ -1514,9 +1515,16 @@ Acquire (\_SB.PCI0.PRES.CPLK, 0xFFFF) \_SB.PCI0.PRES.CSEL = Arg0 Local0 = Zero - If ((\_SB.PCI0.PRES.CPEN == One)) - { - Local0 = 0x0F + If ((\_SB.PCI0.PRES.CPRS == One)) + { + If ((\_SB.PCI0.PRES.CPEN == One)) + { + Local0 = 0x0F + } + Else + { + Local0 = 0x0D + } } Release (\_SB.PCI0.PRES.CPLK) Reported-by: Zhao Liu <zhao1.liu@intel.com> Signed-off-by: Salil Mehta <salil.mehta@huawei.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
parent
bf1ecc8dad
commit
4d62d15b11
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
Block a user