From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Michael S. Tsirkin" Subject: Re: [PATCH 4/4] pci: add pci test device Date: Wed, 3 Apr 2013 21:39:58 +0300 Message-ID: <20130403183958.GC28203@redhat.com> References: <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> <20130403150914.GA24295@redhat.com> <515C4E2C.40304@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: qemu-devel@nongnu.org, kvm@vger.kernel.org, gleb@redhat.com, mtosatti@redhat.com To: Paolo Bonzini Return-path: Received: from mx1.redhat.com ([209.132.183.28]:53870 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760637Ab3DCSjF (ORCPT ); Wed, 3 Apr 2013 14:39:05 -0400 Content-Disposition: inline In-Reply-To: <515C4E2C.40304@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Wed, Apr 03, 2013 at 05:43:40PM +0200, Paolo Bonzini wrote: > Il 03/04/2013 17:09, Michael S. Tsirkin ha scritto: > > Okay after some more thought. > > hw/pci-host/ > > hw/pci-bridge/ > > hw/isa-bridge/ > > Renaming hw/isa to hw/isa-bridge is easy. > > For the rest, I would prefer hw/pci/{core,host,bridge}, but whatever you > like the most is fine for me too. > > Paolo I'd prefer a single level as above, I get lost easily.