mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-20 20:53:46 +00:00
Updated per feedback
Signed-off-by: Amy Reyes <amy.reyes@intel.com>
This commit is contained in:
parent
47a3912e7c
commit
fe6adb606c
@ -283,6 +283,8 @@ DM Initialization
|
||||
thread. mevent dispatch will do polling for potential async
|
||||
event.
|
||||
|
||||
.. _hld-devicemodelhsm:
|
||||
|
||||
HSM
|
||||
***
|
||||
|
||||
|
@ -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
|
||||
*********
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user