Re: [Xen-devel] [PATCH v2] xenconsole: Add pipe option

2017-07-19 Thread Ian Jackson
Felix Schmoll writes ("Re: [PATCH v2] xenconsole: Add pipe option"): > As there is already an interactive variable in the code, it seems > like a rather strange overloading to call the option interactive > that directly affects a different variable (currently pipe). The > name seems to make sense h

Re: [Xen-devel] [PATCH v2] xenconsole: Add pipe option

2017-07-19 Thread Wei Liu
On Wed, Jul 19, 2017 at 11:09:57AM +0200, Felix Schmoll wrote: > 2017-07-17 17:14 GMT+02:00 Ian Jackson : > > > Felix Schmoll writes ("[PATCH v2] xenconsole: Add pipe option"): > > > Add pipe option to xenconsole that forwards console input. > > > > Thanks. IMO the commit message could do with be

Re: [Xen-devel] [PATCH v2] xenconsole: Add pipe option

2017-07-19 Thread Felix Schmoll
2017-07-17 17:14 GMT+02:00 Ian Jackson : > Felix Schmoll writes ("[PATCH v2] xenconsole: Add pipe option"): > > Add pipe option to xenconsole that forwards console input. > > Thanks. IMO the commit message could do with better explanation. It > should mention that xenconsole has a strange behavi

Re: [Xen-devel] [PATCH v2] xenconsole: Add pipe option

2017-07-17 Thread Ian Jackson
Felix Schmoll writes ("[PATCH v2] xenconsole: Add pipe option"): > Add pipe option to xenconsole that forwards console input. Thanks. IMO the commit message could do with better explanation. It should mention that xenconsole has a strange behaviour where it doesn't forward stdin unless stdin and

[Xen-devel] [PATCH v2] xenconsole: Add pipe option

2017-07-17 Thread Felix Schmoll
Add pipe option to xenconsole that forwards console input. Signed-off-by: Felix Schmoll --- Changed since v1: * introduce separate pipe flag * remove changes to libxl --- tools/console/client/main.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/tools/console/clie