From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56822) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WkZPd-0001tI-ED for qemu-devel@nongnu.org; Wed, 14 May 2014 09:40:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WkZPX-0004rp-9d for qemu-devel@nongnu.org; Wed, 14 May 2014 09:40:01 -0400 Received: from mx1.redhat.com ([209.132.183.28]:62353) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WkZPX-0004rl-3B for qemu-devel@nongnu.org; Wed, 14 May 2014 09:39:55 -0400 Date: Wed, 14 May 2014 21:40:00 +0800 From: Fam Zheng Message-ID: <20140514134000.GC19672@T430.nay.redhat.com> References: <1399662217-31148-1-git-send-email-stefanha@redhat.com> <1399662217-31148-4-git-send-email-stefanha@redhat.com> <20140513161849.08628e6c.cornelia.huck@de.ibm.com> <20140514123548.GB16683@stefanha-thinkpad.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PULL 03/17] qemu-img: sort block formats in help message List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Mike Day Cc: Peter Maydell , Stefan Hajnoczi , Jeff Cody , "qemu-devel@nongnu.org" , Stefan Hajnoczi , Cornelia Huck On Wed, 05/14 09:27, Mike Day wrote: > On Wed, May 14, 2014 at 8:35 AM, Stefan Hajnoczi wrote: > > Jeff Cody recently wanted to eliminate duplicate entries in the list. I > > thought part of your intention was to address the duplicates with your > > patch. > > > > We can back out the sequence API if it's not supported on older glib but > > it would be nice to eliminate duplicates later, too. > > I agree. I can submit an additional patch that uses an older API. > What, exactly is the cause of duplicate entries in the list? For example in protocol drivers, multiple BlockDrivers are registered with the same format name, although the protocol names are different: nbd gluster sheepdog In my build I see 3 nbd's. Fam