Re: [Xen-devel] [PATCH 11/25 v7] xen/arm: vpl011: Add a new console_init function in xenconsole

2017-08-08 Thread Wei Liu
On Mon, Aug 07, 2017 at 02:23:03PM +0530, Bhupinder Thakur wrote: [...] > +static void console_free(struct console *con) > +{ > + if (con->xspath) Pointless check here. With this fixed: Acked-by: Wei Liu ___ Xen-devel

[Xen-devel] [PATCH 11/25 v7] xen/arm: vpl011: Add a new console_init function in xenconsole

2017-08-07 Thread Bhupinder Thakur
This patch introduces a new console_init function. This function initializes the console structure. Signed-off-by: Bhupinder Thakur --- CC: Ian Jackson CC: Wei Liu CC: Stefano Stabellini CC: