diff --git a/doc/developer-guides/hld/hld-power-management.rst b/doc/developer-guides/hld/hld-power-management.rst index 3ea3728ea..c1c69d30d 100644 --- a/doc/developer-guides/hld/hld-power-management.rst +++ b/doc/developer-guides/hld/hld-power-management.rst @@ -75,7 +75,7 @@ The build flow is: 1) Use an offline tool (e.g. **iasl**) to parse the Px/Cx data and hard-code to a CPU state table in the Hypervisor. The Hypervisor loads the data after the system boots. -2) Before User VM launching, the Device mode queries the Px/Cx data from the Service +2) Before User VM launching, the Device model queries the Px/Cx data from the Service VM HSM via ioctl interface. 3) HSM transmits the query request to the Hypervisor by hypercall. 4) The Hypervisor returns the Px/Cx data. diff --git a/doc/getting-started/getting-started.rst b/doc/getting-started/getting-started.rst index a5a06b3a1..84b16f1f2 100644 --- a/doc/getting-started/getting-started.rst +++ b/doc/getting-started/getting-started.rst @@ -161,12 +161,12 @@ To set up the ACRN build environment on the development computer: .. code-block:: bash cd ~/acrn-work - git clone https://github.com/projectacrn/acrn-hypervisor + git clone https://github.com/projectacrn/acrn-hypervisor.git cd acrn-hypervisor git checkout v2.6 cd .. - git clone --depth 1 --branch release_2.6 https://github.com/projectacrn/acrn-kernel + git clone --depth 1 --branch release_2.6 https://github.com/projectacrn/acrn-kernel.git .. _gsg-board-setup: