Re: [PATCH 0/2] Remove hack from movsx/movzx decoding

2012-01-17 Thread Marcelo Tosatti
On Mon, Jan 16, 2012 at 03:08:43PM +0200, Avi Kivity wrote: movsx/movzx destination operands currently have a hack for the operand size. Add OpMem8 and use it to remove the hack. I'll wait with this until Nadav's more direct fix is in. Avi Kivity (2): KVM: x86 emulator: add 8-bit memory

[PATCH 0/2] Remove hack from movsx/movzx decoding

2012-01-16 Thread Avi Kivity
movsx/movzx destination operands currently have a hack for the operand size. Add OpMem8 and use it to remove the hack. I'll wait with this until Nadav's more direct fix is in. Avi Kivity (2): KVM: x86 emulator: add 8-bit memory operands KVM: x86 emulator: Remove byte-sized MOVSX/MOVZX hack