Re: [Qemu-devel] [PATCH for-1.5 2/2] main-loop: partial revert of 5e3bc73

2013-05-16 Thread Paolo Bonzini
Il 16/05/2013 17:36, Stefan Hajnoczi ha scritto: > This patch reverts part of 5e3bc735d93dd23f074b5116fd11e1ad8cd4962f. > > Paolo Bonzini wrote this patch and commented: > > "WSAEventSelect is edge-triggered and the event will not be signaled if > the socket handler does not consume all the data

[Qemu-devel] [PATCH for-1.5 2/2] main-loop: partial revert of 5e3bc73

2013-05-16 Thread Stefan Hajnoczi
This patch reverts part of 5e3bc735d93dd23f074b5116fd11e1ad8cd4962f. Paolo Bonzini wrote this patch and commented: "WSAEventSelect is edge-triggered and the event will not be signaled if the socket handler does not consume all the data in the socket buffer." Signed-off-by: Stefan Hajnoczi ---