From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jamie Lokier Subject: Re: Configuration vs. compat hints [was Re: [Qemu-devel] [PATCHv3 03/13] qemu: add routines to manage PCI capabilities] Date: Tue, 16 Jun 2009 19:32:22 +0100 Message-ID: <20090616183222.GH11893@shareable.org> References: <4A364B53.9080007@codemonkey.ws> <4A364FE0.40204@redhat.com> <4A3651EB.3070204@codemonkey.ws> <4A36555A.4090303@redhat.com> <4A3659A0.3050108@codemonkey.ws> <20090615143737.GB14405@redhat.com> <4A3662BA.6030304@codemonkey.ws> <20090615150804.GH7233@redhat.com> <4A3664EE.30207@redhat.com> <4A3665A0.7000702@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dlaor@redhat.com, Carsten Otte , kvm@vger.kernel.org, "Michael S. Tsirkin" , Glauber Costa , Rusty Russell , qemu-devel@nongnu.org, virtualization@lists.linux-foundation.org, Blue Swirl , Christian Borntraeger , Paul Brook , Mark McLoughlin To: Avi Kivity Return-path: Received: from mail2.shareable.org ([80.68.89.115]:32954 "EHLO mail2.shareable.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752194AbZFPScY (ORCPT ); Tue, 16 Jun 2009 14:32:24 -0400 Content-Disposition: inline In-Reply-To: <4A3665A0.7000702@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: Avi Kivity wrote: > Another issue is enumeration. Guests will present their devices in the > order they find them on the pci bus (of course enumeration is guest > specific). So if I have 2 virtio controllers the only way I can > distinguish between them is using their pci slots. virtio controllers really should have a user-suppliable string or UUID to identify them to the guest. Don't they? -- Jamie