commit | ac5ffda2447f033ddc44a87882dfcfed38d944dc | [log] [tgz] |
---|---|---|
author | Uros Bizjak <ubizjak@gmail.com> | Mon Nov 26 17:00:08 2018 +0100 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Fri Dec 21 11:28:44 2018 +0100 |
tree | ee0595e3ea806f669e50b4c0ebc75b798ca3959d | |
parent | 71883a62fcd6c70639fa12cda733378b4d997409 [diff] |
KVM/x86: Use SVM assembly instruction mnemonics instead of .byte streams Recently the minimum required version of binutils was changed to 2.20, which supports all SVM instruction mnemonics. The patch removes all .byte #defines and uses real instruction mnemonics instead. Signed-off-by: Uros Bizjak <ubizjak@gmail.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>