From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:52894) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TDW8h-0004pm-RU for qemu-devel@nongnu.org; Mon, 17 Sep 2012 03:53:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TDW8b-0000XB-RW for qemu-devel@nongnu.org; Mon, 17 Sep 2012 03:53:07 -0400 Received: from mx1.redhat.com ([209.132.183.28]:29885) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TDW8b-0000Ws-IW for qemu-devel@nongnu.org; Mon, 17 Sep 2012 03:53:01 -0400 Message-ID: <5056D6D8.6040909@redhat.com> Date: Mon, 17 Sep 2012 09:52:56 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <50532E80.5060905@redhat.com> <87obl6ni1u.fsf@codemonkey.ws> In-Reply-To: <87obl6ni1u.fsf@codemonkey.ws> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] directory hierarchy List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel Il 16/09/2012 16:44, Anthony Liguori ha scritto: > Thanks for doing this! I'm of the opinion that something is better than > nothing here so I'll resist the urge to argue why blue is the best color > for the shed. > > But one concern I have: this will be a big source of rebasing. Perhaps > we can schedule this? >>From what I've seen so far, rebase copes well with renames. But yes, I'm willing to maintain the series until the end of October. > Have you done the reorg yet? I'm 90% through. I hope to post something for review, and perhaps some initial bits, in a couple of weeks or less (depending on other obviously more urgent things to do). But if it's 1 month away, I'd probably prefer to merge the include file renaming at the same time. > Presumably it's just some make file > changes and a bunch of renames? Mostly; net/ is the hairiest subsystem, otherwise it's pretty straightforward. Paolo