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

2017-03-21 Thread Zhongze Liu
2017年3月22日星期三,Stefano Stabellini 写道: > On Tue, 21 Mar 2017, Wei Liu wrote: > > On Wed, Mar 22, 2017 at 12:41:01AM +0800, Zhongze Liu wrote: > > > This allows downstreams to set their defaults without modifying the > source code > > > all over the place. Also probably useful for the embedded space

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

2017-03-21 Thread Zhongze Liu
2017-03-21 0:50 GMT+08:00 Jan Beulich : On 20.03.17 at 17:32, wrote: >> Added 2 new config entries in common/Kconfig: >> CMDLINE and CMDLINE_OVERRIDE >> Modifed common/kernel.c:cmdline_parse(). >> >> The 2 new entries enable an embedded command line to be compiled >> in the hypervisor. CM

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

2017-03-20 Thread Stefano Stabellini
On Tue, 21 Mar 2017, Zhongze Liu wrote: > Added 2 new config entries in common/Kconfig: > CMDLINE and CMDLINE_OVERRIDE > Modifed common/kernel.c:cmdline_parse(). > > The 2 new entries enable an embedded command line to be compiled > in the hypervisor. CMDLINE depends on EXPERT = "y", and CMDLI

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

2017-03-20 Thread Jan Beulich
>>> On 20.03.17 at 17:32, wrote: > Added 2 new config entries in common/Kconfig: > CMDLINE and CMDLINE_OVERRIDE > Modifed common/kernel.c:cmdline_parse(). > > The 2 new entries enable an embedded command line to be compiled > in the hypervisor. CMDLINE depends on EXPERT = "y", and CMDLINE_OVE

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

2017-03-20 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 enable an embedded command line to be compiled in the hypervisor. CMDLINE depends on EXPERT = "y", and CMDLINE_OVERRIDE depends on CMDLINE != "". If CMDLINE is