From: Gleb Natapov Date: Thu, 11 Apr 2013 09:30:01 +0000 (+0300) Subject: KVM: emulator: Do not fail on emulation of undefined opcode X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~32^2~61 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1146a78b8d88fc0e0ca2ab9c549821242e289432;p=pandora-kernel.git KVM: emulator: Do not fail on emulation of undefined opcode Emulation of undefined opcode should inject #UD instead of causing emulation failure. Do that by moving Undefined flag check to emulation stage and injection #UD there. Signed-off-by: Gleb Natapov --- Reading git-diff-tree failed