Merge commit '33b458d276' into kvm-next
Fix bad x86 regression introduced during merge window.
This commit is contained in:
commit
dc720f9593
1 changed files with 1 additions and 0 deletions
|
|
@ -1462,6 +1462,7 @@ static void svm_get_segment(struct kvm_vcpu *vcpu,
|
|||
*/
|
||||
if (var->unusable)
|
||||
var->db = 0;
|
||||
var->dpl = to_svm(vcpu)->vmcb->save.cpl;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue