mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-23 05:57:33 +00:00
doc: terminology cleanup in file names, labels
- Replace SOS with Service VM - Replace UOS with User VM Signed-off-by: Amy Reyes <amy.reyes@intel.com>
This commit is contained in:
parent
64f9ef202e
commit
41c552dea8
@ -389,4 +389,8 @@ html_redirect_pages = [
|
|||||||
('getting-started/rt_industry', 'getting-started/getting-started'),
|
('getting-started/rt_industry', 'getting-started/getting-started'),
|
||||||
('getting-started/rt_industry_ubuntu', 'getting-started/getting-started'),
|
('getting-started/rt_industry_ubuntu', 'getting-started/getting-started'),
|
||||||
('getting-started/building-from-source', 'getting-started/getting-started'),
|
('getting-started/building-from-source', 'getting-started/getting-started'),
|
||||||
|
('tutorials/using_vx_works_as_uos', 'tutorials/using_vx_works_as_user_vm'),
|
||||||
|
('tutorials/using_xenomai_as_uos', 'tutorials/using_xenomai_as_user_vm'),
|
||||||
|
('tutorials/using_zephyr_as_uos', 'tutorials/using_zephyr_as_user_vm'),
|
||||||
|
('tutorials/using_windows_as_uos', 'tutorials/using_windows_as_user_vm')
|
||||||
]
|
]
|
||||||
|
@ -35,12 +35,12 @@ User VM Tutorials
|
|||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
|
||||||
tutorials/using_windows_as_uos
|
tutorials/using_windows_as_user_vm
|
||||||
tutorials/running_ubun_as_user_vm
|
tutorials/running_ubun_as_user_vm
|
||||||
tutorials/running_deb_as_user_vm
|
tutorials/running_deb_as_user_vm
|
||||||
tutorials/using_xenomai_as_uos
|
tutorials/using_xenomai_as_user_vm
|
||||||
tutorials/using_vxworks_as_uos
|
tutorials/using_vxworks_as_user_vm
|
||||||
tutorials/using_zephyr_as_uos
|
tutorials/using_zephyr_as_user_vm
|
||||||
|
|
||||||
Configuration Tutorials
|
Configuration Tutorials
|
||||||
***********************
|
***********************
|
||||||
|
@ -254,7 +254,7 @@ In ACRN, User VM Secure Boot can be enabled as follows:
|
|||||||
#. Sign the User VM images with `db.key` and `db.crt`.
|
#. Sign the User VM images with `db.key` and `db.crt`.
|
||||||
#. Boot the User VM with Secure Boot enabled.
|
#. Boot the User VM with Secure Boot enabled.
|
||||||
|
|
||||||
.. _sos_hardening:
|
.. _service_vm_hardening:
|
||||||
|
|
||||||
Service VM Hardening
|
Service VM Hardening
|
||||||
--------------------
|
--------------------
|
||||||
@ -732,7 +732,7 @@ must be disabled in a production release. Users who want to use this
|
|||||||
feature must possess the private signing key to re-sign the image after
|
feature must possess the private signing key to re-sign the image after
|
||||||
enabling the configuration.
|
enabling the configuration.
|
||||||
|
|
||||||
.. _uos_suspend_resume:
|
.. _user_vm_suspend_resume:
|
||||||
|
|
||||||
User VM Suspend/Resume
|
User VM Suspend/Resume
|
||||||
~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~
|
||||||
@ -1041,7 +1041,7 @@ Note that there are some security considerations in this design:
|
|||||||
|
|
||||||
Keeping the Service VM system as secure as possible is a very important goal in
|
Keeping the Service VM system as secure as possible is a very important goal in
|
||||||
the system security design. Follow the recommendations in
|
the system security design. Follow the recommendations in
|
||||||
:ref:`sos_hardening`.
|
:ref:`service_vm_hardening`.
|
||||||
|
|
||||||
SEED Derivation
|
SEED Derivation
|
||||||
---------------
|
---------------
|
||||||
@ -1065,7 +1065,7 @@ the restore state hypercall is called only by vBIOS when the User VM is ready to
|
|||||||
resume from suspend state.
|
resume from suspend state.
|
||||||
|
|
||||||
For security design considerations of handling secure world S3,
|
For security design considerations of handling secure world S3,
|
||||||
read the previous section: :ref:`uos_suspend_resume`.
|
read the previous section: :ref:`user_vm_suspend_resume`.
|
||||||
|
|
||||||
Platform Security Feature Virtualization and Enablement
|
Platform Security Feature Virtualization and Enablement
|
||||||
=======================================================
|
=======================================================
|
||||||
|
Before Width: | Height: | Size: 9.0 KiB After Width: | Height: | Size: 9.0 KiB |
@ -414,7 +414,7 @@ prepared in the Service VM before we start. We need to create a bridge and at
|
|||||||
least one TAP device (two TAP devices are needed to create a dual
|
least one TAP device (two TAP devices are needed to create a dual
|
||||||
virtual NIC) and attach a physical NIC and TAP device to the bridge.
|
virtual NIC) and attach a physical NIC and TAP device to the bridge.
|
||||||
|
|
||||||
.. figure:: images/network-virt-sos-infrastruct.png
|
.. figure:: images/network-virt-service-vm-infrastruct.png
|
||||||
:align: center
|
:align: center
|
||||||
:width: 900px
|
:width: 900px
|
||||||
:name: net-virt-infra
|
:name: net-virt-infra
|
||||||
|
@ -44,7 +44,7 @@ Prepare the Zephyr image
|
|||||||
|
|
||||||
Prepare the Zephyr kernel that you will run in VM0 later.
|
Prepare the Zephyr kernel that you will run in VM0 later.
|
||||||
|
|
||||||
- Follow step 1 from the :ref:`using_zephyr_as_uos` instructions
|
- Follow step 1 from the :ref:`using_zephyr_as_user_vm` instructions
|
||||||
|
|
||||||
.. note:: We only need the ELF binary Zephyr kernel, not the entire ``zephyr.img``
|
.. note:: We only need the ELF binary Zephyr kernel, not the entire ``zephyr.img``
|
||||||
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
.. _using_vxworks_as_uos:
|
.. _using_vxworks_as_uos:
|
||||||
|
.. _using_vxworks_as_user_vm:
|
||||||
|
|
||||||
Run VxWorks as the User VM
|
Run VxWorks as the User VM
|
||||||
##########################
|
##########################
|
@ -1,5 +1,5 @@
|
|||||||
.. _using_windows_as_uos:
|
.. _using_windows_as_uos:
|
||||||
|
.. _using_windows_as_user_vm:
|
||||||
|
|
||||||
Launch Windows as the Guest VM on ACRN
|
Launch Windows as the Guest VM on ACRN
|
||||||
######################################
|
######################################
|
@ -1,4 +1,5 @@
|
|||||||
.. _using_xenomai_as_uos:
|
.. _using_xenomai_as_uos:
|
||||||
|
.. _using_xenomai_as_user_vm:
|
||||||
|
|
||||||
Run Xenomai as the User VM OS (Real-Time VM)
|
Run Xenomai as the User VM OS (Real-Time VM)
|
||||||
############################################
|
############################################
|
@ -1,4 +1,5 @@
|
|||||||
.. _using_zephyr_as_uos:
|
.. _using_zephyr_as_uos:
|
||||||
|
.. _using_zephyr_as_user_vm:
|
||||||
|
|
||||||
Run Zephyr as the User VM
|
Run Zephyr as the User VM
|
||||||
#########################
|
#########################
|
Loading…
Reference in New Issue
Block a user