> > Message: 4 > Date: Mon, 29 Jan 2007 19:53:22 +0100 > From: Ingo Molnar <[EMAIL PROTECTED]> > Subject: [kvm-devel] [patch] kvm: qemu: fix configure defaults > To: kvm-devel <[email protected]> > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=us-ascii > > 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
Hi Ingo, Is anyone going to run ./configure for qemu alone ? I think ./configure of kvm calls ./configure of qemu with --disable-kqemu and --enable-kvm. I am not able to understand use of above patch. Can you please explain it ? Regards, Ameya. ------------------------------------------------------------------------- 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
