From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [Qemu-devel] Re: [PATCH] virtio-blk: add SGI_IO passthru support Date: Wed, 29 Apr 2009 12:48:54 +0200 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 Cc: Christoph Hellwig , Christian Borntraeger , Rusty Russell , qemu-devel@nongnu.org, kvm@vger.kernel.org, Hannes Reinecke To: Anthony Liguori Return-path: Received: from verein.lst.de ([213.95.11.210]:37887 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753827AbZD2KvL (ORCPT ); Wed, 29 Apr 2009 06:51:11 -0400 Content-Disposition: inline In-Reply-To: <49F730AD.8090705@codemonkey.ws> Sender: kvm-owner@vger.kernel.org List-ID: 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.