mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 10:13:56 -06:00
tests: acpi: add simple arm/virt testcase
adds simple arm/virt test case that starts guest with bios-tables-test.aarch64.iso.qcow2 boot image which initializes UefiTestSupport* structure in RAM once guest is booted. * see commit: tests: acpi: add acpi_find_rsdp_address_uefi() helper Signed-off-by: Igor Mammedov <imammedo@redhat.com> Message-Id: <1559560929-260254-3-git-send-email-imammedo@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
parent
200dbf3789
commit
ab6b6a7777
3 changed files with 23 additions and 1 deletions
|
@ -267,6 +267,10 @@ check-qtest-arm-y += tests/hexloader-test$(EXESUF)
|
|||
check-qtest-aarch64-y = tests/numa-test$(EXESUF)
|
||||
check-qtest-aarch64-y += tests/boot-serial-test$(EXESUF)
|
||||
check-qtest-aarch64-y += tests/migration-test$(EXESUF)
|
||||
# TODO: once aarch64 TCG is fixed on ARM 32 bit host, make test unconditional
|
||||
ifneq ($(ARCH),arm)
|
||||
check-qtest-aarch64-y += tests/bios-tables-test$(EXESUF)
|
||||
endif
|
||||
|
||||
check-qtest-microblazeel-y += $(check-qtest-microblaze-y)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue