commit | 6c1e7e5b40f23b9e754a47852924115febba35df | [log] [tgz] |
---|---|---|
author | Sean Christopherson <sean.j.christopherson@intel.com> | Fri Jan 25 07:40:57 2019 -0800 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Tue Feb 12 13:12:19 2019 +0100 |
tree | d79b646be4cfc4fa5152f507b3d4bbd87f6ef43e | |
parent | 98ff2acc91d836277d34558fbbba7678e04281ed [diff] |
KVM: nVMX: Explicitly reference the scratch reg in nested early checks Using %1 to reference RCX, i.e. the 'vmx' pointer', is obtuse and fragile, e.g. it results in cryptic and infurating compile errors if the output constraints are touched by anything more than a gentle breeze. Reviewed-by: Jim Mattson <jmattson@google.com> Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>