mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-05-30 10:55:27 +00:00
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>
25 lines
806 B
ReStructuredText
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>
|