Skip to content

Commit

Permalink
Merge commit '33b458d276bb' into kvm-master
Browse files Browse the repository at this point in the history
  • Loading branch information
bonzini committed Jun 30, 2014
2 parents 0c2363f + 33b458d commit 9a630d1
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 9a630d1

Please sign in to comment.