From: Nadav Amit Date: Thu, 25 Dec 2014 00:52:19 +0000 (+0200) Subject: KVM: x86: JMP/CALL using call- or task-gate causes exception X-Git-Tag: fixes-v4.0-rc1~113^2~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3dc4bc4f6b9265bd05dda007b07eac5a17da0562;p=pandora-kernel.git KVM: x86: JMP/CALL using call- or task-gate causes exception The KVM emulator does not emulate JMP and CALL that target a call gate or a task gate. This patch does not try to implement these scenario as they are presumably rare; yet it returns X86EMUL_UNHANDLEABLE error in such cases instead of generating an exception. Signed-off-by: Nadav Amit Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed