Re: [Xen-devel] [PATCH v4 1/3] xen: add warning infrastructure

2016-06-23 Thread Andrew Cooper
On 23/06/16 16:10, Wei Liu wrote: > Use an array to keep track of warning text, provide a function to add > warning text to track. Print warnings (if any) in console_endboot. > > Signed-off-by: Wei Liu Reviewed-by: Andrew Cooper ___ Xen-devel mailing

Re: [Xen-devel] [PATCH v4 1/3] xen: add warning infrastructure

2016-06-23 Thread Jan Beulich
>>> On 23.06.16 at 17:10, wrote: > Use an array to keep track of warning text, provide a function to add > warning text to track. Print warnings (if any) in console_endboot. > > Signed-off-by: Wei Liu Acked-by: Jan Beulich ___ Xen-devel mailing li

[Xen-devel] [PATCH v4 1/3] xen: add warning infrastructure

2016-06-23 Thread Wei Liu
Use an array to keep track of warning text, provide a function to add warning text to track. Print warnings (if any) in console_endboot. Signed-off-by: Wei Liu --- Cc: Jan Beulich Cc: Andrew Cooper v4: 1. Fix __initdata annotation. 2. Move warning_print to console_endboot. 3. Use obj-bin-y in