提交 9a630d15 编写于 作者: P Paolo Bonzini

Merge commit '33b458d2' into kvm-master

...@@ -1462,6 +1462,7 @@ static void svm_get_segment(struct kvm_vcpu *vcpu, ...@@ -1462,6 +1462,7 @@ static void svm_get_segment(struct kvm_vcpu *vcpu,
*/ */
if (var->unusable) if (var->unusable)
var->db = 0; var->db = 0;
var->dpl = to_svm(vcpu)->vmcb->save.cpl;
break; break;
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册