Skip to content

Commit 5d284c0

Browse files
committed
doc: Add three new glossaries
Add three new glossaries: "Hybrid Mode", "Partition Mode", "Sharing Mode". Signed-off-by: lirui34 <ruix.li@intel.com>
1 parent be0a4b6 commit 5d284c0

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

doc/glossary.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,11 @@ Glossary of Terms
8686
High GM
8787
See :term:`Hidden GM`
8888

89+
Hybrid Mode
90+
One of three operation modes (hybrid, partition, sharing) that ACRN supports.
91+
In this mixed mode, physical hardware resources can be both partitioned to
92+
individual user VMs and shared across user VMs.
93+
8994
I2C
9095
Inter-Integrated Circuit
9196

@@ -124,6 +129,10 @@ Glossary of Terms
124129
the Project ACRN architecture, pass-through devices are owned by the
125130
foreground OS.
126131

132+
Partition Mode
133+
One of three operation modes (partition, sharing, hybrid) that ACRN supports.
134+
Physical hardware resources are partitioned to individual user VMs.
135+
127136
PCI
128137
Peripheral Component Interface.
129138

@@ -180,6 +189,10 @@ Glossary of Terms
180189
access hardware resources directly by running native drivers and
181190
provides device sharing services to User VMs via the Device Model.
182191

192+
Sharing Mode
193+
One of three operation modes (sharing, hybrid, partition) that ACRN supports.
194+
Most of the physical hardware resources are shared across user VMs.
195+
183196
SOS
184197
Obsolete, see :term:`Service VM`
185198

0 commit comments

Comments
 (0)