From: Ingo Molnar <[EMAIL PROTECTED]>
Subject: [patch] kvm: qemu: fix configure defaults

i always found it weird that the Qemu version that comes with KVM has 
kqemu enabled on x86 and x86_64 by default but not KVM ;-) Fix this.

Signed-off-by: Ingo Molnar <[EMAIL PROTECTED]>

--- kvm/trunk/qemu/configure.orig
+++ kvm/trunk/qemu/configure
@@ -114,6 +114,7 @@ bsd="yes"
 oss="yes"
 if [ "$cpu" = "i386" -o "$cpu" = "x86_64" ] ; then
     kqemu="yes"
+    kvm="yes"
 fi
 ;;
 NetBSD)
@@ -137,6 +138,7 @@ linux="yes"
 user="yes"
 if [ "$cpu" = "i386" -o "$cpu" = "x86_64" ] ; then
     kqemu="yes"
+    kvm="yes"
 fi
 ;;
 esac

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
kvm-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/kvm-devel

Reply via email to