commit | 2dbd0dd711e6c0ca6a2be9e6d93bbeb339386638 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@redhat.com> | Sun Aug 01 15:40:19 2010 +0300 |
committer | Avi Kivity <avi@redhat.com> | Sun Oct 24 10:50:40 2010 +0200 |
tree | a4b4cd21579263b64c4287489a59f301d2c5e667 | |
parent | 1f6f05800e2fdd815ac63e3264071d26d429f491 [diff] |
KVM: x86 emulator: Decode memory operands directly into a 'struct operand' Since modrm operand can be either register or memory, decoding it into a 'struct operand', which can represent both, is simpler. Signed-off-by: Avi Kivity <avi@redhat.com>