Re: [libvirt] [PATCH v4] socket: allow wait=false for client socket

2019-04-15 Thread Daniel P . Berrangé
On Mon, Apr 15, 2019 at 06:33:36PM +0200, Marc-André Lureau wrote: > Commit 767abe7 ("chardev: forbid 'wait' option with client sockets") > is a bit too strict. Current libvirt always set wait=false, and will > thus fail to add client chardev. > > Make the code more permissive, allowing wait=false

[libvirt] [PATCH v4] socket: allow wait=false for client socket

2019-04-15 Thread Marc-André Lureau
Commit 767abe7 ("chardev: forbid 'wait' option with client sockets") is a bit too strict. Current libvirt always set wait=false, and will thus fail to add client chardev. Make the code more permissive, allowing wait=false with client socket chardevs. Deprecate usage of 'wait' with client sockets.