mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 03:12:22 +00:00
qemuxml2argvtest: Fix broken invocation of "pseries-spaprvio-invalid"
The string "ppc64" is passed in place of capability flags. We were lucky that the pointer was always more than QEMU_CAPS_LAST. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
36a41cad9d
commit
0d00813537
@ -2409,7 +2409,7 @@ mymain(void)
|
||||
DO_TEST("pseries-console-virtio",
|
||||
QEMU_CAPS_DEVICE_SPAPR_PCI_HOST_BRIDGE);
|
||||
DO_TEST_PARSE_ERROR("pseries-serial-invalid-machine", NONE);
|
||||
DO_TEST_PARSE_ERROR("pseries-spaprvio-invalid", "ppc64");
|
||||
DO_TEST_PARSE_ERROR("pseries-spaprvio-invalid", NONE);
|
||||
|
||||
DO_TEST("mach-virt-serial-native",
|
||||
QEMU_CAPS_DEVICE_PL011);
|
||||
|
Loading…
x
Reference in New Issue
Block a user