From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Tian, Kevin" Subject: Re: [PATCH v2] VPMU: add lost Intel processor Date: Thu, 11 Jun 2015 07:49:44 +0000 Message-ID: References: <2359814.T0tyFuZSy1@amur> <1433757902-17224-1-git-send-email-alan.robinson@ts.fujitsu.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1433757902-17224-1-git-send-email-alan.robinson@ts.fujitsu.com> Content-Language: en-US List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Alan Robinson , "xen-devel@lists.xen.org" Cc: "boris.ostrovsky@oracle.com" , Dietmar Hahn , "JBeulich@suse.com" List-Id: xen-devel@lists.xenproject.org > From: Alan Robinson [mailto:alan.robinson@ts.fujitsu.com] > Sent: Monday, June 08, 2015 6:05 PM > > From: Alan Robinson > > 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 > Signed-off-by: Dietmar Hahn Acked-by: Kevin Tian > > --- > Changed since v1: > (after talking to Dietmar, he's away from his email for a while) > * removed non existent model number 0x27 as suggested by Jan Beulich > * included reference to when the problem was introduced (also from Jan) > > xen/arch/x86/hvm/vmx/vpmu_core2.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/xen/arch/x86/hvm/vmx/vpmu_core2.c > b/xen/arch/x86/hvm/vmx/vpmu_core2.c > index 8ad522a..311f35f 100644 > --- a/xen/arch/x86/hvm/vmx/vpmu_core2.c > +++ b/xen/arch/x86/hvm/vmx/vpmu_core2.c > @@ -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 */ > -- > 2.2.0