mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-05-30 10:55:27 +00:00
Transcode, review, and publish GVT-G porting guide documentation. Merged glossary entries, added anchor links in GVT-g_api for referencing from this document. Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
42 lines
801 B
ReStructuredText
42 lines
801 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
|
|
ACPI-virt-hld.rst
|
|
APL_GVT-g-hld.rst
|
|
uart-virtualization.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
|