diff options
author | Igor Mammedov <imammedo@redhat.com> | 2022-07-01 09:35:08 -0400 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2022-10-09 16:38:45 -0400 |
commit | 01766490708273b66e7175c1ff5921edd934348e (patch) | |
tree | 0af9943b309271c5f64cef6697cdd7177a59a9eb /tests/data/acpi/pc/DSDT.memhp | |
parent | 5840a16364b8d7b474b2730a4c73ffb4c1dbaf47 (diff) | |
download | qemu-01766490708273b66e7175c1ff5921edd934348e.zip qemu-01766490708273b66e7175c1ff5921edd934348e.tar.gz qemu-01766490708273b66e7175c1ff5921edd934348e.tar.bz2 |
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.memhp')
-rw-r--r-- | tests/data/acpi/pc/DSDT.memhp | bin | 7578 -> 7781 bytes |
1 files changed, 0 insertions, 0 deletions
diff --git a/tests/data/acpi/pc/DSDT.memhp b/tests/data/acpi/pc/DSDT.memhp Binary files differindex 63fdfe8..47d63de 100644 --- a/tests/data/acpi/pc/DSDT.memhp +++ b/tests/data/acpi/pc/DSDT.memhp |