-
CONFIG_PARTITION_MODE
¶
Partition mode
Type: bool
Help¶
In partition mode, every VM owns part of the physical resources exclusively and runs with minimal interference from the others. The VM configurations are statically defined in the source.
Kconfig definition¶
At arch/x86/Kconfig:14
Included via Kconfig:3
Menu path: (top menu) → Hypervisor mode
config PARTITION_MODE bool prompt "Partition mode" if <choice: Hypervisor mode> depends on <choice: Hypervisor mode> help In partition mode, every VM owns part of the physical resources exclusively and runs with minimal interference from the others. The VM configurations are statically defined in the source.
(Definitions include propagated dependencies, including from if’s and menus.)