mirror of https://gitee.com/openkylin/libvirt.git
also look for /usb/bin/kvm
This commit is contained in:
parent
fa4fc0321a
commit
38b402ce13
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue