[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v6 for-xen-4.5 2/3] dpci: In hvm_dirq_assist stop using pt_pirq_iterate
>>> On 23.09.14 at 04:10, <konrad.wilk@xxxxxxxxxx> wrote: > --- a/xen/drivers/passthrough/io.c > +++ b/xen/drivers/passthrough/io.c > @@ -534,9 +534,14 @@ void hvm_dpci_msi_eoi(struct domain *d, int vector) > spin_unlock(&d->event_lock); > } > > -static int _hvm_dirq_assist(struct domain *d, struct hvm_pirq_dpci > *pirq_dpci, > - void *arg) > +static void hvm_dirq_assist(unsigned long _d) Please name this "arg" or some such, the name "_d" really was suitable only when the function took a (converted to scalar type) domain pointer. Beyond that this looks quite okay (pending the decision whether to fold into the first patch); personally I would aim at not using goto-s... Jan _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |