diff options
author | Igor Mammedov | 2022-07-01 15:35:08 +0200 |
---|---|---|
committer | Michael S. Tsirkin | 2022-10-09 22:38:45 +0200 |
commit | 01766490708273b66e7175c1ff5921edd934348e (patch) | |
tree | 0af9943b309271c5f64cef6697cdd7177a59a9eb /tests/data/acpi/pc/DSDT.ipmikcs | |
parent | x86: acpi: cleanup PCI device _DSM duplication (diff) | |
download | qemu-01766490708273b66e7175c1ff5921edd934348e.tar.gz qemu-01766490708273b66e7175c1ff5921edd934348e.tar.xz qemu-01766490708273b66e7175c1ff5921edd934348e.zip |
tests: acpi: update expected blobs
It's expected that hotpluggable slots will, get ASUN variable
and use that instead of _SUN with its _DSM method.
For example:
@@ -979,8 +979,9 @@ DefinitionBlock ("", "DSDT", 1, "BOCHS ", "BXPC ", 0x00000001)
Device (S18)
{
- Name (_SUN, 0x03) // _SUN: Slot User Number
+ Name (ASUN, 0x03)
Name (_ADR, 0x00030000) // _ADR: Address
+ Name (_SUN, 0x03) // _SUN: Slot User Number
Method (_EJ0, 1, NotSerialized) // _EJx: Eject Device
{
PCEJ (BSEL, _SUN)
@@ -991,7 +992,7 @@ DefinitionBlock ("", "DSDT", 1, "BOCHS ", "BXPC ", 0x00000001)
Local0 = Package (0x02)
{
BSEL,
- _SUN
+ ASUN
}
Return (PDSM (Arg0, Arg1, Arg2, Arg3, Local0))
}
Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Message-Id: <20220701133515.137890-11-imammedo@redhat.com>
Diffstat (limited to 'tests/data/acpi/pc/DSDT.ipmikcs')
-rw-r--r-- | tests/data/acpi/pc/DSDT.ipmikcs | bin | 6291 -> 6494 bytes |
1 files changed, 0 insertions, 0 deletions
diff --git a/tests/data/acpi/pc/DSDT.ipmikcs b/tests/data/acpi/pc/DSDT.ipmikcs Binary files differindex a7b4760817..59a6d58608 100644 --- a/tests/data/acpi/pc/DSDT.ipmikcs +++ b/tests/data/acpi/pc/DSDT.ipmikcs |