qemu/tests/data/acpi
Igor Mammedov f8e49d067f tests: acpi: update expected blobs
the only chenge is addition of _DSM- > EDSM method
on non-hotpluggable devices with configured acpi-index.
Something like:

  +                Method (_DSM, 4, Serialized)  // _DSM: Device-Specific Method
  +                {
  +                    Local0 = Package (0x01)
  +                        {
  +                            0x65
  +                        }
  +                    Return (EDSM (Arg0, Arg1, Arg2, Arg3, Local0))
  +                }

Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Message-Id: <20230302161543.286002-23-imammedo@redhat.com>
2023-03-07 12:39:00 -05:00
..
microvm ACPI ERST: step 6 of bios-tables-test.c 2022-02-06 04:33:50 -05:00
pc tests: acpi: update expected blobs 2023-03-07 12:39:00 -05:00
q35 tests: acpi: update expected blobs 2023-03-07 12:39:00 -05:00
virt tests/data/acpi/virt: drop (most) duplicate files. 2023-03-02 19:13:52 -05: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