aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/hvm/vpmu.c
diff options
context:
space:
mode:
authorDietmar Hahn <dietmar.hahn@ts.fujitsu.com>2011-08-31 15:17:45 +0100
committerDietmar Hahn <dietmar.hahn@ts.fujitsu.com>2011-08-31 15:17:45 +0100
commit2f4c78e40fd1a9a6d4039dff42ecb37ba8087f99 (patch)
treea2a3d14aaed8a3e924eb22278a88a614b4a50404 /xen/arch/x86/hvm/vpmu.c
parent9da0c5b63933b9912e3903190601661813954d0d (diff)
downloadxen-2f4c78e40fd1a9a6d4039dff42ecb37ba8087f99.tar.gz
xen-2f4c78e40fd1a9a6d4039dff42ecb37ba8087f99.tar.bz2
xen-2f4c78e40fd1a9a6d4039dff42ecb37ba8087f99.zip
vpmu: Add processors Westmere E7-8837 and SandyBridge i5-2500 to the vpmu list
Signed-off-by: Dietmar Hahn <dietmar.hahn@ts.fujitsu.com>
Diffstat (limited to 'xen/arch/x86/hvm/vpmu.c')
-rw-r--r--xen/arch/x86/hvm/vpmu.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/xen/arch/x86/hvm/vpmu.c b/xen/arch/x86/hvm/vpmu.c
index 59076fd1ad..d761fb2c91 100644
--- a/xen/arch/x86/hvm/vpmu.c
+++ b/xen/arch/x86/hvm/vpmu.c
@@ -119,7 +119,9 @@ void vpmu_initialise(struct vcpu *v)
case 23:
case 26:
case 29:
+ case 42:
case 46:
+ case 47:
vpmu->arch_vpmu_ops = &core2_vpmu_ops;
break;
}