commit | c6702c9dcfe72b63a85e7ae35533c11e2b7c1040 | [log] [tgz] |
---|---|---|
author | Wei Huang <wehuang@redhat.com> | Fri Jun 19 13:44:45 2015 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Fri Jun 19 17:16:29 2015 +0200 |
tree | a11a8f2efa90f08fd295c99a3830747096580d5e | |
parent | 6a39bbc5da27c3b2520876b71e4f7b50f5313503 [diff] [blame] |
KVM: x86/vPMU: rename a few PMU functions Before introducing a pmu.h header for them, make the naming more consistent. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
diff --git a/arch/x86/kvm/cpuid.c b/arch/x86/kvm/cpuid.c index 9dadf8d..9d69f76 100644 --- a/arch/x86/kvm/cpuid.c +++ b/arch/x86/kvm/cpuid.c
@@ -111,7 +111,7 @@ /* Update physical-address width */ vcpu->arch.maxphyaddr = cpuid_query_maxphyaddr(vcpu); - kvm_pmu_cpuid_update(vcpu); + kvm_pmu_refresh(vcpu); return 0; }