From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=55173 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OOq39-0003BM-QN for qemu-devel@nongnu.org; Wed, 16 Jun 2010 06:40:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OOq38-0002K5-Q0 for qemu-devel@nongnu.org; Wed, 16 Jun 2010 06:40:51 -0400 Received: from mail.codesourcery.com ([38.113.113.100]:53093) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OOq38-0002Jq-I7 for qemu-devel@nongnu.org; Wed, 16 Jun 2010 06:40:50 -0400 From: Paul Brook Subject: Re: RFC qdev path semantics (was: [Qemu-devel] [RFC PATCH 0/5] Introduce canonical device hierarchy string) Date: Wed, 16 Jun 2010 11:40:39 +0100 References: <20100614054923.879.33717.stgit@localhost.localdomain> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201006161140.41862.paul@codesourcery.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: chrisw@redhat.com, kvm@vger.kernel.org, qemu-devel@nongnu.org, Alex Williamson , avi@redhat.com, kraxel@redhat.com > * Else, use TYPE.NUM, where TYPE is derived from the bus type, and NUM > is the bus number, as above. > > ### Paul proposes to either drop TYPE.NUM (and require drivers to > provide bus names), or make NUM count separately for each bus type. I revised this proposal: Drop the .NUM part, and require drivers provide a bus name if TYPE would result in ambiguous names. Paul