On 07.01.2013, at 18:47, Scott Wood wrote: > On 01/04/2013 05:41:42 PM, Alexander Graf wrote: >> @@ -408,6 +411,11 @@ static int kvmppc_booke_irqprio_deliver(struct kvm_vcpu *vcpu, >> set_guest_esr(vcpu, vcpu->arch.queued_esr); >> if (update_dear == true) >> set_guest_dear(vcpu, vcpu->arch.queued_dear); >> + if (update_epr == true) { >> + kvm_make_request(KVM_REQ_EPR_EXIT, vcpu); >> + /* Indicate that we want to recheck requests */ >> + allowed = 2; >> + } > > We shouldn't need "allowed = 2" anymore. Thanks for noticing :). I already removed this one locally today but wanted to wait for further comments on the series before sending out a v3. Alex -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html