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:
Amy Reyes 2021-11-29 19:17:41 -08:00 committed by David Kinder
parent db1a6ee961
commit 7ffa2a4a5f
2 changed files with 3 additions and 3 deletions

View File

@ -416,14 +416,14 @@ from different huge pages in the Service VM as shown in
:numref:`overview-mem-layout`.
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:
.. code-block:: none
for x in allocated huge pages do
x.hpa = gpa2hpa_for_sos(x.sos_gpa)
host2guest_map_for_uos(x.hpa, x.uos_gpa, x.size)
x.hpa = gpa2hpa_for_service_vm(x.service_vm_gpa)
host2guest_map_for_user_vm(x.hpa, x.user_vm_gpa, x.size)
end
Virtual Slim Bootloader

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

After

Width:  |  Height:  |  Size: 50 KiB