From: Gleb Natapov Date: Thu, 18 Mar 2010 13:20:20 +0000 (+0200) Subject: KVM: x86 emulator: populate OP_MEM operand during decoding. X-Git-Tag: v2.6.35-rc1~436^2~154 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69f55cb11e8d789433d111ac3a0f60be37a1ae01;p=pandora-kernel.git KVM: x86 emulator: populate OP_MEM operand during decoding. All struct operand fields are initialized during decoding for all operand types except OP_MEM, but there is no reason for that. Move OP_MEM operand initialization into decoding stage for consistency. Signed-off-by: Gleb Natapov Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed