]> Git Repo - linux.git/commit
KVM: nVMX: call kvm_skip_emulated_instruction in nested_vmx_{fail,succeed}
authorSean Christopherson <[email protected]>
Wed, 26 Sep 2018 16:23:55 +0000 (09:23 -0700)
committerPaolo Bonzini <[email protected]>
Tue, 16 Oct 2018 22:29:58 +0000 (00:29 +0200)
commit09abb5e3e5e50eef72b09adaa798b7ef0ce9239b
tree57104143e298d352f6dfc1e12584f613299b87d8
parentc37a6116d85c7eda541769a2b3ba4c6c9164002e
KVM: nVMX: call kvm_skip_emulated_instruction in nested_vmx_{fail,succeed}

... as every invocation of nested_vmx_{fail,succeed} is immediately
followed by a call to kvm_skip_emulated_instruction().  This saves
a bit of code and eliminates some silly paths, e.g. nested_vmx_run()
ended up with a goto label purely used to call and return
kvm_skip_emulated_instruction().

Signed-off-by: Sean Christopherson <[email protected]>
Reviewed-by: Jim Mattson <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
arch/x86/kvm/vmx.c
This page took 0.054324 seconds and 4 git commands to generate.