On Thu, Jul 27, 2017 at 07:58:06PM +0800, Sam wrote:
> Thank you, I think another process connect this socket, so I hanged here.

Yes, if another process has it open, you would see a hang if you tried
to connect to it, because the kernel will have queued the incoming
connection, but QEMU will not call accept() on it until the first client
has gone.


Regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|

Reply via email to