From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:51877) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TCWMk-0006F6-Ek for qemu-devel@nongnu.org; Fri, 14 Sep 2012 09:55:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TCWMc-0008GJ-GA for qemu-devel@nongnu.org; Fri, 14 Sep 2012 09:55:30 -0400 Received: from mx1.redhat.com ([209.132.183.28]:34434) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TCWMc-0008Fd-7R for qemu-devel@nongnu.org; Fri, 14 Sep 2012 09:55:22 -0400 Message-ID: <50533747.1010507@redhat.com> Date: Fri, 14 Sep 2012 15:55:19 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <50532E80.5060905@redhat.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] directory hierarchy List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: qemu-devel Il 14/09/2012 15:48, Peter Maydell ha scritto: >> > here is a proposal for moving around 150 C files currently in the >> > toplevel directory to separate, well-delimited subdirectories. > ...oh, and it would be good to be sure we've fixed all the problems > with dependencies that tend to cause 'make' to fail to DTRT going > backwards and forwards across a file-move commit, before we move > everything around... I think we have, at least I haven't seen complaints recently. :) Paolo