KVM: nVMX: Pass vmexit parameters to nested_vmx_vmexit
authorJan Kiszka <jan.kiszka@siemens.com>
Sat, 4 Jan 2014 17:47:20 +0000 (18:47 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 17 Jan 2014 09:22:14 +0000 (10:22 +0100)
Instead of fixing up the vmcs12 after the nested vmexit, pass key
parameters already when calling nested_vmx_vmexit. This will help
tracing those vmexits.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/vmx.c

Simple merge