From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:55397) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qdck0-0005kQ-SS for qemu-devel@nongnu.org; Mon, 04 Jul 2011 02:34:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qdcjz-00019s-PU for qemu-devel@nongnu.org; Mon, 04 Jul 2011 02:34:44 -0400 Received: from mx1.redhat.com ([209.132.183.28]:1303) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qdcjz-00019o-IS for qemu-devel@nongnu.org; Mon, 04 Jul 2011 02:34:43 -0400 Message-ID: <4E115EFD.7020607@redhat.com> Date: Mon, 04 Jul 2011 08:34:37 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1309534555-22178-1-git-send-email-hare@suse.de> <1309534555-22178-2-git-send-email-hare@suse.de> <1309534555-22178-3-git-send-email-hare@suse.de> <1309534555-22178-4-git-send-email-hare@suse.de> <4E0F2215.4040307@suse.de> <4E107E66.3030001@redhat.com> <4E115A21.8010003@suse.de> In-Reply-To: <4E115A21.8010003@suse.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 3/3] megasas: LSI Megaraid SAS emulation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Hannes Reinecke Cc: "kvm@vger.kernel.org" , Alexander Graf , Stefan Haynoczi , qemu-devel@nongnu.org On 07/04/2011 08:13 AM, Hannes Reinecke wrote: > On 07/03/2011 04:36 PM, Paolo Bonzini wrote: >> On 07/02/2011 03:50 PM, Hannes Reinecke wrote: >>> (And no, I will not getting into another dog-fight with Paul B. here. >>> Virtio can do without bounce buffers. AHCI can. So I fail to see why >>> SCSI has to rely on bounce buffers.) >> >> I agree, but I do see why a SCSI device might prefer to rely on >> bounce buffers for non-I/O commands. This is why in my last RFC >> series for vmw_pvscsi I let the device choose whether to force a >> bounce buffer or get an external iovec from the HBA. >> > Yes, sure, for non-I/O commands it's perfectly okay. > Most of which will be emulated anyway. > It's bounce buffers for I/O which kills performance. > > But I seem to have missed your last RFC (I'm not reading qemu-devel on a > regular basis ...). > Care to send me a pointer to it? Sure, http://lists.gnu.org/archive/html/qemu-devel/2011-06/msg00668.html Paolo