qemu/tests/data/acpi
Igor Mammedov 5da8f7ba8e 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>
(cherry picked from commit 9fb1c9a1bb)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
(Mjt: rebuild acpi tables for 8.2)
2025-01-17 10:53:04 +03:00
..
microvm ACPI: bios-tables-test.c step 5 (update expected table binaries) 2023-05-19 01:36:09 -04:00
pc tests: acpi: update expected blobs 2025-01-17 10:53:04 +03:00
q35 tests: acpi: update expected blobs 2025-01-17 10:53:04 +03:00
virt tests/acpi: update expected data files 2024-01-12 17:23:21 +03:00
disassemle-aml.sh disassemble-aml: -o actually works 2020-08-27 08:27:48 -04:00
rebuild-expected-aml.sh rebuild-expected-aml.sh: allow partial target list 2021-10-20 04:44:05 -04:00