From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Borntraeger Subject: Re: [Qemu-devel] Re: [PATCH] virtio-blk: add SGI_IO passthru support Date: Wed, 29 Apr 2009 13:19:04 +0200 Message-ID: <200904291319.05247.borntraeger@de.ibm.com> References: <20090427082606.GA32604@lst.de> <20090429104854.GA7846@lst.de> <200904291211.20374.paul@codesourcery.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Cc: qemu-devel@nongnu.org, Christoph Hellwig , Anthony Liguori , kvm@vger.kernel.org, Rusty Russell , Hannes Reinecke To: Paul Brook Return-path: Received: from mtagate4.de.ibm.com ([195.212.29.153]:35170 "EHLO mtagate4.de.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751061AbZD2LTI (ORCPT ); Wed, 29 Apr 2009 07:19:08 -0400 Received: from d12nrmr1607.megacenter.de.ibm.com (d12nrmr1607.megacenter.de.ibm.com [9.149.167.49]) by mtagate4.de.ibm.com (8.14.3/8.13.8) with ESMTP id n3TBJ7Fi229418 for ; Wed, 29 Apr 2009 11:19:07 GMT Received: from d12av03.megacenter.de.ibm.com (d12av03.megacenter.de.ibm.com [9.149.165.213]) by d12nrmr1607.megacenter.de.ibm.com (8.13.8/8.13.8/NCO v9.2) with ESMTP id n3TBJ6W44050986 for ; Wed, 29 Apr 2009 13:19:06 +0200 Received: from d12av03.megacenter.de.ibm.com (loopback [127.0.0.1]) by d12av03.megacenter.de.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id n3TBJ55Y022971 for ; Wed, 29 Apr 2009 13:19:06 +0200 In-Reply-To: <200904291211.20374.paul@codesourcery.com> Content-Disposition: inline Sender: kvm-owner@vger.kernel.org List-ID: Am Wednesday 29 April 2009 13:11:19 schrieb Paul Brook: > On Wednesday 29 April 2009, Christoph Hellwig wrote: > > 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. > > Is this actually measurably faster, or just infinitesimally faster in > theory? If the underlying backing is 4k block size and the emulated scsi disk has 512 byte block size, write performance can be a lot slower.