From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joerg Roedel Subject: Re: [PATCH V5 0/4] Consolidated KVM vPMU support for x86 Date: Tue, 16 Jun 2015 17:41:59 +0200 Message-ID: <20150616154159.GQ20384@8bytes.org> References: <1434087296-27141-1-git-send-email-wei@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org, x86@kernel.org, pbonzini@redhat.com, gleb@kernel.org, rkrcmar@redhat.com To: Wei Huang Return-path: Received: from 8bytes.org ([81.169.241.247]:40816 "EHLO theia.8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756823AbbFPPmA (ORCPT ); Tue, 16 Jun 2015 11:42:00 -0400 Content-Disposition: inline In-Reply-To: <1434087296-27141-1-git-send-email-wei@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Fri, Jun 12, 2015 at 01:34:52AM -0400, Wei Huang wrote: > This patchset is directlyh applicable on kvm.git/queue. > > V5: > * Remove the get_pmu_ops from sub_arch; instead define pmu dispatcher > in kvm_x86_ops->pmu_ops. The dispatcher is initialized in sub-arch. > The PMU interface functions are changed accordingly (suggested by > Joerg Rodel). Tested it again, works like a charm on my AMD system :) So for all patches again: Tested-by: Joerg Roedel Thanks, Joerg