From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:58861) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QN2bh-00023n-Vy for qemu-devel@nongnu.org; Thu, 19 May 2011 08:45:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QN2bh-0006Am-0a for qemu-devel@nongnu.org; Thu, 19 May 2011 08:45:37 -0400 Received: from mail-qy0-f180.google.com ([209.85.216.180]:51476) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QN2bg-0006AT-Rs for qemu-devel@nongnu.org; Thu, 19 May 2011 08:45:36 -0400 Received: by qyk10 with SMTP id 10so1544619qyk.4 for ; Thu, 19 May 2011 05:45:35 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: From: Yann Quelen Date: Thu, 19 May 2011 14:45:14 +0200 Message-ID: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] TAP32 networking on windows List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: lode leroy Cc: qemu-devel@nongnu.org Hello, This patch is already present in the master branch (commit c3febae6). I confirm it solves the problem for me when applied on version 0.14.0 2011/5/19 lode leroy : > > Please consider the patch I submitted on 2010-07-05 > I tried it in qemu-0.14.1 and this makes it work. > > https://bugs.launchpad.net/qemu/+bug/589564 > > > --- net/tap-win32.c =A0 =A0 2010-07-05 11:14:51 +0200 > > +++ net/tap-win32.c-orig =A0 =A0 =A0 =A02010-07-05 11:33:11 +0200 > > @@ -479,7 +479,7 @@ static int tap_win32_write(tap_win32_ove > > =A0=A0=A0=A0=A0=A0=A0=A0=A0} > > =A0=A0=A0=A0=A0} > - =A0 =A0return 0; > > + =A0 =A0return write_size; > > =A0} > =A0static DWORD WINAPI tap_win32_thread_entry(LPVOID param) > >