> -----Original Message----- > From: Juergen Gross <jgr...@suse.com> > Sent: 11 February 2021 10:16 > To: xen-de...@lists.xenproject.org; linux-bl...@vger.kernel.org; > linux-ker...@vger.kernel.org; > netdev@vger.kernel.org; linux-s...@vger.kernel.org > Cc: Juergen Gross <jgr...@suse.com>; Konrad Rzeszutek Wilk > <konrad.w...@oracle.com>; Roger Pau Monné > <roger....@citrix.com>; Jens Axboe <ax...@kernel.dk>; Wei Liu > <wei....@kernel.org>; Paul Durrant > <p...@xen.org>; David S. Miller <da...@davemloft.net>; Jakub Kicinski > <k...@kernel.org>; Boris > Ostrovsky <boris.ostrov...@oracle.com>; Stefano Stabellini > <sstabell...@kernel.org> > 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 <jgr...@suse.com> > Reviewed-by: Boris Ostrovsky <boris.ostrov...@oracle.com> > Reviewed-by: Wei Liu <wei....@kernel.org>
Reviewed-by: Paul Durrant <p...@xen.org>