From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Jan Beulich" Subject: Re: [PATCH 3/3] hvm: vpmu: Add support for AMD Family 15h processors Date: Thu, 05 May 2011 08:43:15 +0100 Message-ID: <4DC27133020000780003FC77@vpn.id2.novell.com> References: <4DC1F53B.4050201@amd.com> <4DC1F8BE.3060707@amd.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <4DC1F8BE.3060707@amd.com> Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Jacob Shin Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org >>> On 05.05.11 at 03:09, Jacob Shin wrote: > --- a/xen/arch/x86/hvm/vpmu.c Wed May 04 10:56:36 2011 -0500 > +++ b/xen/arch/x86/hvm/vpmu.c Wed May 04 19:17:59 2011 -0500 > @@ -101,6 +101,7 @@ void vpmu_initialise(struct vcpu *v) > switch ( family ) > { > case 0x10: > + case 0x15: > vpmu->arch_vpmu_ops =3D &amd_vpmu_ops; > break; > default: How about 0x11, 0x12, and 0x14? Jan