From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dustin Kirkland Subject: Re: [PATCH] Only compile KVM support for matching CPU types Date: Wed, 24 Jun 2009 18:09:34 -0500 Message-ID: <1245884974.4479.1.camel@t61p> References: <1245883217-27455-1-git-send-email-aliguori@us.ibm.com> Reply-To: kirkland@canonical.com Mime-Version: 1.0 Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-e+SkdsO/9z2pbwm4AnjU" Cc: kvm@vger.kernel.org, Avi Kivity , Hollis Blanchard To: Anthony Liguori Return-path: Received: from adelie.canonical.com ([91.189.90.139]:42627 "EHLO adelie.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751768AbZFXXJj (ORCPT ); Wed, 24 Jun 2009 19:09:39 -0400 In-Reply-To: <1245883217-27455-1-git-send-email-aliguori@us.ibm.com> Sender: kvm-owner@vger.kernel.org List-ID: --=-e+SkdsO/9z2pbwm4AnjU Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Wed, 2009-06-24 at 17:40 -0500, Anthony Liguori wrote: > I don't know why this is disabled for qemu-kvm.git. >=20 > Signed-off-by: Anthony Liguori > --- > configure | 5 +---- > 1 files changed, 1 insertions(+), 4 deletions(-) >=20 > diff --git a/configure b/configure > index 4bad3c3..1b73eaf 100755 > --- a/configure > +++ b/configure > @@ -2117,13 +2117,12 @@ configure_kvm() { > fi > } > =20 > -if [ use_upstream_kvm =3D yes ]; then > - > # Make sure the target and host cpus are compatible > if test ! \( "$target_cpu" =3D "$cpu" -o \ > \( "$target_cpu" =3D "ppcemb" -a "$cpu" =3D "ppc" \) -o \ > \( "$target_cpu" =3D "x86_64" -a "$cpu" =3D "i386" \) -o \ > \( "$target_cpu" =3D "i386" -a "$cpu" =3D "x86_64" \) \) ; then > + \( "$target_cpu" =3D "ia64" -a "$cpu" =3D "ia64" \) \) ; then Almost... - \( "$target_cpu" =3D "i386" -a "$cpu" =3D "x86_64" \) \) ; then + \( "$target_cpu" =3D "i386" -a "$cpu" =3D "x86_64" \) \) -o \ + \( "$target_cpu" =3D "ia64" -a "$cpu" =3D "ia64" \) \) ; then :-Dustin --=-e+SkdsO/9z2pbwm4AnjU Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iEYEABECAAYFAkpCsioACgkQs7pNXIOmEZRWGQCgwa6b154XTqV75VKFaPu7GkJc 6EIAn28sj5G6cKBCJuvB1jqlQ3DgQkzf =f3d7 -----END PGP SIGNATURE----- --=-e+SkdsO/9z2pbwm4AnjU--