package xen-evtchn-unix

  1. Overview
  2. Docs

Description

Event channels are the Xen equivalent of interrupts, used to signal when data (or space) is available for processing. This implementation is a binding to a set of libxc functions which access /dev/xen/evtchn for userspace.

Tags

org:mirage org:xapi-project

Published: 13 Feb 2019

Dependencies (7)

  1. conf-xen build
  2. cmdliner
  3. lwt
  4. lwt-dllist
  5. xen-evtchn >= "2.0.0"
  6. dune >= "1.0"
  7. ocaml >= "4.03.0"

Dev Dependencies (1)

  1. ounit with-test

Used by (1)

  1. vchan-unix

Conflicts

None