Updated per feedback

Signed-off-by: Amy Reyes <amy.reyes@intel.com>
This commit is contained in:
Amy Reyes 2021-11-04 16:10:19 -07:00 committed by David Kinder
parent 47a3912e7c
commit fe6adb606c
2 changed files with 4 additions and 6 deletions

View File

@ -283,6 +283,8 @@ DM Initialization
thread. mevent dispatch will do polling for potential async
event.
.. _hld-devicemodelhsm:
HSM
***

View File

@ -333,7 +333,7 @@ power operations.
VM Manager creates the User VM based on DM application, and does User VM state
management by interacting with lifecycle service in ACRN service.
Refer to VM management chapter for more details. <link?>
Refer to :ref:`hv-vm-management` for more details.
ACRN Service
============
@ -351,7 +351,7 @@ the standard Linux char device API (ioctl) to access HSM
functionalities. HSM communicates with the ACRN hypervisor through
hypercall or upcall interrupts.
Refer to the HSM chapter for more details. <link?>
Refer to :ref:`hld-devicemodelhsm` for more details.
Kernel Mediators
================
@ -525,10 +525,6 @@ the following mechanisms:
This allows the Service VM to detect the occurrence of an interrupt storm and
control the interrupt injection rate when necessary.
- Mitigation of DMA storm.
(To be documented later.) <Remove?>
Boot Flow
*********