From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=52551 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PFZOI-000696-8q for qemu-devel@nongnu.org; Mon, 08 Nov 2010 16:36:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PFYpF-00075D-Bf for qemu-devel@nongnu.org; Mon, 08 Nov 2010 16:00:26 -0500 Received: from mx1.redhat.com ([209.132.183.28]:23420) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PFYpF-00073V-3O for qemu-devel@nongnu.org; Mon, 08 Nov 2010 16:00:25 -0500 Date: Mon, 8 Nov 2010 23:00:17 +0200 From: "Michael S. Tsirkin" Message-ID: <20101108210017.GC10777@redhat.com> References: <1288525209-3303-1-git-send-email-gleb@redhat.com> <1288525209-3303-8-git-send-email-gleb@redhat.com> <20101108171737.GA8498@redhat.com> <20101108172950.GB19863@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20101108172950.GB19863@redhat.com> Subject: [Qemu-devel] Re: [PATCHv2 7/8] Change pci bus get_dev_path callback to print only slot and func List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gleb Natapov Cc: blauwirbel@gmail.com, alex.williamson@redhat.com, qemu-devel@nongnu.org, kvm@vger.kernel.org, armbru@redhat.com On Mon, Nov 08, 2010 at 07:29:50PM +0200, Gleb Natapov wrote: > > This will make it compatible with existing code and generally > > what users expect. > > > It will drop domain and bus number part anyway. Yes but the proposal was to add 0000:00: in front to make it have the expected format for most users. -- MST