From: Gleb Natapov Date: Thu, 11 Apr 2013 08:59:55 +0000 (+0300) Subject: KVM: emulator: fix unimplemented instruction detection X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~32^2~63 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b789eee2c0204da83278f181428560faf6efefb;p=pandora-kernel.git KVM: emulator: fix unimplemented instruction detection Unimplemented instruction detection is broken for group instructions since it relies on "flags" field of opcode to be zero, but all instructions in a group inherit flags from a group encoding. Fix that by having a separate flag for unimplemented instructions. Signed-off-by: Gleb Natapov --- Reading git-diff-tree failed