* On Friday 03 Oct 2008 16:07:54 Sheng Yang wrote: > @@ -319,15 +319,23 @@ static int kvm_vm_ioctl_assign_device(struct kvm > *kvm, > > list_add(&match->list, &kvm->arch.assigned_dev_head); > > + r = kvm_request_irq_source_id(kvm);
This should be done in the kvm_vm_ioctl_assign_irq call, just after registering the ack notifier. Amit. -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
