Re: [Qemu-devel] [PATCH] io: ensure UNIX client doesn't unlink server socket

2019-01-14 Thread Eric Blake
On 1/14/19 5:38 AM, Daniel P. Berrangé wrote: > The qio_channel_socket_close method for was mistakenly unlinking the > UNIX server socket, even if the channel was a client connection. This > was not noticed with chardevs, since they never call close, but with the > VNC server, this caused the VNC s

[Qemu-devel] [PATCH] io: ensure UNIX client doesn't unlink server socket

2019-01-14 Thread Daniel P . Berrangé
The qio_channel_socket_close method for was mistakenly unlinking the UNIX server socket, even if the channel was a client connection. This was not noticed with chardevs, since they never call close, but with the VNC server, this caused the VNC server socket to be deleted after the first client quit