commit | 9e8919ae793f4edfaa29694a70f71a515ae9942a | [log] [tgz] |
---|---|---|
author | Nadav Amit <namit@cs.technion.ac.il> | Sun Jun 15 16:12:59 2014 +0300 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Thu Jun 19 12:52:09 2014 +0200 |
tree | 8db4bee8757b4d47baf3d0c10f267488efac98a2 | |
parent | ee212297cd425620867d4398d55d068c4203768c [diff] |
KVM: x86: Inter-privilege level ret emulation is not implemeneted Return unhandlable error on inter-privilege level ret instruction. This is since the current emulation does not check the privilege level correctly when loading the CS, and does not pop RSP/SS as needed. Cc: stable@vger.kernel.org Signed-off-by: Nadav Amit <namit@cs.technion.ac.il> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>