]> git.karo-electronics.de Git - karo-tx-linux.git/commit
xen/events: add a evtchn_op for port setup
authorDavid Vrabel <david.vrabel@citrix.com>
Mon, 18 Mar 2013 16:54:57 +0000 (16:54 +0000)
committerDavid Vrabel <david.vrabel@citrix.com>
Mon, 11 Nov 2013 11:50:49 +0000 (11:50 +0000)
commit7a7b7685d084cf94efe4e3d048f1c2c7dec5dc4c
treea474d911e0c3140ae43755c8f977078766445d19
parent4eb94f753997f872bf7876aac9a2245dc3bbd819
xen/events: add a evtchn_op for port setup

Add a hook for port-specific setup and call it from
xen_irq_info_common_setup().

The FIFO-based ABIs may need to perform additional setup (expanding
the event array) before a bound event channel can start to receive
events.

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>
drivers/xen/events/events_base.c
drivers/xen/events/events_internal.h