package xen-evtchn
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=be35584e50c664e87eadce2f61622c051102d2d34b459cb17e2811a0bfc88bfe
md5=4c34efff1b711816e8db0d730c044359
Description
These are needed for building Xen device drivers (e.g. mirage-block-xen)
README
ocaml-evtchn
Xen event channel interface for Mirage.
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
Implementation notes
The mirage-platform/xen tree contains a custom set of C stubs which implements the simple parts of the protocol (eg mask, unmask, notify). These stubs are referenced from the Eventchn module. The choice of stubs (userspace or kernelspace) is performed at binary link-time by the 'mirage' command-line tool (or manually), avoiding the need for another functor for these cases.
The more 'Activations' signature which has blocking functions is implemented in OCaml in both the mirage-platform/xen tree (Activations) and here (Unix_activations). Libraries must be functorised and the functor must be instantiated in the final program.
Dev Dependencies
None
Used by (9)
-
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
- xentropyd
Conflicts
None