From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ingo Molnar Subject: [patch] kvm: qemu: fix configure defaults Date: Mon, 29 Jan 2007 19:53:22 +0100 Message-ID: <20070129185322.GA13536@elte.hu> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: kvm-devel Return-path: Content-Disposition: inline List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: kvm-devel-bounces-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org Errors-To: kvm-devel-bounces-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org List-Id: kvm.vger.kernel.org From: Ingo Molnar 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 --- 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