projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43d62d1
)
KVM: x86/pmu: remove useless prototype
author
Paolo Bonzini
<pbonzini@redhat.com>
Fri, 20 May 2022 12:00:05 +0000
(08:00 -0400)
committer
Paolo Bonzini
<pbonzini@redhat.com>
Wed, 8 Jun 2022 08:48:29 +0000
(
04:48
-0400)
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/pmu.h
patch
|
blob
|
history
diff --git
a/arch/x86/kvm/pmu.h
b/arch/x86/kvm/pmu.h
index 796ff839493ba5bf8fc29f3d3115cdbf1a70d8a1..f7bd4de14c920d44315d7f1a20b6e5dca9806169 100644
(file)
--- a/
arch/x86/kvm/pmu.h
+++ b/
arch/x86/kvm/pmu.h
@@
-191,7
+191,6
@@
void kvm_pmu_cleanup(struct kvm_vcpu *vcpu);
void kvm_pmu_destroy(struct kvm_vcpu *vcpu);
int kvm_vm_ioctl_set_pmu_event_filter(struct kvm *kvm, void __user *argp);
void kvm_pmu_trigger_event(struct kvm_vcpu *vcpu, u64 perf_hw_id);
-void kvm_init_pmu_capability(void);
bool is_vmware_backdoor_pmc(u32 pmc_idx);