Merge commit '33b458d276bb' into kvm-next

Fix bad x86 regression introduced during merge window.
This commit is contained in:
Paolo Bonzini 2014-06-30 16:51:07 +02:00
commit dc720f9593

View File

@ -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;
}
}