Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
argo: Introduce the Kconfig option to govern inclusion of Argo
Defines CONFIG_ARGO when enabled. Default: disabled. When the Kconfig option is enabled, the Argo hypercall implementation will be included, allowing use of the hypervisor-mediated interdomain communication mechanism. Argo is implemented for x86 and ARM hardware platforms. Availability of the option depends on EXPERT and Argo is currently an experimental feature. Signed-off-by: Christopher Clark <[email protected]> Acked-by: Jan Beulich <[email protected]> === Jan's ack only stands for committing this together with at least one patch actually using the CONFIG_ARGO symbol. v3 added Jan's Ack v2 #01 feedback, Jan: replace def_bool/prompt with bool v1 #02 feedback, Jan: default Kconfig off, use EXPERT, fix whitespace
- Loading branch information