]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: VMX: Reorder clearing of registers in the vCPU-run assembly flow
authorSean Christopherson <sean.j.christopherson@intel.com>
Fri, 25 Jan 2019 15:41:20 +0000 (07:41 -0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 20 Feb 2019 21:48:18 +0000 (22:48 +0100)
commite5d89887d10ed2f01c32a7903e500643f33ba7d2
tree8e012666bf201b1e18a8055dd0f43b461fe67742
parent3eab80b0d9ff831dcda1fdf97dff169ad5d10fb3
KVM: VMX: Reorder clearing of registers in the vCPU-run assembly flow

Move the clearing of the common registers (not 64-bit-only) to the start
of the flow that clears registers holding guest state.  This is
purely a cosmetic change so that the label doesn't point at a blank line
and a #define.

No functional change intended.

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