]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: command: Refactor blkiotune checks to tolerate NULL qemuCaps
authorPeter Krempa <pkrempa@redhat.com>
Wed, 1 Nov 2017 10:42:06 +0000 (11:42 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 7 Nov 2017 13:33:23 +0000 (14:33 +0100)
commit5121457cad8792d73f45fc443c91e99191d01325
tree8a31318b4cea1b4e8b73c2485f4f412842625a78
parent1055c1bf24362685e60b96012bcf8d22eb6433ac
qemu: command: Refactor blkiotune checks to tolerate NULL qemuCaps

To allow aggregating the checks, refactor the code to check capabilities
only if they were provided.
src/qemu/qemu_command.c