Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.68 KB

README_openamp_virtio.md

File metadata and controls

17 lines (12 loc) · 1.68 KB

OpenAMP virtio - quick reference

The OpenAMP library includes experimental support for VIRTIO MMIO drivers in its virtio-exp branch. Virtio device drivers for network, console and entropy can be easily created using the API provided by lib OpenAMP, with minimal glue code provided by the target operating system.

Zephyr is our runtime of choice for demonstrating virtio and we have samples demonstrating standard virtio with QEMU ARM as virtual machine monitor on a qemu_cortex_a53 target.

qemu_cortex_r5 is the target for hypervirorless virtio, in a configuration based on the Xilinx ZCU 102 platform. In this case, the virtio back-ends are implemented in a fork of the kvmtool VMM, which is available in the OpenAMP System Reference repository on GitHub.

The Zephyr-specific implementation can be examined here:

Each of the samples includes a README file with usage instructions.