Sean Christopherson c823dd5c0f KVM: VMX: Fold __vmx_vcpu_run() back into vmx_vcpu_run()
...now that the code is no longer tagged with STACK_FRAME_NON_STANDARD.
Arguably, providing __vmx_vcpu_run() to break up vmx_vcpu_run() is
valuable on its own, but the previous split was purposely made as small
as possible to limit the effects STACK_FRAME_NON_STANDARD.  In other
words, the current split is now completely arbitrary and likely not the
most logical.

This also allows renaming ____vmx_vcpu_run() to __vmx_vcpu_run() in a
future patch.

Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2019-02-20 22:48:14 +01:00
..
2019-01-06 16:33:10 -08:00
2019-02-09 09:44:08 -08:00
2019-02-08 16:23:41 -08:00
2019-01-16 23:31:18 +09:00
2019-02-09 10:26:09 -08:00
2019-02-07 11:55:24 -08:00
2019-02-08 16:04:12 -08:00
2019-01-06 16:33:10 -08:00