Re: [Xen-devel] [PATCH v2] libxl: return any serial tty path in libxl_console_get_tty

2016-08-05 Thread Ian Jackson
Wei Liu writes ("Re: [PATCH v2] libxl: return any serial tty path in libxl_console_get_tty"): > On Thu, Aug 04, 2016 at 09:07:45AM +0100, Wei Liu wrote: > > Ian, I think this is a backport candidate. Queued, thanks. Ian. ___ Xen-devel mailing list

Re: [Xen-devel] [PATCH v2] libxl: return any serial tty path in libxl_console_get_tty

2016-08-05 Thread Wei Liu
On Thu, Aug 04, 2016 at 09:07:45AM +0100, Wei Liu wrote: > On Thu, Aug 04, 2016 at 09:07:56AM +0800, Bob Liu wrote: > > When specifying a serial list in domain config, users of > > libxl_console_get_tty cannot get the tty path of a second specified pty > > serial, > > since right now it always

Re: [Xen-devel] [PATCH v2] libxl: return any serial tty path in libxl_console_get_tty

2016-08-04 Thread Wei Liu
On Thu, Aug 04, 2016 at 09:07:56AM +0800, Bob Liu wrote: > When specifying a serial list in domain config, users of > libxl_console_get_tty cannot get the tty path of a second specified pty > serial, > since right now it always returns the tty path of serial 0. > > Signed-off-by: Bob Liu

[Xen-devel] [PATCH v2] libxl: return any serial tty path in libxl_console_get_tty

2016-08-03 Thread Bob Liu
When specifying a serial list in domain config, users of libxl_console_get_tty cannot get the tty path of a second specified pty serial, since right now it always returns the tty path of serial 0. Signed-off-by: Bob Liu --- v2: Rename the patch title. --- tools/libxl/libxl.c