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

2017-03-06 Thread Zhongze Liu
2017-03-06 19:42 GMT+08:00 Jan Beulich : On 06.03.17 at 12:38, wrote: > >> >> On 06/03/17 11:32, Jan Beulich wrote: >> On 06.03.17 at 12:15, wrote: On 06/03/17 11:01, Zhongze Liu wrote: > Added 3 new config entries in common/Kconfig: > CMDLINE_BOOL, CMDLINE and CMDLINE_O

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

2017-03-06 Thread Jan Beulich
>>> On 06.03.17 at 12:38, wrote: > > On 06/03/17 11:32, Jan Beulich wrote: > On 06.03.17 at 12:15, wrote: >>> On 06/03/17 11:01, Zhongze Liu wrote: Added 3 new config entries in common/Kconfig: CMDLINE_BOOL, CMDLINE and CMDLINE_OVERRIDE These 3 entries enable an embe

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

2017-03-06 Thread Julien Grall
On 06/03/17 11:32, Jan Beulich wrote: On 06.03.17 at 12:15, wrote: On 06/03/17 11:01, Zhongze Liu wrote: Added 3 new config entries in common/Kconfig: CMDLINE_BOOL, CMDLINE and CMDLINE_OVERRIDE These 3 entries enable an embedded command line to be compiled in the hypervisor. If CMDLINE

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

2017-03-06 Thread Jan Beulich
>>> On 06.03.17 at 12:15, wrote: > On 06/03/17 11:01, Zhongze Liu wrote: >> Added 3 new config entries in common/Kconfig: >> CMDLINE_BOOL, CMDLINE and CMDLINE_OVERRIDE >> >> These 3 entries enable an embedded command line >> to be compiled in the hypervisor. >> >> If CMDLINE_BOOL is set to y,

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

2017-03-06 Thread Julien Grall
Hello, On 06/03/17 11:01, Zhongze Liu wrote: Added 3 new config entries in common/Kconfig: CMDLINE_BOOL, CMDLINE and CMDLINE_OVERRIDE These 3 entries enable an embedded command line to be compiled in the hypervisor. If CMDLINE_BOOL is set to y, both arm and x86 startup routines will combin

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

2017-03-06 Thread Zhongze Liu
Added 3 new config entries in common/Kconfig: CMDLINE_BOOL, CMDLINE and CMDLINE_OVERRIDE These 3 entries enable an embedded command line to be compiled in the hypervisor. If CMDLINE_BOOL is set to y, both arm and x86 startup routines will combine the compiled-in command line and the boot load