]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc3d6ac47ea6a350e50a1f10ae3c8bbb58b6f62c5
tree275ed4ecb1c48d9652c5406ba319c003746b5d47
parent40beff57e30ef4244d5ddaa6eb8c853cc7a46332
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