From: Avi Kivity Date: Sun, 1 Aug 2010 12:40:19 +0000 (+0300) Subject: KVM: x86 emulator: Decode memory operands directly into a 'struct operand' X-Git-Tag: v2.6.37-rc1~142^2~257 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2dbd0dd711e6c0ca6a2be9e6d93bbeb339386638;p=pandora-kernel.git 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 --- Reading git-diff-tree failed