commit | b1ea50b2b63a95aa5a7944b48ba4d0e9b32211d3 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@redhat.com> | Tue Sep 13 10:45:42 2011 +0300 |
committer | Avi Kivity <avi@redhat.com> | Sun Sep 25 19:52:49 2011 +0300 |
tree | bba618fcdb50535ee25e5f06e9a704b5734068e6 | |
parent | a99455499a86bde28fccd84e2119be9cd7c23a3f [diff] |
KVM: x86 emulator: expand decode flags to 64 bits Unifiying the operands means not taking advantage of the fact that some operand types can only go into certain operands (for example, DI can only be used by the destination), so we need more bits to hold the operand type. Signed-off-by: Avi Kivity <avi@redhat.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>