From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NaUp2-00051T-RG for qemu-devel@nongnu.org; Thu, 28 Jan 2010 08:54:13 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NaUox-0004zd-C5 for qemu-devel@nongnu.org; Thu, 28 Jan 2010 08:54:11 -0500 Received: from [199.232.76.173] (port=39525 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NaUox-0004za-3w for qemu-devel@nongnu.org; Thu, 28 Jan 2010 08:54:07 -0500 Received: from mx1.redhat.com ([209.132.183.28]:6818) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NaUow-0006Eu-EW for qemu-devel@nongnu.org; Thu, 28 Jan 2010 08:54:06 -0500 Date: Thu, 28 Jan 2010 15:50:46 +0200 From: "Michael S. Tsirkin" Message-ID: <20100128135045.GC3776@redhat.com> References: <20100128124327.GA32288@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100128124327.GA32288@lst.de> Subject: [Qemu-devel] Re: future of the virtio-blk serial number support List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Christoph Hellwig Cc: john cooper , Christian Borntraeger , Anthony Liguori , Rusty Russell , qemu-devel@nongnu.org On Thu, Jan 28, 2010 at 01:43:27PM +0100, Christoph Hellwig wrote: > Back iSeptember 2007 Michael made the serial number support in qemu > optional and off by default, and in October 2009 Rusty reverted the > Linux virtio-blk support for it. Given that I can't find support in > any other virtio implementation that makes the feature look essentially > dead. > > How should we proceed with adding more fields to struct virtio_blk_config? > I would suggest removing the identity field, declaring > VIRTIO_BLK_F_IDENTIFY officially deprecated and adding the new fields > directly after blk_size again, maybe with a comment that these new > features can't be advertized together with VIRTIO_BLK_F_IDENTIFY. > > I need to add a new optiomal_io_size field soon to support the block > topology information when using virtio which is quite important when > using RAID arrays as backend, and I'd prefer to do it in a way that's > compatibly with the PCI spec. Makes sense to me.