mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-08 20:29:40 +00:00
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:
committed by
David Kinder
parent
2ae8a468f9
commit
6ae241d398
@@ -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.
|
||||
|
Reference in New Issue
Block a user