From: Avi Kivity Date: Sat, 9 Feb 2013 09:31:49 +0000 (+0200) Subject: KVM: x86 emulator: convert DIV/IDIV to fastop X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~22^2~55 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8c0b6ae498fe5c3f29966bd2a2d9882911b887b;p=pandora-kernel.git KVM: x86 emulator: convert DIV/IDIV to fastop Since DIV and IDIV can generate exceptions, we need an additional output parameter indicating whether an execption has occured. To avoid increasing register pressure on i386, we use %rsi, which is already allocated for the fastop code pointer. Gleb: added comment about fop usage as exception indication. Signed-off-by: Avi Kivity Signed-off-by: Gleb Natapov --- Reading git-diff-tree failed