commit | 5045b468037dfe1c848827ce10e99d87f5669160 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Thu May 15 18:09:29 2014 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Thu May 22 17:47:17 2014 +0200 |
tree | a3562a257ed1889b7bf5d6dcd4ecb67edc79fd41 | |
parent | fb5e336b977086557739791ed51955c5913dc773 [diff] |
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: Paolo Bonzini <pbonzini@redhat.com>