0e2fdd815ac63e3264071d26d429f491 author Avi Kivity 1280666419 +0300 committer Avi Kivity 1287910240 +0200 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 @Ð‘Žš