Re: [Qemu-devel] [PATCH 03/12] chardev: forbid 'wait' option with client sockets

2019-01-15 Thread Thomas Huth
On 2019-01-15 15:52, Daniel P. Berrangé wrote: > The 'wait'/'nowait' parameter is used to tell server sockets whether to > block until a client is accepted during initialization. Client chardevs > have always silently ignored this option. Various tests were mistakenly > passing this option for thei

Re: [Qemu-devel] [PATCH 03/12] chardev: forbid 'wait' option with client sockets

2019-01-15 Thread Marc-André Lureau
On Tue, Jan 15, 2019 at 6:53 PM Daniel P. Berrangé wrote: > > The 'wait'/'nowait' parameter is used to tell server sockets whether to > block until a client is accepted during initialization. Client chardevs > have always silently ignored this option. Various tests were mistakenly > passing this o

[Qemu-devel] [PATCH 03/12] chardev: forbid 'wait' option with client sockets

2019-01-15 Thread Daniel P . Berrangé
The 'wait'/'nowait' parameter is used to tell server sockets whether to block until a client is accepted during initialization. Client chardevs have always silently ignored this option. Various tests were mistakenly passing this option for their client chardevs. Signed-off-by: Daniel P. Berrangé