File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -86,6 +86,11 @@ Glossary of Terms
86
86
High GM
87
87
See :term: `Hidden GM `
88
88
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
+
89
94
I2C
90
95
Inter-Integrated Circuit
91
96
@@ -124,6 +129,10 @@ Glossary of Terms
124
129
the Project ACRN architecture, pass-through devices are owned by the
125
130
foreground OS.
126
131
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
+
127
136
PCI
128
137
Peripheral Component Interface.
129
138
@@ -180,6 +189,10 @@ Glossary of Terms
180
189
access hardware resources directly by running native drivers and
181
190
provides device sharing services to User VMs via the Device Model.
182
191
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
+
183
196
SOS
184
197
Obsolete, see :term: `Service VM `
185
198
You can’t perform that action at this time.
0 commit comments