acrn-hypervisor/doc/developer-guides/hld/hld-emulated-devices.rst
Gao Junhao 89ec29e1ee doc: merge random device doc to virtio-rnd doc
deleted random device virtualization document, and merge it to
virtio-rnd document.

Signed-off-by: Gao Junhao <junhao.gao@intel.com>
2019-10-17 20:12:27 -04:00

18 lines
478 B
ReStructuredText

.. _hld-emulated-devices:
Emulated devices high-level design
##################################
Full virtualization device models can typically
reuse existing native device drivers to avoid implementing front-end
drivers. ACRN implements several fully virtualized devices, as
documented in this section.
.. toctree::
:maxdepth: 1
usb-virt-hld
UART virtualization <uart-virt-hld>
Watchdoc virtualization <watchdog-hld>
GVT-g GPU Virtualization <hld-APL_GVT-g>