Re: [Qemu-devel] [PATCH for-2.7 0/2] Fix net socket connect regressions

2016-08-30 Thread Paolo Bonzini
On 23/08/2016 11:45, Marc-André Lureau wrote: > Hi, > > Commit 7e8449594c929 introduced multiple regressions. The most > important is that the socket is actually not the one connected, due to > wrong usage of socket_connect(). I fixed that along with some leak > fixes, that could eventually be s

[Qemu-devel] [PATCH for-2.7 0/2] Fix net socket connect regressions

2016-08-23 Thread Marc-André Lureau
Hi, Commit 7e8449594c929 introduced multiple regressions. The most important is that the socket is actually not the one connected, due to wrong usage of socket_connect(). I fixed that along with some leak fixes, that could eventually be splitted. Secondly, connect is no longer non-blocking. The s