Skip to content
Commit 5045b468 authored by Paolo Bonzini's avatar Paolo Bonzini
Browse files

KVM: x86: check CS.DPL against RPL during task switch



Table 7-1 of the SDM mentions a check that the code segment's
DPL must match the selector's RPL.  This was not done by KVM,
fix it.

Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
parent fb5e336b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment