]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
KVM: x86: JMP/CALL using call- or task-gate causes exception
authorNadav Amit <namit@cs.technion.ac.il>
Thu, 25 Dec 2014 00:52:19 +0000 (02:52 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 8 Jan 2015 21:48:05 +0000 (22:48 +0100)
commit3dc4bc4f6b9265bd05dda007b07eac5a17da0562
treeeb6f44fe50a2126a669c3dd62214ad5b178b6b4b
parent16bebefe29d8495c89961a9d57ea1947547a5211
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 <namit@cs.technion.ac.il>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/emulate.c