From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:54478) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPaQv-0005Cj-HW for qemu-devel@nongnu.org; Tue, 09 Apr 2013 11:26:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UPaQs-0005ZC-Tv for qemu-devel@nongnu.org; Tue, 09 Apr 2013 11:26:05 -0400 Received: from mx1.redhat.com ([209.132.183.28]:29947) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPaQs-0005Xo-Mc for qemu-devel@nongnu.org; Tue, 09 Apr 2013 11:26:02 -0400 Date: Tue, 9 Apr 2013 17:22:46 +0200 From: Stefan Hajnoczi Message-ID: <20130409152246.GC12456@stefanha-thinkpad.redhat.com> References: <1365399368-26967-1-git-send-email-pingfank@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1365399368-26967-1-git-send-email-pingfank@linux.vnet.ibm.com> Subject: Re: [Qemu-devel] [RFC PATCH v3 0/5] port network layer onto glib List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Liu Ping Fan Cc: Paolo Bonzini , qemu-devel@nongnu.org, Anthony Liguori , mdroth On Mon, Apr 08, 2013 at 01:36:03PM +0800, Liu Ping Fan wrote: > This series focus on network backend (excluding slirp). The related patch > for core's re-entrant (queue.c net.c) will be sent out separatelly. Are changes required to tap-win32.c? Are you working on converting slirp? Stefan