]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
KVM: x86: Emulate should check #UD before #GP
authorNadav Amit <namit@cs.technion.ac.il>
Wed, 10 Dec 2014 09:19:04 +0000 (11:19 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 10 Dec 2014 11:53:37 +0000 (12:53 +0100)
commit64a38292ed5f1e9d1bbc15b591cc3b57ce89473f
treed3be824a5fc8c034cea5aa3e157ebec6efeda7e7
parentbc397a6c914c75d8ae21dad23eba9ae82e34dad3
KVM: x86: Emulate should check #UD before #GP

Intel SDM table 6-2 ("Priority Among Simultaneous Exceptions and Interrupts")
shows that faults from decoding the next instruction got higher priority than
general protection.  Moving the protected-mode check before the CPL check to
avoid wrong exception on vm86 mode.

Signed-off-by: Nadav Amit <namit@cs.technion.ac.il>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/emulate.c