tree: 9f83f4bdc38978576d354b3b012cfe437a6ba4aa [path history] [tgz]
  1. CMakeLists.txt
  2. README.md
  3. VirtQueue.camkes
components/VirtQueue/README.md

VirtQueue

This is a CAmkES component used to create seL4VirtQueues connections.

Dependencies

There are currently no dependencies for this component.

Usage

To initialise seL4VirtQueues connections, connect the ‘from’ side of the connection to the CAmkES interface exposed by this component.

provides VirtQueue init;

Supported platforms

This component is not platform-specific and will support all platforms.

Limitations

Although seL4VirtQueues connections should not require a separate dedicated component to be created, for legacy reasons, this component is still necessary to create seL4VirtQueue connections.