[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-4.1-testing] vpmu: Add processors Westmere E7-8837 and SandyBridge i5-2500 to the vpmu list
# HG changeset patch # User Dietmar Hahn <dietmar.hahn@xxxxxxxxxxxxxx> # Date 1314800805 -3600 # Node ID 2ace86381b97ce98b2ea7f9ab24a056d66cb5f6b # Parent be4b078e2d083be51f4ae7d73434750a6ba14915 vpmu: Add processors Westmere E7-8837 and SandyBridge i5-2500 to the vpmu list Signed-off-by: Dietmar Hahn <dietmar.hahn@xxxxxxxxxxxxxx> xen-unstable changeset: 23803:51983821efa4 xen-unstable date: Wed Aug 31 15:17:45 2011 +0100 --- diff -r be4b078e2d08 -r 2ace86381b97 xen/arch/x86/hvm/vmx/vpmu_core2.c --- a/xen/arch/x86/hvm/vmx/vpmu_core2.c Sun Jun 05 16:55:21 2011 +0200 +++ b/xen/arch/x86/hvm/vmx/vpmu_core2.c Wed Aug 31 15:26:45 2011 +0100 @@ -56,7 +56,8 @@ is_pmc_quirk = 0; if ( family == 6 ) { - if ( cpu_model == 46 || cpu_model == 26 ) + if ( cpu_model == 47 || cpu_model == 46 || cpu_model == 42 || + cpu_model == 26 ) is_pmc_quirk = 1; } } diff -r be4b078e2d08 -r 2ace86381b97 xen/arch/x86/hvm/vpmu.c --- a/xen/arch/x86/hvm/vpmu.c Sun Jun 05 16:55:21 2011 +0200 +++ b/xen/arch/x86/hvm/vpmu.c Wed Aug 31 15:26:45 2011 +0100 @@ -120,7 +120,9 @@ case 23: case 26: case 29: + case 42: case 46: + case 47: vpmu->arch_vpmu_ops = &core2_vpmu_ops; break; } _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |