Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dc720f95 authored by Paolo Bonzini's avatar Paolo Bonzini
Browse files

Merge commit '33b458d2' into kvm-next

Fix bad x86 regression introduced during merge window.
parents 27e6fb5d 33b458d2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;
	}
}