]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
kvm: x86: vmx: move down hardware_setup() and hardware_unsetup()
authorTiejun Chen <tiejun.chen@intel.com>
Tue, 28 Oct 2014 02:14:47 +0000 (10:14 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 7 Nov 2014 14:43:59 +0000 (15:43 +0100)
commitf2c7648d91205f4200d3b5c76a8c18d426714d9e
tree08ffadfa212202845ff7d044314fc4f7ebcd7252
parent173ede4ddd054e072f9178d655a660c8aaa80cea
kvm: x86: vmx: move down hardware_setup() and hardware_unsetup()

Just move this pair of functions down to make sure later we can
add something dependent on others.

Signed-off-by: Tiejun Chen <tiejun.chen@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/vmx.c