mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 11:22:23 +00:00
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>
|
Tue, 2 Dec 2008 16:58:16 +0100 Jim Meyering <meyering@redhat.com>
|
||||||
|
|
||||||
fix inadequate initialization in storage and test drivers
|
fix inadequate initialization in storage and test drivers
|
||||||
|
@ -1188,6 +1188,7 @@ static int qemudProbe(void)
|
|||||||
{
|
{
|
||||||
if ((virFileExists("/usr/bin/qemu")) ||
|
if ((virFileExists("/usr/bin/qemu")) ||
|
||||||
(virFileExists("/usr/bin/qemu-kvm")) ||
|
(virFileExists("/usr/bin/qemu-kvm")) ||
|
||||||
|
(virFileExists("/usr/bin/kvm")) ||
|
||||||
(virFileExists("/usr/bin/xenner")))
|
(virFileExists("/usr/bin/xenner")))
|
||||||
return 1;
|
return 1;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user