mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-20 07:59:00 +00:00
qemuxml2argvtest: Remove 'qemu-4.0' version of aarch64-features-sve case
Minimum qemu will be bumped to 4.2 so this test no longer makes sense. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
a0ce9317fc
commit
081230fcdb
@ -1 +0,0 @@
|
||||
internal error: CPU features not supported by hypervisor for aarch64 architecture
|
@ -2962,8 +2962,6 @@ mymain(void)
|
||||
QEMU_CAPS_DEVICE_PCI_BRIDGE,
|
||||
QEMU_CAPS_DEVICE_PCI_SERIAL);
|
||||
|
||||
/* QEMU 4.0.0 didn't have support for aarch64 CPU features */
|
||||
DO_TEST_CAPS_ARCH_VER_FAILURE("aarch64-features-sve", "aarch64", "4.0.0");
|
||||
/* aarch64 doesn't support the same CPU features as x86 */
|
||||
DO_TEST_CAPS_ARCH_LATEST_FAILURE("aarch64-features-wrong", "aarch64");
|
||||
/* Can't enable vector lengths when SVE is overall disabled */
|
||||
|
Loading…
x
Reference in New Issue
Block a user