acrn-hypervisor/doc/developer-guides/hld/hld-emulated-devices.rst
David B. Kinder 6d352ba4e6 doc: remove remaining GVT-g documentation
When GVT-g support was removed from ACRN some documentation changes were
missed. Delete the GVT-g HLD docs and the images it used.  Also fix
references in the old release notes so they don't depend on this deleted
document.  (The original release notes are still in the archived release
docs.)

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
2021-09-22 16:08:14 -07:00

25 lines
806 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>
Watchdog virtualization <watchdog-hld>
AHCI virtualization <ahci-hld>
System timer virtualization <system-timer-hld>
UART emulation in hypervisor <vuart-virt-hld>
RTC emulation in hypervisor <rtc-virt-hld>
Hostbridge emulation <hostbridge-virt-hld>
AT keyboard controller emulation <atkbdc-virt-hld>
Split Device Model <split-dm>
Shared memory based inter-VM communication <ivshmem-hld>