All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][SVM] handle MC threshold registers for Barcelona
@ 2007-11-22 15:00 Christoph Egger
  2007-11-22 15:11 ` Keir Fraser
  0 siblings, 1 reply; 2+ messages in thread
From: Christoph Egger @ 2007-11-22 15:00 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 517 bytes --]


Hi!

Subject says it all

Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>


-- 
AMD Saxony, Dresden, Germany
Operating System Research Center

Legal Information:
AMD Saxony Limited Liability Company & Co. KG
Sitz (Geschäftsanschrift):
   Wilschdorfer Landstr. 101, 01109 Dresden, Deutschland
Registergericht Dresden: HRA 4896
vertretungsberechtigter Komplementär:
   AMD Saxony LLC (Sitz Wilmington, Delaware, USA)
Geschäftsführer der AMD Saxony LLC:
   Dr. Hans-R. Deppe, Thomas McCoy

[-- Attachment #2: xen_svm.diff --]
[-- Type: text/plain, Size: 863 bytes --]

diff -r 980b8d1a5541 xen/arch/x86/hvm/svm/svm.c
--- a/xen/arch/x86/hvm/svm/svm.c	Thu Nov 22 10:44:54 2007 +0000
+++ b/xen/arch/x86/hvm/svm/svm.c	Thu Nov 22 11:56:10 2007 +0100
@@ -133,6 +133,7 @@ static enum handler_return long_mode_do_
         break;
 
     case MSR_IA32_MC4_MISC: /* Threshold register */
+    case MSR_F10_MC4_MISC1 ... MSR_F10_MC4_MISC3:
         /*
          * MCA/MCE: Threshold register is reported to be locked, so we ignore
          * all write accesses. This behaviour matches real HW, so guests should
@@ -1777,6 +1778,7 @@ static void svm_do_msr_access(
             break;
 
         case MSR_IA32_MC4_MISC: /* Threshold register */
+        case MSR_F10_MC4_MISC1 ... MSR_F10_MC4_MISC3:
             /*
              * MCA/MCE: We report that the threshold register is unavailable
              * for OS use (locked by the BIOS).

[-- Attachment #3: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

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

* Re: [PATCH][SVM] handle MC threshold registers for Barcelona
  2007-11-22 15:00 [PATCH][SVM] handle MC threshold registers for Barcelona Christoph Egger
@ 2007-11-22 15:11 ` Keir Fraser
  0 siblings, 0 replies; 2+ messages in thread
From: Keir Fraser @ 2007-11-22 15:11 UTC (permalink / raw)
  To: Christoph Egger, xen-devel

Applied. If someone at AMD would produce the list of patches in xen-unstable
for Family10 support, I'd consider them for backport to 3.1 branch for
3.1.3.

 -- Keir

On 22/11/07 15:00, "Christoph Egger" <Christoph.Egger@amd.com> wrote:

> 
> Hi!
> 
> Subject says it all
> 
> Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
> 

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

end of thread, other threads:[~2007-11-22 15:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-22 15:00 [PATCH][SVM] handle MC threshold registers for Barcelona Christoph Egger
2007-11-22 15:11 ` Keir Fraser

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.