From mboxrd@z Thu Jan 1 00:00:00 1970 From: Boris Ostrovsky Subject: Re: [PATCH v15 09/21] x86/VPMU: Add public xenpmu.h Date: Tue, 25 Nov 2014 10:19:33 -0500 Message-ID: <54749E05.9030505@oracle.com> References: <1416179271-1221-1-git-send-email-boris.ostrovsky@oracle.com> <1416179271-1221-10-git-send-email-boris.ostrovsky@oracle.com> <547488C9020000780004AA8C@mail.emea.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <547488C9020000780004AA8C@mail.emea.novell.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Jan Beulich Cc: kevin.tian@intel.com, keir@xen.org, suravee.suthikulpanit@amd.com, andrew.cooper3@citrix.com, tim@xen.org, dietmar.hahn@ts.fujitsu.com, xen-devel@lists.xen.org, Aravind.Gopalakrishnan@amd.com, jun.nakajima@intel.com, dgdegra@tycho.nsa.gov List-Id: xen-devel@lists.xenproject.org On 11/25/2014 07:48 AM, Jan Beulich wrote: >>>> On 17.11.14 at 00:07, wrote: >> --- a/xen/include/xlat.lst >> +++ b/xen/include/xlat.lst >> @@ -103,6 +103,10 @@ >> ! vcpu_set_singleshot_timer vcpu.h >> ? xenoprof_init xenoprof.h >> ? xenoprof_passive xenoprof.h >> +? pmu_intel_ctxt arch-x86/pmu.h >> +? pmu_amd_ctxt arch-x86/pmu.h >> +? pmu_cntr_pair arch-x86/pmu.h >> +? pmu_regs arch-x86/pmu.h > If another revision turns out necessary, please get these additions > sorted alphabetically. I haven't gone through your comments yet but there will be another spin: I discovered regression in non-enlightened (VPMU-wise) kernels that must have crept in somewhere between revisions. -boris