KVM: VMX: Move the hardware {un}setup functions to the bottom
authorSean Christopherson <sean.j.christopherson@intel.com>
Mon, 3 Dec 2018 21:53:11 +0000 (13:53 -0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 14 Dec 2018 16:17:58 +0000 (17:17 +0100)
commita3203381ca95dcf1faa4053e84bd0cd10bc0ca8c
tree275ed4ecb1c48d9652c5406ba319c003746b5d47
parent5158917c7b0196aefc1a4e9bc4458777dd2c41ec
KVM: VMX: Move the hardware {un}setup functions to the bottom

...so that future patches can reference e.g. @kvm_vmx_exit_handlers
without having to simultaneously move a big chunk of code.  Speaking
from experience, resolving merge conflicts is an absolute nightmare
without pre-moving the code.

Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/vmx/vmx.c