KVM: x86 emulator: Decode memory operands directly into a 'struct operand'
authorAvi Kivity <avi@redhat.com>
Sun, 1 Aug 2010 12:40:19 +0000 (15:40 +0300)
committerAvi Kivity <avi@redhat.com>
Sun, 24 Oct 2010 08:50:40 +0000 (10:50 +0200)
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>

No differences found