From: Avi Kivity Date: Sat, 9 Feb 2013 09:31:44 +0000 (+0200) Subject: KVM: x86 emulator: add support for writing back the source operand X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~22^2~60 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb32b1eda29f2040148b0e172f9cbbd2f07697e4;p=pandora-kernel.git KVM: x86 emulator: add support for writing back the source operand Some instructions write back the source operand, not just the destination. Add support for doing this via the decode flags. Gleb: add BUG_ON() to prevent source to be memory operand. Signed-off-by: Avi Kivity Signed-off-by: Gleb Natapov --- Reading git-diff-tree failed