From: Nadav Amit Date: Sun, 2 Nov 2014 09:55:01 +0000 (+0200) Subject: KVM: x86: Return UNHANDLABLE on unsupported SYSENTER X-Git-Tag: omap-for-v3.19/fixes-rc1~43^2~72 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2c9d43e6c0f821bde0c1c840038d159d18f1519;p=pandora-kernel.git KVM: x86: Return UNHANDLABLE on unsupported SYSENTER Now that KVM injects #UD on "unhandlable" error, it makes better sense to return such error on sysenter instead of directly injecting #UD to the guest. This allows to track more easily the unhandlable cases the emulator does not support. Signed-off-by: Nadav Amit Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed