]> git.ipfire.org Git - thirdparty/qemu.git/commit
Revert "Change net/socket.c to use socket_*() functions"
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 30 Aug 2016 12:04:12 +0000 (14:04 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 30 Aug 2016 14:28:46 +0000 (16:28 +0200)
commit616018352c244d8b0ea4626407b0801844ae0748
tree3786ee2286581215c88b67d6f3b223c5f5450a41
parent135a972b45203ba992afc99ef4f061be8a5acae0
Revert "Change net/socket.c to use socket_*() functions"

Since commit 7e8449594c929, the socket connect code is blocking, because
calling socket_connect() without callback is blocking.  This reverts the
commit.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
net/socket.c