]> xenbits.xensource.com Git - libvirt.git/commit
qemu: capabilities: Tolerate missing @qemuCaps in virQEMUCapsSupportsGICVersion
authorPeter Krempa <pkrempa@redhat.com>
Wed, 16 Aug 2017 13:44:35 +0000 (15:44 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 18 Aug 2017 13:07:44 +0000 (15:07 +0200)
commit6df29d0816895b2bf55d6d438afeca7bc71646d2
treeef95780719b9729d42940262def6d6dc76acb153
parent9088d42da19a093ec15a5310006684f1ad6e6100
qemu: capabilities: Tolerate missing @qemuCaps in virQEMUCapsSupportsGICVersion

Report the given GIC version as unsupported if @qemuCapsi is NULL. This
will be helpful to run post parse callbacks even if qemu is not
currently installed.
src/qemu/qemu_capabilities.c