From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wei Huang Subject: Re: [PATCH V2 0/5] KVM vPMU support for AMD Date: Thu, 09 Apr 2015 14:19:51 -0500 Message-ID: <5526D0D7.8000907@redhat.com> References: <1428509905-32352-1-git-send-email-wei@redhat.com> <20150409190514.GB9729@potion.brq.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: kvm@vger.kernel.org, pbonzini@redhat.com, gleb@kernel.org To: =?UTF-8?B?UmFkaW0gS3LEjW3DocWZ?= Return-path: Received: from mx1.redhat.com ([209.132.183.28]:41371 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933009AbbDITTx (ORCPT ); Thu, 9 Apr 2015 15:19:53 -0400 In-Reply-To: <20150409190514.GB9729@potion.brq.redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On 4/9/15 14:05, Radim Kr=C4=8Dm=C3=A1=C5=99 wrote: > 2015-04-08 12:18-0400, Wei Huang: >> Currently KVM only supports vPMU for Intel platforms. This patch set >> enable vPMU support for AMD platform by creating a common PMU >> interface for x86. The PMU calls from guest VMs are dispatched >> to corresponding functions defined in arch specific files. >> >> V2: >> * Create a generic pmu.c file which is shared by Intel and AMD CP= Us; >> * pmu.c code becomes part of kvm.ko module. Similarly pmu_intel.c= and >> pmu_amd.c are linked to kvm-intel.ko and kvm-amd.ko respectivel= y; >> * Re-define kvm_pmu_ops function pointers. Per Radim Krcmar's com= ments, >> a large portion of Intel vPMU code are now consolidated and mov= ed to >> pmu.c; >> * Polish pmu_amd.c code to comply with new definition of kvm_pmu_= ops; > > It doesn't apply on top of current kvm queue, I'll have cosmetic chan= ge > requests that would go well with a rebase. Sorry about it. It was applied on top of Linux 4.0-rc6 (e42391cd04880). -Wei >