mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-20 20:53:46 +00:00
hv: enhance help text for the scenario option in Kconfig
Enhance the help text that accompanies the CONFIG_SCENARIO symbol in Kconfig Tracked-On: #5203 Signed-off-by: Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com>
This commit is contained in:
parent
066744ce5d
commit
f8883f43e9
@ -3,13 +3,19 @@ config SCENARIO
|
|||||||
default "industry"
|
default "industry"
|
||||||
help
|
help
|
||||||
By specifying SCENARIO name, ACRN will load corresponding VM configurations
|
By specifying SCENARIO name, ACRN will load corresponding VM configurations
|
||||||
to build the hypervisor. Currently ACRN provides below reference scenarios:
|
to build the hypervisor. Currently ACRN provides four reference scenarios:
|
||||||
industry: Typical scenario for industry usage with 8 VMs: one pre-launched SOS VM,
|
|
||||||
one post-launched KATA VM, one post-launched RT VM for real-time control,
|
- industry: Typical scenario for industry usage with 8 VMs: one pre-launched SOS VM,
|
||||||
and up to five post-launched Standard VMs;
|
one post-launched KATA VM, one post-launched RT VM for real-time control,
|
||||||
hybrid: Typical scenario for hybrid usage with 3 VMs: one pre-launched VM,
|
and up to five post-launched Standard VMs;
|
||||||
one pre-launched SOS VM and one post-launched Standard VM;
|
- hybrid: Typical scenario for hybrid usage with 3 VMs: one pre-launched Safety VM,
|
||||||
logical_partition: Typical scenario that run two isolated pre-launched VMs;
|
one pre-launched Service VM and one post-launched Standard VM;
|
||||||
|
- hybrid_rt: Typical scenario for hybrid real-time usage with 3 VMs: one
|
||||||
|
pre-launched RTVM, one pre-launched Service VM and one post-launched Standard VM;
|
||||||
|
- logical_partition: Typical scenario that run two isolated pre-launched VMs
|
||||||
|
|
||||||
|
Other values are possible if a corresponding scenario has been created
|
||||||
|
under 'misc/vm_configs/scenarios/' in the source code.
|
||||||
|
|
||||||
config MULTIBOOT2
|
config MULTIBOOT2
|
||||||
bool "Multiboot2 support"
|
bool "Multiboot2 support"
|
||||||
|
Loading…
Reference in New Issue
Block a user