aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/event_fifo.h
Commit message (Collapse)AuthorAgeFilesLines
* evtchn: add FIFO-based event channel hypercalls and port opsDavid Vrabel2013-10-141-0/+47
Add the implementation for the FIFO-based event channel ABI. The new hypercall sub-ops (EVTCHNOP_init_control, EVTCHNOP_expand_array) and the required evtchn_ops (set_pending, unmask, etc.). Signed-off-by: David Vrabel <david.vrabel@citrix.com> Reviewed-by: Jan Beulich <jbeulich@suse.com> Acked-by: Keir Fraser <keir@xen.org>