diff options
author | Igor Mammedov <imammedo@redhat.com> | 2022-07-01 09:35:14 -0400 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2022-10-09 16:38:46 -0400 |
commit | 1ccd2220948c8d577ec8a3473a15f52ce2841800 (patch) | |
tree | ef8f8c548a1960d1e64fa7ccaf7164d08e00f2f4 /tests/data/acpi/q35/DSDT.bridge | |
parent | 87debd32a8e0fe272135d50ffe52b9287ccbdbd7 (diff) |
tests: acpi: update expected blobs
Expected change:
+ Device (SE8)
+ {
+ Name (_ADR, 0x001D0000) // _ADR: Address
+ Name (ASUN, 0x1D)
Method (_DSM, 4, Serialized) // _DSM: Device-Specific Method
{
Local0 = Package (0x02)
{
BSEL,
ASUN
}
Return (PDSM (Arg0, Arg1, Arg2, Arg3, Local0))
}
- }
- Device (SE8)
- {
- Name (_ADR, 0x001D0000) // _ADR: Address
- Name (ASUN, 0x1D)
Name (_SUN, 0x1D) // _SUN: Slot User Number
Method (_EJ0, 1, NotSerialized) // _EJx: Eject Device
{
PCEJ (BSEL, _SUN)
}
+ }
Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Message-Id: <20220701133515.137890-17-imammedo@redhat.com>
Diffstat (limited to 'tests/data/acpi/q35/DSDT.bridge')
-rw-r--r-- | tests/data/acpi/q35/DSDT.bridge | bin | 11449 -> 11449 bytes |
1 files changed, 0 insertions, 0 deletions
diff --git a/tests/data/acpi/q35/DSDT.bridge b/tests/data/acpi/q35/DSDT.bridge Binary files differindex 37ef245f67..a42eb674fa 100644 --- a/tests/data/acpi/q35/DSDT.bridge +++ b/tests/data/acpi/q35/DSDT.bridge |