commit | 43ce76ce731ff7f9cff51124fee738018c18a864 | [log] [tgz] |
---|---|---|
author | Uros Bizjak <ubizjak@gmail.com> | Wed Oct 17 16:46:57 2018 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Wed Oct 17 19:08:21 2018 +0200 |
tree | 9652072a1aaf6821cf8d60ee1081e401844c81a4 | |
parent | c4f55198c7c2b87909b166ffc2f6b68d9af6766c [diff] |
KVM/x86: Use 32bit xor to clear registers in svm.c x86_64 zero-extends 32bit xor operation to a full 64bit register. Also add a comment and remove unnecessary instruction suffix in vmx.c Signed-off-by: Uros Bizjak <ubizjak@gmail.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>