diff options
author | Jan Kiszka <jan.kiszka@siemens.com> | 2012-09-20 05:43:08 (GMT) |
---|---|---|
committer | Marcelo Tosatti <mtosatti@redhat.com> | 2012-10-08 17:02:35 (GMT) |
commit | 8b6e4547e0e4b6aac11df6d8d4e71ea2ab159b5e (patch) | |
tree | b287880fb5dd3d3fca18dca6c3bc23afd63e1a15 /include/linux | |
parent | ecefbd94b834fa32559d854646d777c56749ef1c (diff) | |
download | linux-fsl-qoriq-8b6e4547e0e4b6aac11df6d8d4e71ea2ab159b5e.tar.xz |
KVM: x86: Convert kvm_arch_vcpu_reset into private kvm_vcpu_reset
There are no external callers of this function as there is no concept of
resetting a vcpu from generic code.
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/kvm_host.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h index 93bfc9f..c35b1c0 100644 --- a/include/linux/kvm_host.h +++ b/include/linux/kvm_host.h @@ -582,7 +582,6 @@ struct kvm_vcpu *kvm_arch_vcpu_create(struct kvm *kvm, unsigned int id); int kvm_arch_vcpu_setup(struct kvm_vcpu *vcpu); void kvm_arch_vcpu_destroy(struct kvm_vcpu *vcpu); -int kvm_arch_vcpu_reset(struct kvm_vcpu *vcpu); int kvm_arch_hardware_enable(void *garbage); void kvm_arch_hardware_disable(void *garbage); int kvm_arch_hardware_setup(void); |