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.