diff options
author | Xingang Wang | 2021-02-05 02:56:43 +0100 |
---|---|---|
committer | Michael S. Tsirkin | 2021-02-23 16:06:55 +0100 |
commit | 451730cfe455a00c6d36fc110ef9b7ab6d646a82 (patch) | |
tree | 96505588c448a268282d3040b0803d7ac7f1a23f /tests | |
parent | pcie: don't set link state active if the slot is empty (diff) | |
download | qemu-451730cfe455a00c6d36fc110ef9b7ab6d646a82.tar.gz qemu-451730cfe455a00c6d36fc110ef9b7ab6d646a82.tar.xz qemu-451730cfe455a00c6d36fc110ef9b7ab6d646a82.zip |
acpi: Allow pxb DSDT acpi table changes
Signed-off-by: Jiahui Cen <cenjiahui@huawei.com>
Signed-off-by: Xingang Wang <wangxingang5@huawei.com>
Message-Id: <1612490205-48788-2-git-send-email-wangxingang5@huawei.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/qtest/bios-tables-test-allowed-diff.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/qtest/bios-tables-test-allowed-diff.h b/tests/qtest/bios-tables-test-allowed-diff.h index dfb8523c8b..90c53925fc 100644 --- a/tests/qtest/bios-tables-test-allowed-diff.h +++ b/tests/qtest/bios-tables-test-allowed-diff.h @@ -1 +1,2 @@ /* List of comma-separated changed AML files to ignore */ +"tests/data/acpi/virt/DSDT.pxb", |