doc: fix more references to hypervisor folders

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder 2020-08-05 14:03:13 -07:00 committed by David Kinder
parent 97603adb0a
commit 76e0461caa
2 changed files with 4 additions and 3 deletions

View File

@ -439,7 +439,7 @@ The Boot process proceeds as follows:
In this boot mode, the boot options of pre-launched VM and service VM are defined In this boot mode, the boot options of pre-launched VM and service VM are defined
in the variable of ``bootargs`` of struct ``vm_configs[vm id].os_config`` in the variable of ``bootargs`` of struct ``vm_configs[vm id].os_config``
in the source code ``hypervisor/$(SCENARIO)/vm_configurations.c`` by default. in the source code ``misc/vm_configs/$(SCENARIO)/vm_configurations.c`` by default.
Their boot options can be overridden by the GRUB menu. See :ref:`using_grub` for Their boot options can be overridden by the GRUB menu. See :ref:`using_grub` for
details. The boot options of post-launched VM is not covered by hypervisor details. The boot options of post-launched VM is not covered by hypervisor
source code or GRUB menu, it is defined in guest image file or specified by source code or GRUB menu, it is defined in guest image file or specified by

View File

@ -25,8 +25,8 @@ The project's documentation contains the following items:
* ReStructuredText source files used to generate documentation found at the * ReStructuredText source files used to generate documentation found at the
http://projectacrn.github.io website. All of the reStructuredText sources http://projectacrn.github.io website. All of the reStructuredText sources
are found in the acrn-hypervisor/doc folder, or pulled in from sibling are found in the ``acrn-hypervisor/doc`` folder, or pulled in from sibling
folders (such as /misc/) by the build scripts. folders (such as ``misc/``) by the build scripts.
* Doxygen-generated material used to create all API-specific documents * Doxygen-generated material used to create all API-specific documents
found at http://projectacrn.github.io/latest/api/. The doc build found at http://projectacrn.github.io/latest/api/. The doc build
@ -67,6 +67,7 @@ folder setup for documentation contributions and generation:
devicemodel/ devicemodel/
doc/ doc/
hypervisor/ hypervisor/
misc/
acrn-kernel/ acrn-kernel/
The parent projectacrn folder is there because we'll also be creating a The parent projectacrn folder is there because we'll also be creating a