Re: [Xen-devel] [PATCH v3] Add option to xenconsole to always forward console input

2017-07-20 Thread Wei Liu
On Thu, Jul 20, 2017 at 09:47:48AM +0200, Felix Schmoll wrote: > Currently the default behaviour of the xenconsole client is to > ignore any input to stdin, unless stdin and stdout are both > ttys. The new option allows to manually overwrite this, causing the > client to forward input regardless. >

Re: [Xen-devel] [PATCH v3] Add option to xenconsole to always forward console input

2017-07-20 Thread Ian Jackson
Felix Schmoll writes ("[PATCH v3] Add option to xenconsole to always forward console input"): > Currently the default behaviour of the xenconsole client is to > ignore any input to stdin, unless stdin and stdout are both > ttys. The new option allows to manually overwrite this, causing the > clien

Re: [Xen-devel] [PATCH v3] Add option to xenconsole to always forward console input

2017-07-20 Thread Wei Liu
On Thu, Jul 20, 2017 at 09:47:48AM +0200, Felix Schmoll wrote: > Currently the default behaviour of the xenconsole client is to > ignore any input to stdin, unless stdin and stdout are both > ttys. The new option allows to manually overwrite this, causing the > client to forward input regardless. >

[Xen-devel] [PATCH v3] Add option to xenconsole to always forward console input

2017-07-20 Thread Felix Schmoll
Currently the default behaviour of the xenconsole client is to ignore any input to stdin, unless stdin and stdout are both ttys. The new option allows to manually overwrite this, causing the client to forward input regardless. Signed-off-by: Felix Schmoll --- Changed since v2: * change name of