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)
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>

No differences found