From: Wei Yongjun Date: Tue, 6 Jul 2010 08:51:09 +0000 (+0800) Subject: KVM: x86 emulator: fix 'and AL,imm8' instruction decoding X-Git-Tag: v2.6.36-rc1~580^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e97e883f8bfbe02cfc2bfff45e68921dfe590c7e;p=pandora-kernel.git KVM: x86 emulator: fix 'and AL,imm8' instruction decoding 'and AL,imm8' should be mask as ByteOp, otherwise the dest operand length will no correct and we may fill the full EAX when writeback. Signed-off-by: Wei Yongjun Signed-off-by: Avi Kivity --- Reading git-diff-tree failed