commit | e97e883f8bfbe02cfc2bfff45e68921dfe590c7e | [log] [tgz] |
---|---|---|
author | Wei Yongjun <yjwei@cn.fujitsu.com> | Tue Jul 06 16:51:09 2010 +0800 |
committer | Avi Kivity <avi@redhat.com> | Mon Aug 02 06:40:24 2010 +0300 |
tree | ca9ba2e7f5ca10b406aecaf1c9401f937dbed248 | |
parent | ce7a0ad3bdcd86e6cf907eb5992fecb1503daa26 [diff] |
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 <yjwei@cn.fujitsu.com> Signed-off-by: Avi Kivity <avi@redhat.com>