mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-04-29 20:24:00 +00:00
doc: terminology cleanup in What Is ACRN, HLD intro
- Replace UOS or User OS with User VM - Clean up some of the grammar Signed-off-by: Amy Reyes <amy.reyes@intel.com>
This commit is contained in:
parent
6695080182
commit
e66d65152c
@ -3,10 +3,10 @@
|
|||||||
High-Level Design Guides
|
High-Level Design Guides
|
||||||
########################
|
########################
|
||||||
|
|
||||||
The ACRN Hypervisor acts as a host with full control of the processors
|
The ACRN hypervisor acts as a host with full control of the processors
|
||||||
and the hardware (physical memory, interrupt management, and I/O). It
|
and the hardware (physical memory, interrupt management, and I/O). It
|
||||||
provides the User OS with an abstraction of a virtual platform, allowing
|
provides the guest VM with an abstraction of a virtual platform, allowing
|
||||||
the guest to behave as if it were executing directly on a physical
|
the guest VM to behave as if it were executing directly on a physical
|
||||||
processor.
|
processor.
|
||||||
|
|
||||||
These chapters describe the ACRN architecture, high-level design,
|
These chapters describe the ACRN architecture, high-level design,
|
||||||
|
@ -158,7 +158,7 @@ the Service VM since they may rely on its mediation services for device access.
|
|||||||
The Service VM owns most of the devices including the platform devices, and
|
The Service VM owns most of the devices including the platform devices, and
|
||||||
provides I/O mediation. The notable exceptions are the devices assigned to the
|
provides I/O mediation. The notable exceptions are the devices assigned to the
|
||||||
pre-launched User VM. Some PCIe devices may be passed through to the
|
pre-launched User VM. Some PCIe devices may be passed through to the
|
||||||
post-launched User OSes via the VM configuration.
|
post-launched User VMs via the VM configuration.
|
||||||
|
|
||||||
The ACRN hypervisor also runs the ACRN VM manager to collect running
|
The ACRN hypervisor also runs the ACRN VM manager to collect running
|
||||||
information of the User VMs, and controls the User VMs such as starting,
|
information of the User VMs, and controls the User VMs such as starting,
|
||||||
|
Loading…
Reference in New Issue
Block a user