From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:57721) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UIGmV-0002AB-W7 for qemu-devel@nongnu.org; Wed, 20 Mar 2013 07:02:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UIGmT-0000xn-FL for qemu-devel@nongnu.org; Wed, 20 Mar 2013 07:02:07 -0400 Received: from mail-vc0-f177.google.com ([209.85.220.177]:59643) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UIGmT-0000xf-B1 for qemu-devel@nongnu.org; Wed, 20 Mar 2013 07:02:05 -0400 Received: by mail-vc0-f177.google.com with SMTP id ia10so1176048vcb.8 for ; Wed, 20 Mar 2013 04:02:04 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <51499726.10705@redhat.com> Date: Wed, 20 Mar 2013 12:01:58 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1363628125-5310-1-git-send-email-pbonzini@redhat.com> <5147572E.8040501@redhat.com> <51475A00.8070304@redhat.com> <5147738F.7070803@redhat.com> <51482F56.4070604@redhat.com> <51483DAB.4040101@redhat.com> <5148E56A.4010105@redhat.com> <5148F64D.3080705@redhat.com> <5148FC1C.9040001@redhat.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 00/35] hw/ reorganization, part 2 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: "Edgar E. Iglesias" , qemu-devel@nongnu.org, =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= , Richard Henderson Il 20/03/2013 11:30, Peter Maydell ha scritto: > Basically I don't like the way your categorization scheme seems > to be "kind of device, except for stuff in hw/ARCH which has > a completely different rationale". I'm OK with hw/ARCH having > board models, because that's really "kind of device", it's > just split what ought to be hw/boards into a bunch of separate > directories. And I've accepted having some of the random "needs > fixing and splitting and chucking back out of hw/ARCH" code as > a temporary measure. But please stop trying to push stuff into > hw/ARCH rather than categorising it properly. I feel like I'm > arguing round in circles here. Ok, I guess I'll add hw/cpu. Paolo