mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-05-28 18:04:23 +00:00
Transcode, edit, and upload HLD 0.7 section 5 (Emulated Devices), including - 5.1 USB Virtualization (merge with previously edited doc), - 5.2 UART virtualization (merge with previous edited doc), - NOT INCLUDING 5.3 (Automotive) I/O controller virtualization - 5.4 Watchdog virtualization (merge with previously edited doc) - 5.5 GVT-g GPU Virtualization (merge previously edited doc) Tracked-on: #1687 Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
19 lines
497 B
ReStructuredText
19 lines
497 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>
|
|
random-virt-hld
|
|
GVT-g GPU Virtualization <hld-APL_GVT-g>
|