Re: [Xen-devel] [PATCH v2 01/18] argo: Introduce the Kconfig option to govern inclusion of Argo

2018-12-20 Thread Jan Beulich
>>> On 20.12.18 at 07:38, wrote: > --- a/xen/common/Kconfig > +++ b/xen/common/Kconfig > @@ -200,6 +200,26 @@ config LATE_HWDOM > > If unsure, say N. > > +config ARGO > + def_bool n > + prompt "Argo: hypervisor-mediated interdomain communication" if EXPERT > = "y" The common

[Xen-devel] [PATCH v2 01/18] argo: Introduce the Kconfig option to govern inclusion of Argo

2018-12-19 Thread Christopher Clark
Signed-off-by: Christopher Clark --- Changes since v1: Change the default to disabled. Make the prompt depend on EXPERT. Fix tab-based indentation. xen/common/Kconfig | 20 1 file changed, 20 insertions(+) diff --git a/xen/common/Kconfig b/xen/common/Kconfig index 68132a3.