From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:56305) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPtcg-0006Wf-Dz for qemu-devel@nongnu.org; Wed, 10 Apr 2013 07:55:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UPtcc-0007fW-Qj for qemu-devel@nongnu.org; Wed, 10 Apr 2013 07:55:30 -0400 Received: from mx1.redhat.com ([209.132.183.28]:36710) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPtcc-0007fA-JY for qemu-devel@nongnu.org; Wed, 10 Apr 2013 07:55:26 -0400 Date: Wed, 10 Apr 2013 13:55:20 +0200 From: Stefan Hajnoczi Message-ID: <20130410115520.GA28480@stefanha-thinkpad.muc.redhat.com> References: <1365399368-26967-1-git-send-email-pingfank@linux.vnet.ibm.com> <20130409152246.GC12456@stefanha-thinkpad.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 , Liu Ping Fan , qemu-devel@nongnu.org, Anthony Liguori , mdroth On Wed, Apr 10, 2013 at 03:47:15PM +0800, liu ping fan wrote: > On Tue, Apr 9, 2013 at 11:22 PM, Stefan Hajnoczi wrote: > > 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? > > > Yes, needed. I will modify and verify it on win32. > > > Are you working on converting slirp? > > > slirp/ is a relative isolated system from net, need I covert it at the > same time? Will start on it if needed. I suggest tackling it so we can be sure there aren't any surprises that break the new model that you're introducing. Stefan