From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N1Gyg-0007lm-Di for qemu-devel@nongnu.org; Fri, 23 Oct 2009 06:02:34 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N1Gyb-0007kD-SD for qemu-devel@nongnu.org; Fri, 23 Oct 2009 06:02:34 -0400 Received: from [199.232.76.173] (port=49123 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N1Gyb-0007k8-Kr for qemu-devel@nongnu.org; Fri, 23 Oct 2009 06:02:29 -0400 Received: from mx1.redhat.com ([209.132.183.28]:61726) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N1Gyb-0007QY-23 for qemu-devel@nongnu.org; Fri, 23 Oct 2009 06:02:29 -0400 From: Mark McLoughlin In-Reply-To: References: <1256230156-29652-1-git-send-email-markmc@redhat.com> Content-Type: text/plain Date: Fri, 23 Oct 2009 11:00:33 +0100 Message-Id: <1256292033.31881.62.camel@blaa> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 00/15] Some networking code re-organization Reply-To: Mark McLoughlin List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Juan Quintela Cc: qemu-devel@nongnu.org On Thu, 2009-10-22 at 20:53 +0200, Juan Quintela 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. > > If you have to respin this series, please use > > git mv foo.c net/foo.c I did, looks like I needed to use 'git format-patch -M' Cheers, Mark.