commit | 3dc4bc4f6b9265bd05dda007b07eac5a17da0562 | [log] [tgz] |
---|---|---|
author | Nadav Amit <namit@cs.technion.ac.il> | Thu Dec 25 02:52:19 2014 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Thu Jan 08 22:48:05 2015 +0100 |
tree | eb6f44fe50a2126a669c3dd62214ad5b178b6b4b | |
parent | 16bebefe29d8495c89961a9d57ea1947547a5211 [diff] |
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>