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)
commit0658fbaad809b57b8f0d4ab2c0a78bc6abde1b3e
tree138c947c0b4273c3cdf2d0a8e77eefade6da2cfa
parente6dff7d15edfa90011298c2a37ec7c965c5f9885
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
This page took 0.024834 seconds and 5 git commands to generate.