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

2017-03-21 Thread 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. > > (See Also: https://xenproject.atlassia

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

2017-03-21 Thread Jan Beulich
>>> On 21.03.17 at 17:41, wrote: > Changed since v8: > * Changed the CMDLINE's "depends on EXPERT='y'" into a > conditional prompt. I'm not sure why you've sent this - the patch went in 2 hours ago, and I actually did send you the mail about the problem after fixing it and having pushed. J

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

2017-03-21 Thread Wei Liu
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. > (See Also: https://xenproject.atlassian.net/browse/XEN-41) > > If CMDLINE is set, i

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

2017-03-21 Thread Zhongze Liu
This allows downstreams to set their defaults without modifying the source code all over the place. Also probably useful for the embedded space. (See Also: https://xenproject.atlassian.net/browse/XEN-41) If CMDLINE is set, it will be parsed prior to the bootloader command line. This order of parsi