]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: VMX: Pass @launched to the vCPU-run asm via standard ABI regs
authorSean Christopherson <sean.j.christopherson@intel.com>
Fri, 25 Jan 2019 15:41:16 +0000 (07:41 -0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 20 Feb 2019 21:48:16 +0000 (22:48 +0100)
commit622e6572c245dc8258c5b06647f0e3471b1d416e
tree2590a06f5c72f6d4f6dc4fdbd6686c07c6a11771
parentc7423584ce67f88bd96f78682065c7e38128e451
KVM: VMX: Pass @launched to the vCPU-run asm via standard ABI regs

...to prepare for making the 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