From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:38451) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UdFc6-00066e-LW for qemu-devel@nongnu.org; Fri, 17 May 2013 04:02:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UdFc5-0001t7-0L for qemu-devel@nongnu.org; Fri, 17 May 2013 04:02:06 -0400 Received: from mx1.redhat.com ([209.132.183.28]:29422) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UdFc4-0001rt-Fx for qemu-devel@nongnu.org; Fri, 17 May 2013 04:02:04 -0400 Message-ID: <5195E3E9.3030903@redhat.com> Date: Fri, 17 May 2013 10:01:45 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1368718561-7816-1-git-send-email-stefanha@redhat.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH for-1.5 0/2] main-loop: fix slirp on win32 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: TeLeMan Cc: Anthony Liguori , therock247uk@247fixes.com, qemu-devel , Stefan Hajnoczi Il 17/05/2013 03:25, TeLeMan ha scritto: > On Thu, May 16, 2013 at 11:35 PM, Stefan Hajnoczi wrote: >> User networking is broken on win32. These patches resolve the issues. >> >> TeLeMan and therock247uk: Please apply these patches and confirm that they fix >> the bug. >> >> Paolo: Please let me know if you want to take Author:. >> >> Stefan Hajnoczi (2): >> main-loop: narrow win32 pollfds_fill() event bitmasks >> main-loop: partial revert of 5e3bc73 >> >> main-loop.c | 40 ++++++++++++++++++---------------------- >> 1 file changed, 18 insertions(+), 22 deletions(-) >> >> -- >> 1.8.1.4 > > Yeah, It works. > > Tested-by: TeLeMan Thanks for your help! Paolo