projectacrn.github.io/0.7/_sources/reference/kconfig/CONFIG_PARTITION_MODE.rst.txt

49 lines
1.2 KiB
Plaintext
Raw Permalink Normal View History

:orphan:
.. title:: PARTITION_MODE
.. option:: 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.
Direct dependencies
===================
\ :option:`PLATFORM_SBL <CONFIG_PLATFORM_SBL>` && \ :ref:`<choice: Hypervisor mode> <choice_1>`
*(Includes any dependencies from if's and menus.)*
Kconfig definition
==================
.. highlight:: kconfig
At ``arch/x86/Kconfig:33``
Included via ``Kconfig:3``
Menu path: (top menu) → Hypervisor mode
.. parsed-literal::
config PARTITION_MODE
bool
prompt "Partition mode" if \ :option:`PLATFORM_SBL <CONFIG_PLATFORM_SBL>` && \ :ref:`<choice: Hypervisor mode> <choice_1>`
depends on \ :option:`PLATFORM_SBL <CONFIG_PLATFORM_SBL>` && \ :ref:`<choice: Hypervisor mode> <choice_1>`
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.)*