From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MFu7t-0001cE-2v for qemu-devel@nongnu.org; Sun, 14 Jun 2009 14:08:17 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MFu7m-0001Zc-TO for qemu-devel@nongnu.org; Sun, 14 Jun 2009 14:08:16 -0400 Received: from [199.232.76.173] (port=33498 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MFu7m-0001ZX-NZ for qemu-devel@nongnu.org; Sun, 14 Jun 2009 14:08:10 -0400 Received: from fmmailgate01.web.de ([217.72.192.221]:56566) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MFu7m-00044p-24 for qemu-devel@nongnu.org; Sun, 14 Jun 2009 14:08:10 -0400 Message-ID: <4A353BCE.9020308@web.de> Date: Sun, 14 Jun 2009 20:05:02 +0200 From: Jan Kiszka MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig42F53B8E94B8EC6455848549" Sender: jan.kiszka@web.de Subject: [Qemu-devel] [PATCH] kvm: Restrict configure check to Linux List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Avi Kivity , qemu-devel This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig42F53B8E94B8EC6455848549 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable There is no point in trying to find KVM on anything else than Linux, at least for the moment. Signed-off-by: Jan Kiszka --- configure | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 89e7f53..b19f6c0 100755 --- a/configure +++ b/configure @@ -190,7 +190,7 @@ io_thread=3D"no" nptl=3D"yes" mixemu=3D"no" bluez=3D"yes" -kvm=3D"yes" +kvm=3D"no" kerneldir=3D"" aix=3D"no" blobs=3D"yes" @@ -290,7 +290,6 @@ SunOS) make=3D"gmake" install=3D"ginstall" needs_libsunmath=3D"no" - kvm=3D"no" solarisrev=3D`uname -r | cut -f2 -d.` # have to select again, because `uname -m` returns i86pc # even on an x86_64 box. @@ -330,6 +329,7 @@ audio_possible_drivers=3D"oss alsa sdl esd pa" linux=3D"yes" linux_user=3D"yes" usb=3D"linux" +kvm=3D"yes" if [ "$cpu" =3D "i386" -o "$cpu" =3D "x86_64" ] ; then kqemu=3D"yes" audio_possible_drivers=3D"$audio_possible_drivers fmod" --------------enig42F53B8E94B8EC6455848549 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (GNU/Linux) Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org iEYEARECAAYFAko1O9UACgkQniDOoMHTA+ngVgCfe18H8DgPFmA2/oUiBMWX2VzI PYwAn0RA5CbqrJ/B+zgyvQUtLtbqAM/m =xGF1 -----END PGP SIGNATURE----- --------------enig42F53B8E94B8EC6455848549--