]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuxml2argvtest: Add QEMU_CAPS_LAST in places where ARG_QEMU_CAPS is used
authorPeter Krempa <pkrempa@redhat.com>
Mon, 16 Aug 2021 14:53:29 +0000 (16:53 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 18 Aug 2021 08:20:48 +0000 (10:20 +0200)
commitfeb9a8e80c0d5537833793caa5998268fd21c240
treed0f6b670075a17c309f263b4a049fa2a8417c7f8
parent7eeb50fd333f6d72d165f1a8f7da42b74cb35302
qemuxml2argvtest: Add QEMU_CAPS_LAST in places where ARG_QEMU_CAPS is used

The 'DO_TEST_FULL' macro was ending the argument list which was being
started in other macros. Move it so that 'ARG_QEMU_CAPS' and
'QEMU_CAPS_LAST' are always used in the same macro.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
tests/qemuxml2argvtest.c