mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-05-06 15:36:59 +00:00
Update the ACRN documentation to use the official name of GVT-g in ACRN to "AcrnGT" (ACRN-GT was previously widely used). Also update the few occurences of "GVT-G" to "GVT-g" to be consistent across our documentation. This includes a couple of file name updates. Signed-off-by: Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com>
44 lines
844 B
ReStructuredText
44 lines
844 B
ReStructuredText
.. _developer-guides:
|
|
|
|
Developer Guides
|
|
################
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
primer.rst
|
|
../api/index.rst
|
|
../reference/kconfig/index.rst
|
|
|
|
High-Level Design Guides
|
|
************************
|
|
|
|
These documents describe the high-level design, background, and motivation for
|
|
specific areas within the ACRN hypervisor system.
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
memmgt-hld.rst
|
|
virtio-hld.rst
|
|
virtio-console.rst
|
|
uart-virtualization.rst
|
|
ACPI-virt-hld.rst
|
|
interrupt-hld.rst
|
|
APL_GVT-g-hld.rst
|
|
GVT-g-porting.rst
|
|
|
|
Contributing to the project
|
|
***************************
|
|
|
|
As an open-source project, we welcome and encourage the community to
|
|
submit patches for code, documentation, tests, and more, directly to the
|
|
project.
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
contribute_guidelines.rst
|
|
doc_guidelines.rst
|
|
graphviz.rst
|