]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/xen.git/commitdiff
x86/VPMU: add lost Intel processor
authorAlan Robinson <Alan.Robinson@ts.fujitsu.com>
Mon, 8 Jun 2015 12:17:06 +0000 (14:17 +0200)
committerJan Beulich <jbeulich@suse.com>
Mon, 8 Jun 2015 12:17:06 +0000 (14:17 +0200)
commit 6d112f2b50 ("x86/vPMU: change Intel model numbers from decimal
to hex") translated 47 to 0x27, now corrected to 0x2f.

Signed-off-by: Alan Robinson <Alan.Robinson@ts.fujitsu.com>
Signed-off-by: Dietmar Hahn <Dietmar.Hahn@ts.fujitsu.com>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/hvm/vmx/vpmu_core2.c

index 8ad522aeba0bfbf3399f56079376fea010214053..311f35fb0f2af674f0fe09480084426ead4d012c 100644 (file)
@@ -848,7 +848,7 @@ int vmx_vpmu_initialise(struct vcpu *v, unsigned int vpmu_flags)
         /* Westmere: */
         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 */