From: Gleb Natapov Date: Thu, 18 Mar 2010 13:20:15 +0000 (+0200) Subject: KVM: x86 emulator: cleanup grp3 return value X-Git-Tag: v2.6.35-rc1~436^2~159 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aca06a83071e4e4c9150751db7ea6a46240734fc;p=pandora-kernel.git KVM: x86 emulator: cleanup grp3 return value When x86_emulate_insn() does not know how to emulate instruction it exits via cannot_emulate label in all cases except when emulating grp3. Fix that. Signed-off-by: Gleb Natapov Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed