commit | 5217973ef899ffecdd77743aae3b633994a08cde | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@redhat.com> | Tue Sep 13 10:45:46 2011 +0300 |
committer | Avi Kivity <avi@redhat.com> | Sun Sep 25 19:52:53 2011 +0300 |
tree | ffef4ae801406f1ae03352022bce1ad647dc82a3 | |
parent | 608aabe316eab9116ddd73418217277693df3bb8 [diff] |
KVM: x86 emulator: qualify OpReg inhibit_byte_regs hack OpReg decoding has a hack that inhibits byte registers for movsx and movzx instructions. It should be replaced by something better, but meanwhile, qualify that the hack is only active for the destination operand. Note these instructions only use OpReg for the destination, but better to be explicit about it. Signed-off-by: Avi Kivity <avi@redhat.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>