doc: fix git clone and misspelling

It's recommended we always use the .git extension when referring to the
git repo when cloning.  Fix that in the GSG.

Also, fix a misspelling in the hld-power-management doc.

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder 2021-11-09 08:46:57 -08:00 committed by David Kinder
parent 2ae8a468f9
commit 6ae241d398
2 changed files with 3 additions and 3 deletions

View File

@ -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.

View File

@ -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: