Sean Christopherson 63c73aa07f KVM: VMX: Create a stack frame in vCPU-run
...in preparation for moving to a proper assembly sub-routnine.
vCPU-run isn't a leaf function since it calls vmx_update_host_rsp()
and vmx_vmenter().  And since we need to save/restore RBP anyways,
unconditionally creating the frame costs a single MOV, i.e. don't
bother keying off CONFIG_FRAME_POINTER or using FRAME_BEGIN, etc...

Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2019-02-20 22:48:13 +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