Browse Source

Merge commit '33b458d276bb' into kvm-next

Fix bad x86 regression introduced during merge window.
Paolo Bonzini 11 years ago
parent
commit
dc720f9593
1 changed files with 1 additions and 0 deletions
  1. 1 0
      arch/x86/kvm/svm.c

+ 1 - 0
arch/x86/kvm/svm.c

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