]> asedeno.scripts.mit.edu Git - linux.git/commit
KVM: VMX: Return VM-Fail from vCPU-run assembly via standard ABI reg
authorSean Christopherson <sean.j.christopherson@intel.com>
Fri, 25 Jan 2019 15:41:17 +0000 (07:41 -0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 20 Feb 2019 21:48:17 +0000 (22:48 +0100)
commite75c3c3a0487da878cbfa7f125dcd080a8606eaf
treec9115f813adce4028063196664fe1208b410f36e
parent77df549559dbe7f265ab19bd444d6acb3a718b4d
KVM: VMX: Return VM-Fail from vCPU-run assembly via standard ABI reg

...to prepare for making the assembly sub-routine callable from C code.

Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/vmx/vmenter.S
arch/x86/kvm/vmx/vmx.c