]> xenbits.xensource.com Git - libvirt.git/commitdiff
also look for /usb/bin/kvm
authorGuido Günther <agx@sigxcpu.org>
Thu, 4 Dec 2008 10:45:31 +0000 (10:45 +0000)
committerGuido Günther <agx@sigxcpu.org>
Thu, 4 Dec 2008 10:45:31 +0000 (10:45 +0000)
ChangeLog
src/qemu_driver.c

index 55da5a98efaf93d4bd4c227db7b48c23b2406b13..06cb6f92395535b552744f18f4b200f537cf3479 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index efe780c3b9f60f1265d4f27919382b8aec7369ae..9aaadf2fb1230c6af9610e80b34a05e96f3419d6 100644 (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;