Re: [PATCH 1/2] x86/cpu/vmware: Use the full form of INL in VMWARE_HYPERCALL

2019-10-18 Thread Sean Christopherson
On Fri, Oct 18, 2019 at 03:40:51PM +0200, Thomas Hellström (VMware) wrote: > From: Thomas Hellstrom > > LLVM's assembler doesn't accept the short form INL instruction: > > inl (%%dx) > > but instead insists on the output register to be explicitly specified. > > This was previously fixed for

Re: [PATCH 1/2] x86/cpu/vmware: Use the full form of INL in VMWARE_HYPERCALL

2019-10-18 Thread Nick Desaulniers
On Fri, Oct 18, 2019 at 6:41 AM Thomas Hellström (VMware) wrote: > > From: Thomas Hellstrom > > LLVM's assembler doesn't accept the short form INL instruction: > > inl (%%dx) > > but instead insists on the output register to be explicitly specified. > > This was previously fixed for the VMWARE_