From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N1Gxx-0007Z0-0E for qemu-devel@nongnu.org; Fri, 23 Oct 2009 06:01:49 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N1Gxs-0007YB-Fa for qemu-devel@nongnu.org; Fri, 23 Oct 2009 06:01:48 -0400 Received: from [199.232.76.173] (port=49109 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N1Gxs-0007Y8-0k for qemu-devel@nongnu.org; Fri, 23 Oct 2009 06:01:44 -0400 Received: from mx1.redhat.com ([209.132.183.28]:44816) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N1Gxr-0007Jk-Bk for qemu-devel@nongnu.org; Fri, 23 Oct 2009 06:01:43 -0400 Subject: Re: [Qemu-devel] [PATCH 00/15] Some networking code re-organization From: Mark McLoughlin In-Reply-To: <4AE0C1D4.8080309@codemonkey.ws> References: <1256230156-29652-1-git-send-email-markmc@redhat.com> <4AE0C1D4.8080309@codemonkey.ws> Content-Type: text/plain Date: Fri, 23 Oct 2009 10:59:46 +0100 Message-Id: <1256291986.31881.61.camel@blaa> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Reply-To: Mark McLoughlin List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org On Thu, 2009-10-22 at 15:34 -0500, Anthony Liguori wrote: > Mark McLoughlin wrote: > > Hey, > > We've been meaning to split net.c up for quite a while now, > > so here goes with a first cut at. > > > > There shouldn't be anything too controversial here, apart > > from CONFIG_LINUX maybe. > > > > I've build tested this on F11, F12 and mingw and also done > > some basic runtime testing. > > > > Building on e.g. *BSD, Solaris and AIX hasn't been tested. > > I wouldn't be surprised if I've broken the build there despite all > > my efforts but, if I have, it should be trivial to fix back up. > > > > This isn't the end of the cleanups; obviously the other > > backends could be split out too, we could use module construtors, etc. > > > > This series doesn't build for me. I get dependency errors even after a > full rebuild. I'm building from a separate directory fwiw. Don't see it here, I'm afraid - any more details? Btw, it's all pushed to http://repo.or.cz/w/qemu/markmc.git if that helps Cheers, Mark.