From: Avi Kivity Date: Sat, 19 Jan 2013 17:51:52 +0000 (+0200) Subject: KVM: x86 emulator: covert SETCC to fastop X-Git-Tag: v3.9-rc1~97^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ae9febae9500a0a6f5ce29ee4b8d942b5332529;p=pandora-kernel.git KVM: x86 emulator: covert SETCC to fastop This is a bit of a special case since we don't have the usual byte/word/long/quad switch; instead we switch on the condition code embedded in the instruction. Reviewed-by: Gleb Natapov Signed-off-by: Avi Kivity Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed