From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Jan Beulich" Subject: Re: [PATCH v10 1/9] xen/x86: set the vPMU interface based on the presence of a lapic Date: Mon, 07 Dec 2015 10:04:50 -0700 Message-ID: <5665CA4202000078000BCD19@prv-mh.provo.novell.com> References: <1449506917-26426-1-git-send-email-roger.pau@citrix.com> <1449506917-26426-2-git-send-email-roger.pau@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta3.messagelabs.com ([195.245.230.39]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1a5zDc-00060L-On for xen-devel@lists.xenproject.org; Mon, 07 Dec 2015 17:04:56 +0000 In-Reply-To: <1449506917-26426-2-git-send-email-roger.pau@citrix.com> Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Roger Pau Monne Cc: Andrew Cooper , Boris Ostrovsky , xen-devel@lists.xenproject.org List-Id: xen-devel@lists.xenproject.org >>> On 07.12.15 at 17:48, wrote: > --- > xen/arch/x86/cpu/vpmu.c | 11 ++++++----- > xen/arch/x86/cpu/vpmu_amd.c | 6 +++--- > xen/arch/x86/cpu/vpmu_intel.c | 6 +++--- > xen/arch/x86/hvm/svm/svm.c | 2 +- > xen/arch/x86/hvm/vmx/vmx.c | 2 +- > 5 files changed, 14 insertions(+), 13 deletions(-) You should be Cc-ing the VMX maintainers, or this is likely to never get the necessary ack (even more so with the recent restoration of maintainership for xen/arch/x86/cpu/vpmu_intel.c). Jan