]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: nVMX: Change location of 3 functions in vmx.c
authorArthur Chunqi Li <yzt356@gmail.com>
Thu, 4 Jul 2013 07:03:32 +0000 (15:03 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 18 Jul 2013 10:29:26 +0000 (12:29 +0200)
commit79585f43f65f6fb14748333dce0ee39cbbe6dc8f
tree138c947c0b4273c3cdf2d0a8e77eefade6da2cfa
parentbaf5783a2ff0b924f8476ac92fe886f73f095fb4
KVM: nVMX: Change location of 3 functions in vmx.c

Move nested_vmx_succeed/nested_vmx_failInvalid/nested_vmx_failValid
ahead of handle_vmon to eliminate double declaration in the same
file

Signed-off-by: Arthur Chunqi Li <yzt356@gmail.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/vmx.c