diff options
author | Igor Mammedov <imammedo@redhat.com> | 2023-01-12 15:03:09 +0100 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2023-01-28 06:21:30 -0500 |
commit | beb680ff28106b157f2d8372b2853753f96e15f5 (patch) | |
tree | 6d27a4733f5e7ed57661bae20b09d963cdd3ba04 /tests/qtest/bios-tables-test-allowed-diff.h | |
parent | 64a55106e4b9f5248f096bf158a9242c2b5cc8b9 (diff) | |
download | qemu-beb680ff28106b157f2d8372b2853753f96e15f5.zip qemu-beb680ff28106b157f2d8372b2853753f96e15f5.tar.gz qemu-beb680ff28106b157f2d8372b2853753f96e15f5.tar.bz2 |
tests: acpi: update expected blobs
expected change is removal of dynamic _DSM bits from slots populated
by coldplugged bridges (something like):
- Scope (S18)
- {
- Name (ASUN, 0x03)
- Method (_DSM, 4, Serialized) // _DSM: Device-Specific Method
- {
- Local0 = Package (0x02)
- {
- BSEL,
- ASUN
- }
- Return (PDSM (Arg0, Arg1, Arg2, Arg3, Local0))
- }
- }
Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Message-Id: <20230112140312.3096331-38-imammedo@redhat.com>
Diffstat (limited to 'tests/qtest/bios-tables-test-allowed-diff.h')
-rw-r--r-- | tests/qtest/bios-tables-test-allowed-diff.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/qtest/bios-tables-test-allowed-diff.h b/tests/qtest/bios-tables-test-allowed-diff.h index a83322c..dfb8523 100644 --- a/tests/qtest/bios-tables-test-allowed-diff.h +++ b/tests/qtest/bios-tables-test-allowed-diff.h @@ -1,5 +1 @@ /* List of comma-separated changed AML files to ignore */ -"tests/data/acpi/pc/DSDT.bridge", -"tests/data/acpi/pc/DSDT.roothp", -"tests/data/acpi/pc/DSDT.hpbridge", -"tests/data/acpi/q35/DSDT.multi-bridge", |