mirror of https://gitee.com/openkylin/linux.git
Merge commit '33b458d276bb' into kvm-next
Fix bad x86 regression introduced during merge window.
This commit is contained in:
commit
dc720f9593
|
@ -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…
Reference in New Issue