Skip to content

Commit

Permalink
Merge commit '33b458d276bb' into kvm-next
Browse files Browse the repository at this point in the history
Fix bad x86 regression introduced during merge window.
  • Loading branch information
bonzini committed Jun 30, 2014
2 parents 27e6fb5 + 33b458d commit dc720f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/x86/kvm/svm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
Expand Down

0 comments on commit dc720f9

Please sign in to comment.