From: Avi Kivity Date: Mon, 16 Jan 2012 13:08:45 +0000 (+0200) Subject: KVM: x86 emulator: Remove byte-sized MOVSX/MOVZX hack X-Git-Tag: v3.4-rc1~59^2~55 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2adb5ad9fe1b44d0ae8b00d2bd6568e6163215b3;p=pandora-kernel.git KVM: x86 emulator: Remove byte-sized MOVSX/MOVZX hack Currently we treat MOVSX/MOVZX with a byte source as a byte instruction, and change the destination operand size with a hack. Change it to be a word instruction, so the destination receives its natural size, and change the source to be SrcMem8. Signed-off-by: Avi Kivity Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed