diff options
author | Tang Chen <tangchen@cn.fujitsu.com> | 2014-09-24 03:57:55 -0400 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2014-09-24 08:07:59 -0400 |
commit | 445b8236959bfe624a5aa9bce89f44a3bec9b2b1 (patch) | |
tree | 02bd03edda87de57c795ca674477f4eff3e97784 /include/linux/kvm_host.h | |
parent | 57128468080a8b6ea452223036d3e417f748af55 (diff) |
kvm: Rename make_all_cpus_request() to kvm_make_all_cpus_request() and make it non-static
Different architectures need different requests, and in fact we
will use this function in architecture-specific code later. This
will be outside kvm_main.c, so make it non-static and rename it to
kvm_make_all_cpus_request().
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Tang Chen <tangchen@cn.fujitsu.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'include/linux/kvm_host.h')
-rw-r--r-- | include/linux/kvm_host.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h index 45aaeb3360c9..12c591fc2571 100644 --- a/include/linux/kvm_host.h +++ b/include/linux/kvm_host.h | |||
@@ -586,6 +586,7 @@ void kvm_flush_remote_tlbs(struct kvm *kvm); | |||
586 | void kvm_reload_remote_mmus(struct kvm *kvm); | 586 | void kvm_reload_remote_mmus(struct kvm *kvm); |
587 | void kvm_make_mclock_inprogress_request(struct kvm *kvm); | 587 | void kvm_make_mclock_inprogress_request(struct kvm *kvm); |
588 | void kvm_make_scan_ioapic_request(struct kvm *kvm); | 588 | void kvm_make_scan_ioapic_request(struct kvm *kvm); |
589 | bool kvm_make_all_cpus_request(struct kvm *kvm, unsigned int req); | ||
589 | 590 | ||
590 | long kvm_arch_dev_ioctl(struct file *filp, | 591 | long kvm_arch_dev_ioctl(struct file *filp, |
591 | unsigned int ioctl, unsigned long arg); | 592 | unsigned int ioctl, unsigned long arg); |