mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-25 23:13:26 +00:00
doc: terminology cleanup in HLD overview
- Replace SOS or Service OS with Service VM - Replace UOS or User OS with User VM - Replace VHM with HSM Signed-off-by: Amy Reyes <amy.reyes@intel.com>
This commit is contained in:
parent
db1a6ee961
commit
7ffa2a4a5f
@ -416,14 +416,14 @@ from different huge pages in the Service VM as shown in
|
|||||||
:numref:`overview-mem-layout`.
|
:numref:`overview-mem-layout`.
|
||||||
|
|
||||||
As the Service VM knows the size of these huge pages,
|
As the Service VM knows the size of these huge pages,
|
||||||
GPA\ :sup:`SOS` and GPA\ :sup:`UOS`, it works with the hypervisor
|
GPA\ :sup:`service_vm` and GPA\ :sup:`user_vm`, it works with the hypervisor
|
||||||
to complete the User VM's host-to-guest mapping using this pseudo code:
|
to complete the User VM's host-to-guest mapping using this pseudo code:
|
||||||
|
|
||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
|
|
||||||
for x in allocated huge pages do
|
for x in allocated huge pages do
|
||||||
x.hpa = gpa2hpa_for_sos(x.sos_gpa)
|
x.hpa = gpa2hpa_for_service_vm(x.service_vm_gpa)
|
||||||
host2guest_map_for_uos(x.hpa, x.uos_gpa, x.size)
|
host2guest_map_for_user_vm(x.hpa, x.user_vm_gpa, x.size)
|
||||||
end
|
end
|
||||||
|
|
||||||
Virtual Slim Bootloader
|
Virtual Slim Bootloader
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 50 KiB |
Loading…
Reference in New Issue
Block a user