From: Avi Kivity Date: Mon, 16 Aug 2010 14:50:56 +0000 (+0300) Subject: KVM: x86 emulator: Use a register for ____emulate_2op() destination X-Git-Tag: v2.6.37-rc1~142^2~192 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb2c264105c64511dbd1a7488b482960895aace4;p=pandora-kernel.git KVM: x86 emulator: Use a register for ____emulate_2op() destination Most x86 two operand instructions allow the destination to be a memory operand, but IMUL (for example) requires that the destination be a register. Change ____emulate_2op() to take a register for both source and destination so we can invoke IMUL. Signed-off-by: Avi Kivity --- Reading git-diff-tree failed