From: Nadav Amit Date: Mon, 2 Jun 2014 15:34:03 +0000 (+0300) Subject: KVM: x86: Mark VEX-prefix instructions emulation as unimplemented X-Git-Tag: omap-for-v3.17/fixes-against-rc2~184^2~92 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7fe864dc942c;p=pandora-kernel.git KVM: x86: Mark VEX-prefix instructions emulation as unimplemented Currently the emulator does not recognize vex-prefix instructions. However, it may incorrectly decode lgdt/lidt instructions and try to execute them. This patch returns unhandlable error on their emulation. Signed-off-by: Nadav Amit Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed