From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Kiszka Subject: Re: [PATCH 3/4] AMD module build failure Date: Wed, 26 May 2010 09:34:58 +0200 Message-ID: <4BFCCF22.3070802@web.de> References: <4BFC9703.9060106@redhat.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigB00C5BF8E9C040933DDD1301" Cc: kvm , Avi Kivity , Gleb Natapov To: Zachary Amsden Return-path: Received: from fmmailgate01.web.de ([217.72.192.221]:40716 "EHLO fmmailgate01.web.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751042Ab0EZHfA (ORCPT ); Wed, 26 May 2010 03:35:00 -0400 In-Reply-To: <4BFC9703.9060106@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigB00C5BF8E9C040933DDD1301 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Zachary Amsden wrote: > From abbb464f0c2dd9681c4380598a1ac098d024b576 Mon Sep 17 00:00:00 2001 > From: Zachary Amsden > Date: Tue, 25 May 2010 16:33:47 -1000 > Subject: [PATCH 3/5] Fix AMD module build failure because of undefined = MSR >=20 > Signed-off-by: Zachary Amsden > --- > x86/external-module-compat.h | 4 ++++ > 1 files changed, 4 insertions(+), 0 deletions(-) >=20 > diff --git a/x86/external-module-compat.h b/x86/external-module-compat.= h > index 316f7ff..e7ed07b 100644 > --- a/x86/external-module-compat.h > +++ b/x86/external-module-compat.h > @@ -872,3 +872,7 @@ static inline void fpu_save_init(struct fpu *fpu) > kvm_fx_restore(&fpu->state->host_fx_image); > } > #endif > + > +#ifndef MSR_AMD64_DC_CFG > +#define MSR_AMD64_DC_CFG 0xc0011022=20 > +#endif > -- 1.7.0.1=20 Thanks, already fixed in next (MSR_IA32_MCx_STATUS was also missing). Jan --------------enigB00C5BF8E9C040933DDD1301 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 iEYEARECAAYFAkv8zyIACgkQitSsb3rl5xTfKACffG0QY/dqZRFRUCQVp+J+mo0Q kX0AoLrH8uunfODYqN9b/6RmNkxA7wHd =Eey9 -----END PGP SIGNATURE----- --------------enigB00C5BF8E9C040933DDD1301--