]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Cleanup qemu binary detection logic in qemudCapsInitGuest()
authorMark McLoughlin <markmc@redhat.com>
Thu, 23 Jul 2009 17:31:34 +0000 (18:31 +0100)
committerMark McLoughlin <markmc@redhat.com>
Mon, 27 Jul 2009 14:17:55 +0000 (15:17 +0100)
commit7803e6f3ed046b3f6b067a93f6c3894a8bd33506
treed79e644e8db0b999a5886c22fbc5465c2add6dd6
parent84255632cbe882cd8699e55a1778811e97b6563d
Cleanup qemu binary detection logic in qemudCapsInitGuest()

There's no need for the hasbase/hasaltbase confusion, just store the
first binary path found in a variable.

* src/qemu_conf.c: kill hasbase/hasaltbase logic in qemudCapsInitGuest()
src/qemu_conf.c