From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NaTmO-0000dX-Si for qemu-devel@nongnu.org; Thu, 28 Jan 2010 07:47:24 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NaTmJ-0000dL-Fg for qemu-devel@nongnu.org; Thu, 28 Jan 2010 07:47:23 -0500 Received: from [199.232.76.173] (port=57606 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NaTmJ-0000dI-Ak for qemu-devel@nongnu.org; Thu, 28 Jan 2010 07:47:19 -0500 Received: from verein.lst.de ([213.95.11.210]:37320) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1NaTlu-0008WP-J3 for qemu-devel@nongnu.org; Thu, 28 Jan 2010 07:47:18 -0500 Date: Thu, 28 Jan 2010 13:43:27 +0100 From: Christoph Hellwig Message-ID: <20100128124327.GA32288@lst.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] 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: qemu-devel@nongnu.org Cc: john cooper , Christian Borntraeger , Anthony Liguori , Rusty Russell , "Michael S. Tsirkin" 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.