From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Re: [PATCH v7 19/19] x86/VPMU: Move VPMU files up from hvm/ directory Date: Fri, 6 Jun 2014 22:05:40 +0100 Message-ID: <53922D24.2090101@citrix.com> References: <1402076415-26475-1-git-send-email-boris.ostrovsky@oracle.com> <1402076415-26475-20-git-send-email-boris.ostrovsky@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1402076415-26475-20-git-send-email-boris.ostrovsky@oracle.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: Boris Ostrovsky Cc: kevin.tian@intel.com, keir@xen.org, JBeulich@suse.com, jun.nakajima@intel.com, tim@xen.org, dietmar.hahn@ts.fujitsu.com, xen-devel@lists.xen.org, suravee.suthikulpanit@amd.com List-Id: xen-devel@lists.xenproject.org On 06/06/14 18:40, Boris Ostrovsky wrote: > Since PMU is now not HVM specific we can move VPMU-related files up from > arch/x86/hvm/ directory. > > Specifically: > arch/x86/hvm/vpmu.c -> arch/x86/vpmu.c > arch/x86/hvm/svm/vpmu.c -> arch/x86/vpmu_amd.c > arch/x86/hvm/vmx/vpmu_core2.c -> arch/x86/vpmu_intel.c > include/asm-x86/hvm/vpmu.h -> include/asm-x86/vpmu.h > > Signed-off-by: Boris Ostrovsky > Acked-by: Kevin Tian > Reviewed-by: Dietmar Hahn > Tested-by: Dietmar Hahn Use -M please, to vastly reduce the size of this patch. ~Andrew