also look for /usb/bin/kvm

This commit is contained in:
Guido Günther 2008-12-04 10:45:31 +00:00
parent fa4fc0321a
commit 38b402ce13
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Thu, 4 Dec 2008 11:41:12 CET Guido Günther <agx@sigxcpu.org>
* src/qemu_driver.c: also look for /usr/bin/kvm
Tue, 2 Dec 2008 16:58:16 +0100 Jim Meyering <meyering@redhat.com>
fix inadequate initialization in storage and test drivers

View File

@ -1188,6 +1188,7 @@ static int qemudProbe(void)
{
if ((virFileExists("/usr/bin/qemu")) ||
(virFileExists("/usr/bin/qemu-kvm")) ||
(virFileExists("/usr/bin/kvm")) ||
(virFileExists("/usr/bin/xenner")))
return 1;