mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-08-09 12:08:30 +00:00
Changing the folder structure will cause too many broken links for external references (from other sites). So, let's put the content back where it was before the reorg, and instead use the new persona-based navigation to point to documents in the original locations. Also, introduce redirects for some documents that no longer exits. 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>
|