diff options
author | Heyi Guo <guoheyi@huawei.com> | 2020-02-04 09:43:19 +0800 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2020-02-13 14:14:53 +0000 |
commit | 4ac637ef8439827d8db4a807c81df978a8c772c4 (patch) | |
tree | 0076b67f0e9a863e616174ca8a79104b8f8dc081 | |
parent | 5fecbf0f0cc9168da1b003a115ac18fe722f293a (diff) | |
download | qemu-4ac637ef8439827d8db4a807c81df978a8c772c4.zip qemu-4ac637ef8439827d8db4a807c81df978a8c772c4.tar.gz qemu-4ac637ef8439827d8db4a807c81df978a8c772c4.tar.bz2 |
bios-tables-test: prepare to change ARM virt ACPI DSDT
We are going to change ARM virt ACPI DSDT table, which will cause make
check to fail, so temporarily add related golden masters to ignore
list.
Signed-off-by: Heyi Guo <guoheyi@huawei.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Message-id: 20200204014325.16279-2-guoheyi@huawei.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
-rw-r--r-- | tests/qtest/bios-tables-test-allowed-diff.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/qtest/bios-tables-test-allowed-diff.h b/tests/qtest/bios-tables-test-allowed-diff.h index dfb8523..32a401a 100644 --- a/tests/qtest/bios-tables-test-allowed-diff.h +++ b/tests/qtest/bios-tables-test-allowed-diff.h @@ -1 +1,4 @@ /* List of comma-separated changed AML files to ignore */ +"tests/data/acpi/virt/DSDT", +"tests/data/acpi/virt/DSDT.memhp", +"tests/data/acpi/virt/DSDT.numamem", |