diff options
author | Igor Mammedov <imammedo@redhat.com> | 2025-01-15 13:53:42 +0100 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2025-01-15 13:07:25 -0500 |
commit | 9fb1c9a1bb26e111ee5fa5538070cd684de14c08 (patch) | |
tree | 48ff2c77b71e12e6fe5e22372597df0d659daac8 /docs/devel | |
parent | 0b053391985abcc40b16ac8fc4a7f6588d1d95c1 (diff) | |
download | qemu-9fb1c9a1bb26e111ee5fa5538070cd684de14c08.zip qemu-9fb1c9a1bb26e111ee5fa5538070cd684de14c08.tar.gz qemu-9fb1c9a1bb26e111ee5fa5538070cd684de14c08.tar.bz2 |
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 <imammedo@redhat.com>
Message-Id: <20250115125342.3883374-4-imammedo@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'docs/devel')
0 files changed, 0 insertions, 0 deletions