Re: [Xen-devel] [PATCH v24 15/15] x86/VPMU: Move VPMU files up from hvm/ directory

2015-06-11 Thread Tian, Kevin
> From: Boris Ostrovsky [mailto:boris.ostrov...@oracle.com] > Sent: Wednesday, June 10, 2015 11:05 PM > > 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/cpu/vpmu.c > arch/x86/hvm/svm/v

[Xen-devel] [PATCH v24 15/15] x86/VPMU: Move VPMU files up from hvm/ directory

2015-06-10 Thread Boris Ostrovsky
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/cpu/vpmu.c arch/x86/hvm/svm/vpmu.c -> arch/x86/cpu/vpmu_amd.c arch/x86/hvm/vmx/vpmu_core2.c -> arch/x86/cpu/vpmu_intel.c include/asm-x86/h