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:
Geoffroy Van Cutsem 2020-08-24 13:18:37 +02:00 committed by wenlingz
parent 066744ce5d
commit f8883f43e9

View File

@ -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,
- 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, one post-launched KATA VM, one post-launched RT VM for real-time control,
and up to five post-launched Standard VMs; and up to five post-launched Standard VMs;
hybrid: Typical scenario for hybrid usage with 3 VMs: one pre-launched VM, - hybrid: Typical scenario for hybrid usage with 3 VMs: one pre-launched Safety VM,
one pre-launched SOS VM and one post-launched Standard VM; one pre-launched Service VM and one post-launched Standard VM;
logical_partition: Typical scenario that run two isolated pre-launched VMs; - 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"