From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lz7Nc-0003qZ-CB for qemu-devel@nongnu.org; Wed, 29 Apr 2009 06:51:08 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lz7NX-0003nK-SD for qemu-devel@nongnu.org; Wed, 29 Apr 2009 06:51:07 -0400 Received: from [199.232.76.173] (port=45941 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lz7NX-0003nF-LE for qemu-devel@nongnu.org; Wed, 29 Apr 2009 06:51:03 -0400 Received: from verein.lst.de ([213.95.11.210]:37882) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1Lz7NX-0002Vz-0p for qemu-devel@nongnu.org; Wed, 29 Apr 2009 06:51:03 -0400 Date: Wed, 29 Apr 2009 12:48:54 +0200 From: Christoph Hellwig Subject: Re: [Qemu-devel] Re: [PATCH] virtio-blk: add SGI_IO passthru support Message-ID: <20090429104854.GA7846@lst.de> References: <20090427082606.GA32604@lst.de> <20090427082914.GA383@lst.de> <49F5C303.3060003@codemonkey.ws> <20090428095154.GB4137@lst.de> <49F730AD.8090705@codemonkey.ws> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <49F730AD.8090705@codemonkey.ws> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: kvm@vger.kernel.org, Rusty Russell , qemu-devel@nongnu.org, Christian Borntraeger , Hannes Reinecke , Christoph Hellwig On Tue, Apr 28, 2009 at 11:37:01AM -0500, Anthony Liguori wrote: > Ah, excellent. I think that's a great thing to do. So do you think > virtio-scsi would deprecate virtio-blk? I don't think so. If you have an image format or a non-scsi blockdevice underneath virtio-block avoids the encoding into SCSI CDBs and back and should be faster. > I've gotten a number of requests for exposing stuff like VPD through > virtio-blk. There's also a surprising amount of software out there that > assumes /dev/sdX or /dev/hdX naming. They should be fixed for a while, we have lots of non-scsi, non-ide block devices.