From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Christoph Egger" Subject: [PATCH] new machine check MSRs Date: Tue, 23 Oct 2007 17:07:38 +0200 Message-ID: <200710231707.38816.Christoph.Egger@amd.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="Boundary-00=_64gHHQtjbhJFd4B" Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org --Boundary-00=_64gHHQtjbhJFd4B Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi! Attached patch adds machine check MSRs introduced in AMD Family 0x10=20 (Barcelona). Signed-off-by: Christoph Egger =2D-=20 AMD Saxony, Dresden, Germany Operating System Research Center Legal Information: AMD Saxony Limited Liability Company & Co. KG Sitz (Gesch=E4ftsanschrift): Wilschdorfer Landstr. 101, 01109 Dresden, Deutschland Registergericht Dresden: HRA 4896 vertretungsberechtigter Komplement=E4r: AMD Saxony LLC (Sitz Wilmington, Delaware, USA) Gesch=E4ftsf=FChrer der AMD Saxony LLC: Dr. Hans-R. Deppe, Thomas McCoy --Boundary-00=_64gHHQtjbhJFd4B Content-Type: text/plain; charset=us-ascii; name=xen_msr.diff Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=xen_msr.diff diff -r b28ae5f00553 xen/include/asm-x86/msr-index.h --- a/xen/include/asm-x86/msr-index.h Tue Oct 23 09:26:43 2007 +0100 +++ b/xen/include/asm-x86/msr-index.h Tue Oct 23 17:03:09 2007 +0200 @@ -172,6 +172,11 @@ /* MSR_K8_VM_CR bits: */ #define _K8_VMCR_SVME_DISABLE 4 #define K8_VMCR_SVME_DISABLE (1 << _K8_VMCR_SVME_DISABLE) + +/* AMD Family10h machine check MSRs */ +#define MSR_F10_MC4_MISC1 0xC0000408 +#define MSR_F10_MC4_MISC2 0xC0000409 +#define MSR_F10_MC4_MISC3 0xC000040A /* K6 MSRs */ #define MSR_K6_EFER 0xc0000080 --Boundary-00=_64gHHQtjbhJFd4B Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel --Boundary-00=_64gHHQtjbhJFd4B--