All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xen/x86: Add support for cpuid masking on Intel Xeon Processor E5 Family
@ 2012-07-28 19:19 Matt Wilson
  2012-07-30  6:57 ` Jan Beulich
  2012-08-02 10:32 ` Liu, Jinsong
  0 siblings, 2 replies; 11+ messages in thread
From: Matt Wilson @ 2012-07-28 19:19 UTC (permalink / raw)
  To: Liu, Jinsong, Jan Beulich, Keir Fraser; +Cc: xen-devel

Although the "Intel Virtualization Technology FlexMigration
Application Note" (http://www.intel.com/Assets/PDF/manual/323850.pdf)
does not document support for extended model 2H model DH (Intel Xeon
Processor E5 Family), empirical evidence shows that the same MSR
addresses can be used for cpuid masking as exdended model 2H model AH
(Intel Xen Processor E3-1200 Family).

Signed-off-by: Matt Wilson <msw@amazon.com>

diff -r e6266fc76d08 -r bf922651da96 xen/arch/x86/cpu/intel.c
--- a/xen/arch/x86/cpu/intel.c	Fri Jul 27 12:22:13 2012 +0200
+++ b/xen/arch/x86/cpu/intel.c	Sat Jul 28 17:27:30 2012 +0000
@@ -104,7 +104,7 @@ static void __devinit set_cpuidmask(cons
 			return;
 		extra = "xsave ";
 		break;
-	case 0x2a:
+	case 0x2a: case 0x2d:
 		wrmsr(MSR_INTEL_CPUID1_FEATURE_MASK_V2,
 		      opt_cpuid_mask_ecx,
 		      opt_cpuid_mask_edx);

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

end of thread, other threads:[~2012-08-08 16:24 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-28 19:19 [PATCH] xen/x86: Add support for cpuid masking on Intel Xeon Processor E5 Family Matt Wilson
2012-07-30  6:57 ` Jan Beulich
2012-08-06 20:23   ` Nakajima, Jun
2012-08-07  6:49     ` Jan Beulich
2012-08-07 17:47       ` Matt Wilson
2012-08-08  7:08         ` Jan Beulich
2012-08-08  8:02           ` Ian Campbell
2012-08-08  8:48             ` Jan Beulich
2012-08-08  9:04               ` Ian Campbell
2012-08-08 16:24               ` Dugger, Donald D
2012-08-02 10:32 ` Liu, Jinsong

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.