commit | 4f44c4eec5b72020c6d99e9e4f3d0505874c98c9 | [log] [tgz] |
---|---|---|
author | Sean Christopherson <sean.j.christopherson@intel.com> | Fri Jan 25 07:41:20 2019 -0800 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Wed Feb 20 22:48:18 2019 +0100 |
tree | 8e012666bf201b1e18a8055dd0f43b461fe67742 | |
parent | fc2ba5a27a1aaa16b664e64f85e0e1307d2bde3a [diff] |
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>