Re: [PATCH V1 2/4] KVM: x86/vPMU: Convert pmu.c code into Intel specific code

2014-11-04 Thread Wei Huang
On 11/03/2014 12:36 PM, Radim Krčmář wrote: > 2014-10-31 12:05-0400, Wei Huang: >> This patch converts existing pmu.c into Intel specific code and hooks >> up with the PMU interface using the following steps: >> >> - Convert pmu.c to pmu_intel.c; All public PMU functions are renamed >> and hook

Re: [PATCH V1 2/4] KVM: x86/vPMU: Convert pmu.c code into Intel specific code

2014-11-03 Thread Radim Krčmář
2014-10-31 12:05-0400, Wei Huang: > This patch converts existing pmu.c into Intel specific code and hooks > up with the PMU interface using the following steps: > > - Convert pmu.c to pmu_intel.c; All public PMU functions are renamed > and hooked up with the newly defined intel_pmu_ops. > - Crea

[PATCH V1 2/4] KVM: x86/vPMU: Convert pmu.c code into Intel specific code

2014-10-31 Thread Wei Huang
This patch converts existing pmu.c into Intel specific code and hooks up with the PMU interface using the following steps: - Convert pmu.c to pmu_intel.c; All public PMU functions are renamed and hooked up with the newly defined intel_pmu_ops. - Create a corresponding pmu_amd.c file with empty f