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
>>> 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
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