Re: [PATCH] KVM: x86: Use VMCALL and VMMCALL mnemonics in kvm_para.h

2020-06-25 Thread Paolo Bonzini
On 23/06/20 20:34, Uros Bizjak wrote: > Current minimum required version of binutils is 2.23, > which supports VMCALL and VMMCALL instruction mnemonics. > > Replace the byte-wise specification of VMCALL and > VMMCALL with these proper mnemonics. > > Signed-off-by: Uros Bizjak > CC: Paolo Bonzini

[PATCH] KVM: x86: Use VMCALL and VMMCALL mnemonics in kvm_para.h

2020-06-23 Thread Uros Bizjak
Current minimum required version of binutils is 2.23, which supports VMCALL and VMMCALL instruction mnemonics. Replace the byte-wise specification of VMCALL and VMMCALL with these proper mnemonics. Signed-off-by: Uros Bizjak CC: Paolo Bonzini --- arch/x86/include/asm/kvm_para.h | 2 +- 1 file