]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Simplify QEMU binary search
authorAndrea Bolognani <abologna@redhat.com>
Tue, 18 Sep 2018 15:45:40 +0000 (17:45 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Fri, 21 Sep 2018 13:53:57 +0000 (15:53 +0200)
commit3df264080ebc1436add79c5c8f61ba8c326e6579
tree6836f0788644ce1999629d3356355514526e1ca4
parented5efee9146146fd12f3cdade506ff1739096cb4
qemu: Simplify QEMU binary search

Now that we have reduced the number of sensible options down
to either the native QEMU binary or RHEL's qemu-kvm, we can
make virQEMUCapsInitGuest() a bit simpler.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
src/qemu/qemu_capabilities.c