mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-10 05:17:59 +03:00
qemuxml2argvtest: Remove negative test for gic v3/host
QEMU_CAPS_MACH_VIRT_GIC_VERSION will be assumed for all aarch64 machines starting from next commit, so this test will become invalid. Remove it. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Pavel Hrdina <phrdina@redhat.com> Reviewed-by: Neal Gompa <ngompa13@gmail.com> Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
This commit is contained in:
parent
fcd9bfcf13
commit
ecefcae34e
@ -1 +0,0 @@
|
||||
unsupported configuration: gic-version option is not available with this QEMU binary
|
@ -1 +0,0 @@
|
||||
unsupported configuration: gic-version option is not available with this QEMU binary
|
@ -3051,8 +3051,6 @@ mymain(void)
|
||||
DO_TEST_GIC("aarch64-gic-v2", GIC_BOTH,
|
||||
QEMU_CAPS_KVM,
|
||||
QEMU_CAPS_MACH_VIRT_GIC_VERSION);
|
||||
DO_TEST_FAILURE("aarch64-gic-v3",
|
||||
QEMU_CAPS_KVM, NONE);
|
||||
DO_TEST_GIC("aarch64-gic-v3", GIC_NONE,
|
||||
QEMU_CAPS_KVM,
|
||||
QEMU_CAPS_MACH_VIRT_GIC_VERSION);
|
||||
@ -3065,8 +3063,6 @@ mymain(void)
|
||||
DO_TEST_GIC("aarch64-gic-v3", GIC_BOTH,
|
||||
QEMU_CAPS_KVM,
|
||||
QEMU_CAPS_MACH_VIRT_GIC_VERSION);
|
||||
DO_TEST_FAILURE("aarch64-gic-host",
|
||||
QEMU_CAPS_KVM, NONE);
|
||||
DO_TEST_GIC("aarch64-gic-host", GIC_NONE,
|
||||
QEMU_CAPS_KVM,
|
||||
QEMU_CAPS_MACH_VIRT_GIC_VERSION);
|
||||
|
Loading…
Reference in New Issue
Block a user