-
CONFIG_SHARING_MODE¶
Sharing mode
Type: bool
Help¶
In sharing mode, the first VM (called Service OS or SOS) is capable of managing the other VMs (called User OS or UOS) and trap/mediate their I/O accesses to physical devices.
Kconfig definition¶
At arch/x86/Kconfig:7
Included via Kconfig:3
Menu path: (top menu) → Hypervisor mode
config SHARING_MODE
bool
prompt "Sharing mode" if <choice: Hypervisor mode>
depends on <choice: Hypervisor mode>
help
In sharing mode, the first VM (called Service OS or SOS) is capable of
managing the other VMs (called User OS or UOS) and trap/mediate their
I/O accesses to physical devices.
(Definitions include propagated dependencies, including from if’s and menus.)