Skip to content

Commit 9fb1c9a

Browse files
Igor Mammedovmstsirkin
authored andcommitted
tests: acpi: update expected blobs
_DSM function 7 AML should have followig change: If ((Arg2 == 0x07)) { - Local0 = Package (0x02) - { - Zero, - "" - } Local2 = AIDX (DerefOf (Arg4 [Zero]), DerefOf (Arg4 [One] )) - Local0 [Zero] = Local2 + Local0 = Package (0x02) {} + If (!((Local2 == Zero) || (Local2 == 0xFFFFFFFF))) + { + Local0 [Zero] = Local2 + Local0 [One] = "" + } + Return (Local0) } } Signed-off-by: Igor Mammedov <[email protected]> Message-Id: <[email protected]> Reviewed-by: Michael S. Tsirkin <[email protected]> Signed-off-by: Michael S. Tsirkin <[email protected]>
1 parent 0b05339 commit 9fb1c9a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+0
-40
lines changed

tests/data/acpi/x86/pc/DSDT

18 Bytes
Binary file not shown.

tests/data/acpi/x86/pc/DSDT.acpierst

18 Bytes
Binary file not shown.

tests/data/acpi/x86/pc/DSDT.acpihmat

18 Bytes
Binary file not shown.

tests/data/acpi/x86/pc/DSDT.bridge

18 Bytes
Binary file not shown.

tests/data/acpi/x86/pc/DSDT.cphp

18 Bytes
Binary file not shown.

tests/data/acpi/x86/pc/DSDT.dimmpxm

18 Bytes
Binary file not shown.

tests/data/acpi/x86/pc/DSDT.hpbridge

18 Bytes
Binary file not shown.

tests/data/acpi/x86/pc/DSDT.ipmikcs

18 Bytes
Binary file not shown.

tests/data/acpi/x86/pc/DSDT.memhp

18 Bytes
Binary file not shown.

tests/data/acpi/x86/pc/DSDT.nohpet

18 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)