]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuxml2xmltest: Remove hack for qemuCaps allocation
authorPeter Krempa <pkrempa@redhat.com>
Tue, 17 Aug 2021 13:12:21 +0000 (15:12 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 18 Aug 2021 08:20:48 +0000 (10:20 +0200)
commit1c2b04c0ac89bdc5d5e7a35ccce3884f535d2f18
treebcb121818c846f852c9536c2795a42e3bab08ef4
parent7c63372ebc2628f8e1a7f459a0363af9ec4e796c
qemuxml2xmltest: Remove hack for qemuCaps allocation

Since qemuCaps are now always allocated we don't need to pass
ARG_QEMU_CAPS, QEMU_CAPS_LAST to force the allocation.

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