public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [patch] kvm: qemu: fix configure defaults
@ 2007-01-29 18:53 Ingo Molnar
       [not found] ` <20070129185322.GA13536-X9Un+BFzKDI@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Ingo Molnar @ 2007-01-29 18:53 UTC (permalink / raw)
  To: kvm-devel

From: Ingo Molnar <mingo-X9Un+BFzKDI@public.gmane.org>
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 <mingo-X9Un+BFzKDI@public.gmane.org>

--- 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

^ permalink raw reply	[flat|nested] 3+ messages in thread
* Re: [patch] kvm: qemu: fix configure defaults
@ 2007-01-29 20:48 (अमेय) Ameya (पाळंदे) Palande
  0 siblings, 0 replies; 3+ messages in thread
From: (अमेय) Ameya (पाळंदे) Palande @ 2007-01-29 20:48 UTC (permalink / raw)
  To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

>
> Message: 4
> Date: Mon, 29 Jan 2007 19:53:22 +0100
> From: Ingo Molnar <mingo-X9Un+BFzKDI@public.gmane.org>
> Subject: [kvm-devel] [patch] kvm: qemu: fix configure defaults
> To: kvm-devel <kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org>
> Message-ID: <20070129185322.GA13536-X9Un+BFzKDI@public.gmane.org>
> Content-Type: text/plain; charset=us-ascii
>
> From: Ingo Molnar <mingo-X9Un+BFzKDI@public.gmane.org>
> 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 <mingo-X9Un+BFzKDI@public.gmane.org>
>
> --- 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-01-30 13:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-29 18:53 [patch] kvm: qemu: fix configure defaults Ingo Molnar
     [not found] ` <20070129185322.GA13536-X9Un+BFzKDI@public.gmane.org>
2007-01-30 13:02   ` Avi Kivity
  -- strict thread matches above, loose matches on Subject: below --
2007-01-29 20:48 (अमेय) Ameya (पाळंदे) Palande

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox