KVM: VMX: extract kvm_cpu_vmxoff() from hardware_disable()
authorEduardo Habkost <ehabkost@redhat.com>
Mon, 17 Nov 2008 21:03:18 +0000 (19:03 -0200)
committerAvi Kivity <avi@redhat.com>
Wed, 31 Dec 2008 14:52:29 +0000 (16:52 +0200)
commit710ff4a855d0f3bf74b5b4a20328e2858a8a2968
treea229ce62fac130e770b2a9fd2d5fa072b72a16c5
parent1e9931146c748420343aeefadb3bb17bd1c14a37
KVM: VMX: extract kvm_cpu_vmxoff() from hardware_disable()

Along with some comments on why it is different from the core cpu_vmxoff()
function.

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/kvm/vmx.c