KVM: call kvm_arch_vcpu_reset() instead of the kvm_x86_ops callback
authorGleb Natapov <gleb@redhat.com>
Tue, 7 Oct 2008 13:42:33 +0000 (15:42 +0200)
committerAvi Kivity <avi@redhat.com>
Wed, 31 Dec 2008 14:51:43 +0000 (16:51 +0200)
commit5f179287fa02723215eecf681d812b303c243973
treeffd972817ce37a1466f8da01d17d22df83429a5d
parent3b86cd9967242f3f3d775ee015fb814a349ed5e6
KVM: call kvm_arch_vcpu_reset() instead of the kvm_x86_ops callback

Call kvm_arch_vcpu_reset() instead of directly using arch callback.
The function does additional things.

Signed-off-by: Gleb Natapov <gleb@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/kvm/x86.c