KVM/x86: Use SVM assembly instruction mnemonics instead of .byte streams
authorUros Bizjak <ubizjak@gmail.com>
Mon, 26 Nov 2018 16:00:08 +0000 (17:00 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 21 Dec 2018 10:28:44 +0000 (11:28 +0100)
commitac5ffda2447f033ddc44a87882dfcfed38d944dc
treeee0595e3ea806f669e50b4c0ebc75b798ca3959d
parent71883a62fcd6c70639fa12cda733378b4d997409
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>
arch/x86/include/asm/svm.h
arch/x86/kvm/svm.c