linux/drivers/xen/events
David Vrabel 96d4c58818 xen/events: allow setup of irq_info to fail
The FIFO-based event ABI requires additional setup of newly bound
events (it may need to expand the event array) and this setup may
fail.

xen_irq_info_common_init() is a useful place to put this setup so
allow this call to fail.  This call and the other similar calls are
renamed to be *_setup() to reflect that they may now fail.

This failure can only occur with new event channels not on rebind.

Signed-off-by: David Vrabel <david.vrabel@citrix.com>
Reviewed-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Reviewed-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
2014-01-06 10:07:44 -05:00
..
events_2l.c xen/events: add struct evtchn_ops for the low-level port operations 2014-01-06 10:07:43 -05:00
events_base.c xen/events: allow setup of irq_info to fail 2014-01-06 10:07:44 -05:00
events_internal.h xen/events: add struct evtchn_ops for the low-level port operations 2014-01-06 10:07:43 -05:00
Makefile xen/events: move 2-level specific code into its own file 2014-01-06 10:07:41 -05:00