[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v12 for-xen-4.5 20/20] x86/VPMU: Move VPMU files up from hvm/ directory
>>> On 25.09.14 at 21:28, <boris.ostrovsky@xxxxxxxxxx> 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 <boris.ostrovsky@xxxxxxxxxx> > Reviewed-by: Konrad Rzeszutek Wilk <konrad.wilk@xxxxxxxxxx> > --- > xen/arch/x86/Makefile | 1 + > xen/arch/x86/hvm/Makefile | 1 - > xen/arch/x86/hvm/svm/Makefile | 1 - > xen/arch/x86/hvm/vlapic.c | 2 +- > xen/arch/x86/hvm/vmx/Makefile | 1 - > xen/arch/x86/oprofile/op_model_ppro.c | 2 +- > xen/arch/x86/traps.c | 2 +- > xen/arch/x86/{hvm => }/vpmu.c | 2 +- > xen/arch/x86/{hvm/svm/vpmu.c => vpmu_amd.c} | 2 +- > xen/arch/x86/{hvm/vmx/vpmu_core2.c => vpmu_intel.c} | 2 +- I wonder whether those wouldn't better go into xen/arch/x86/cpu/ (along the lines of where Linux'es perf code sits). Jan _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |