All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] VPMU: add lost Intel processor
@ 2015-06-03 11:44 Dietmar Hahn
  2015-06-03 12:23 ` Jan Beulich
  2015-06-08 10:05 ` [PATCH v2] " Alan Robinson
  0 siblings, 2 replies; 5+ messages in thread
From: Dietmar Hahn @ 2015-06-03 11:44 UTC (permalink / raw)
  To: xen-devel; +Cc: Boris Ostrovsky, kevin.tian, JBeulich

Hi,

it seems somewhere the Intel processor
cpu family      : 6
model           : 47
model name      : Intel(R) Xeon(R) CPU E7- 8837  @ 2.67GHz
got lost.

Dietmar.


Signed-off-by: Dietmar Hahn <dietmar.hahn@ts.fujitsu.com>

diff --git a/xen/arch/x86/hvm/vmx/vpmu_core2.c b/xen/arch/x86/hvm/vmx/vpmu_core2.c
index 8ad522a..bbe6197 100644
--- a/xen/arch/x86/hvm/vmx/vpmu_core2.c
+++ b/xen/arch/x86/hvm/vmx/vpmu_core2.c
@@ -849,6 +849,7 @@ int vmx_vpmu_initialise(struct vcpu *v, unsigned int vpmu_flags)
         case 0x25: /* 32 nm nehalem, "Clarkdale", "Arrandale" */
         case 0x2c: /* 32 nm nehalem, "Gulftown", "Westmere-EP" */
         case 0x27: /* 32 nm Westmere-EX */
+        case 0x2f: /* 32 nm Westmere-EX */
 
         case 0x3a: /* IvyBridge */
         case 0x3e: /* IvyBridge EP */

-- 
Company details: http://ts.fujitsu.com/imprint.html

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

end of thread, other threads:[~2015-06-11  7:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-03 11:44 [PATCH] VPMU: add lost Intel processor Dietmar Hahn
2015-06-03 12:23 ` Jan Beulich
2015-06-08 10:05 ` [PATCH v2] " Alan Robinson
2015-06-08 13:43   ` Konrad Rzeszutek Wilk
2015-06-11  7:49   ` Tian, Kevin

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.