]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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)
commit533558bcb69ef28aff81b6ae9acda8943575319f
treebc8ba9c288267c16e0a0039ec0c50e89392fe884
parent42124925c1f580068661bebd963d7c102175a8a9
KVM: nVMX: Pass vmexit parameters to nested_vmx_vmexit

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