kvm: Rename make_all_cpus_request() to kvm_make_all_cpus_request() and make it non...
authorTang Chen <tangchen@cn.fujitsu.com>
Wed, 24 Sep 2014 07:57:55 +0000 (15:57 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 24 Sep 2014 12:07:59 +0000 (14:07 +0200)
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>
include/linux/kvm_host.h
virt/kvm/kvm_main.c

Simple merge
Simple merge