[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Xen-devel] (no subject)
This is an RFC of Linux guest-side implementation of the FIFO-based
event channel ABI described in this design document:
http://xenbits.xen.org/people/dvrabel/event-channels-E.pdf
Refer also to the Xen series.
Remaining work:
* Add an function to set a event channel's priority and use this to
set the VIRQ timer to the highest priority.
Patch 1 is a obvious refactoring of common code.
Patch 2-6 prepare for supporting multiple ABIs.
Patch 7 adds the low-level evtchn_ops hooks.
Patch 8-9 add an additional hook for ABI-specific per-port setup
(used for expanding the event array as more event are bound).
Patch 10 allows many more event channels to be supported by altering
how the event channel to irq map is allocated. Note that other
factors limit the number of supported IRQs (IRQs is 8192 + 64 *
NR_CPUS).
Patch 11 is some trival refactoring.
Patch 12-13 add the ABI and the implementation.
David
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel
|