From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dietmar Hahn Subject: [PATCH] VPMU: add lost Intel processor Date: Wed, 03 Jun 2015 13:44:33 +0200 Message-ID: <2359814.T0tyFuZSy1@amur> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xen.org Cc: Boris Ostrovsky , kevin.tian@intel.com, JBeulich@suse.com List-Id: xen-devel@lists.xenproject.org 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 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