> -----Original Message----- > From: Juergen Gross <[email protected]> > Sent: 11 February 2021 10:16 > To: [email protected]; [email protected]; > [email protected]; > [email protected]; [email protected] > Cc: Juergen Gross <[email protected]>; Konrad Rzeszutek Wilk > <[email protected]>; Roger Pau Monné > <[email protected]>; Jens Axboe <[email protected]>; Wei Liu > <[email protected]>; Paul Durrant > <[email protected]>; David S. Miller <[email protected]>; Jakub Kicinski > <[email protected]>; Boris > Ostrovsky <[email protected]>; Stefano Stabellini > <[email protected]> > 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 <[email protected]> > Reviewed-by: Boris Ostrovsky <[email protected]> > Reviewed-by: Wei Liu <[email protected]>
Reviewed-by: Paul Durrant <[email protected]>
