]> git.proxmox.com Git - mirror_qemu.git/commit
qemu-sockets: add nonblocking connect for Unix sockets
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 3 Oct 2012 11:37:46 +0000 (13:37 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 23 Oct 2012 11:54:55 +0000 (13:54 +0200)
commit1fc05adfa0f79a1268f7c2b7fb324f15eb63dceb
treec9da3e2020b45a2fd3292a4a63b3ad5a641ea6a3
parent0c814709471ac8a9617406e1e2cbd7015e97bfe9
qemu-sockets: add nonblocking connect for Unix sockets

This patch mostly mimics what was done to TCP sockets, but simpler
because there is only one address to try.  It also includes a free EINTR
bug fix.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
qemu-char.c
qemu-sockets.c
qemu_socket.h