> -----Original Message----- > From: Juergen Gross <jgross@xxxxxxxx> > Sent: 11 February 2021 10:16 > To: xen-devel@xxxxxxxxxxxxxxxxxxxx; linux-block@xxxxxxxxxxxxxxx; linux-kernel@xxxxxxxxxxxxxxx; > netdev@xxxxxxxxxxxxxxx; linux-scsi@xxxxxxxxxxxxxxx > Cc: Juergen Gross <jgross@xxxxxxxx>; Konrad Rzeszutek Wilk <konrad.wilk@xxxxxxxxxx>; Roger Pau Monné > <roger.pau@xxxxxxxxxx>; Jens Axboe <axboe@xxxxxxxxx>; Wei Liu <wei.liu@xxxxxxxxxx>; Paul Durrant > <paul@xxxxxxx>; David S. Miller <davem@xxxxxxxxxxxxx>; Jakub Kicinski <kuba@xxxxxxxxxx>; Boris > Ostrovsky <boris.ostrovsky@xxxxxxxxxx>; Stefano Stabellini <sstabellini@xxxxxxxxxx> > Subject: [PATCH v2 5/8] xen/events: link interdomain events to associated xenbus device > > In order to support the possibility of per-device event channel > settings (e.g. lateeoi spurious event thresholds) add a xenbus device > pointer to struct irq_info() and modify the related event channel > binding interfaces to take the pointer to the xenbus device as a > parameter instead of the domain id of the other side. > > While at it remove the stale prototype of bind_evtchn_to_irq_lateeoi(). > > Signed-off-by: Juergen Gross <jgross@xxxxxxxx> > Reviewed-by: Boris Ostrovsky <boris.ostrovsky@xxxxxxxxxx> > Reviewed-by: Wei Liu <wei.liu@xxxxxxxxxx> Reviewed-by: Paul Durrant <paul@xxxxxxx>