From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:35345) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UNPIb-0003yI-UC for qemu-devel@nongnu.org; Wed, 03 Apr 2013 11:08:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UNPIU-0004WC-O4 for qemu-devel@nongnu.org; Wed, 03 Apr 2013 11:08:29 -0400 Received: from mx1.redhat.com ([209.132.183.28]:40609) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UNPIU-0004Vu-Ga for qemu-devel@nongnu.org; Wed, 03 Apr 2013 11:08:22 -0400 Date: Wed, 3 Apr 2013 18:09:14 +0300 From: "Michael S. Tsirkin" Message-ID: <20130403150914.GA24295@redhat.com> References: <20130403102229.GD18179@redhat.com> <515C037E.5030706@redhat.com> <20130403103301.GG18179@redhat.com> <515C05B0.2000401@redhat.com> <20130403103846.GB18725@redhat.com> <515C1719.903@redhat.com> <20130403120041.GA22200@redhat.com> <515C1B0C.3070505@redhat.com> <20130403140648.GC22200@redhat.com> <515C37ED.1070104@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <515C37ED.1070104@redhat.com> Subject: Re: [Qemu-devel] [PATCH 4/4] pci: add pci test device List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: gleb@redhat.com, mtosatti@redhat.com, qemu-devel@nongnu.org, kvm@vger.kernel.org On Wed, Apr 03, 2013 at 04:08:45PM +0200, Paolo Bonzini wrote: > Il 03/04/2013 16:06, Michael S. Tsirkin ha scritto: > > > Ok, I'll add hw/pci/bridge, and remove the "host-" prefix for host PCI > > > devices. > > > > That's too much nesting I think. hw/bridge/ and we can put isa bridges there > > as well then. > > You need to group similar devices for the nesting to be useful. For > example, it should be easy to check if something is true of all ISA > bridges, or to do the same change in all of them. ISA and PCI bridges > have too little in common for that (and why not put I2C and SPI in > hw/bridge too :)). > > Paolo Okay after some more thought. hw/pci-host/ hw/pci-bridge/ hw/isa-bridge/ ?