xen-evtchn
Xen event channel interface for MirageOS
Description
Event channels are the Xen equivalent of interrupts, used to signal when data (or space) is available for processing. There are 2 distinct implementations:
- a Xen shared-memory + hypercall protocol for kernelspace
- a binding to a set of libxc functions which access /dev/xen/evtchn
for userspace (see
xen-evtchn-unix
opam package).
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
- Published
- 13 Feb 2019
- Authors
- Maintainers
Sources
Dependencies
Reverse Dependencies
mirage-console-xen
>= "2.2.0" & < "4.0.0"
mirage-console-xen-backend
< "4.0.0"
mirage-entropy-xen
= "0.2.0"
mirage-qubes
< "0.9.0"
mirage-xen
>= "1.1.0" & < "6.0.0"
vchan-unix
>= "6.0.1"
xen-disk
>= "1.2.1"
xen-evtchn-unix
>= "2.1.0"