Re: [Xen-devel] [PATCH v5] xen: Allow a default compiled-in command line using Kconfig

2017-03-20 Thread Jan Beulich
>>> On 18.03.17 at 07:31, wrote: > --- a/xen/common/Kconfig > +++ b/xen/common/Kconfig > @@ -237,4 +237,26 @@ config FAST_SYMBOL_LOOKUP > The only user of this is Live patching. > > If unsure, say Y. > + > +config CMDLINE > + string "Built-in hypervisor command string" > +

[Xen-devel] [PATCH v5] xen: Allow a default compiled-in command line using Kconfig

2017-03-17 Thread Zhongze Liu
Added 2 new config entries in common/Kconfig: CMDLINE and CMDLINE_OVERRIDE Modifed common/kernel.c:cmdline_parse(). The 2 new entries allow an embedded command line to be compiled in the hypervisor. Both of them depends on EXPERT = "y". If CMDLINE is set, it will be parsed prior to the bootlo