From 76e0461caa2fc90de1236e5897cdb9b4150f06bc Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Wed, 5 Aug 2020 14:03:13 -0700 Subject: [PATCH] doc: fix more references to hypervisor folders Signed-off-by: David B. Kinder --- doc/introduction/index.rst | 2 +- doc/tutorials/docbuild.rst | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/introduction/index.rst b/doc/introduction/index.rst index bb8eb53e0..4bb0190e9 100644 --- a/doc/introduction/index.rst +++ b/doc/introduction/index.rst @@ -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 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 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 diff --git a/doc/tutorials/docbuild.rst b/doc/tutorials/docbuild.rst index dc9a03988..7544ffc08 100644 --- a/doc/tutorials/docbuild.rst +++ b/doc/tutorials/docbuild.rst @@ -25,8 +25,8 @@ The project's documentation contains the following items: * ReStructuredText source files used to generate documentation found at the http://projectacrn.github.io website. All of the reStructuredText sources - are found in the acrn-hypervisor/doc folder, or pulled in from sibling - folders (such as /misc/) by the build scripts. + are found in the ``acrn-hypervisor/doc`` folder, or pulled in from sibling + folders (such as ``misc/``) by the build scripts. * Doxygen-generated material used to create all API-specific documents found at http://projectacrn.github.io/latest/api/. The doc build @@ -67,6 +67,7 @@ folder setup for documentation contributions and generation: devicemodel/ doc/ hypervisor/ + misc/ acrn-kernel/ The parent projectacrn folder is there because we'll also be creating a