From: Avi Kivity Date: Tue, 1 Feb 2011 14:32:02 +0000 (+0200) Subject: KVM: Drop bogus x86_decode_insn() error check X-Git-Tag: v2.6.39-rc1~436^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e90943907ff84cf0379a57c01c296a9b33c903e;p=pandora-kernel.git KVM: Drop bogus x86_decode_insn() error check x86_decode_insn() doesn't return X86EMUL_* values, so the check for X86EMUL_PROPOGATE_FAULT will always fail. There is a proper check later on, so there is no need for a replacement for this code. Signed-off-by: Avi Kivity Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed