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.atlassian.net/browse/XEN-41)
> > 
> > If CMDLINE is set, it will be parsed prior to the bootloader command line.
> > This order of parsing implies that if any non-cumulative options are set in
> > both CMDLINE and the bootloader command line, only the ones in the latter 
> > will
> > take effect. Furthermore, if CMDLINE_OVERRIDE is set to y, the whole
> > bootloader command line will be ignored, which will be useful to work around
> > broken bootloaders. A wrapper to the original 
> > common/kernel.c:cmdline_parse()
> > was introduced to complete this task.
> > 
> > Signed-off-by: Zhongze Liu <blacksk...@gmail.com>
> > Reviewed-by: Jan Beulich <jbeul...@suse.com>
> > Reviewed-by: Stefano Stabellini <sstabell...@kernel.org>
> > Cc: Andrew Cooper <andrew.coop...@citrix.com>
> > Cc: George Dunlap <george.dun...@eu.citrix.com>
> > Cc: Ian Jackson <ian.jack...@eu.citrix.com>
> > Cc: Jan Beulich <jbeul...@suse.com>
> > Cc: Konrad Rzeszutek Wilk <konrad.w...@oracle.com>
> > Cc: Stefano Stabellini <sstabell...@kernel.org>
> > Cc: Tim Deegan <t...@xen.org>
> > Cc: Wei Liu <wei.l...@citrix.com>
> > ---
> 
> Your previous patch was fixed up by Jan and applied.

Conghratulations for your first contribution!

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

Reply via email to