From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:41607) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QdgPh-0003pO-MV for qemu-devel@nongnu.org; Mon, 04 Jul 2011 06:30:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QdgPg-0003es-IO for qemu-devel@nongnu.org; Mon, 04 Jul 2011 06:30:01 -0400 Received: from mx1.redhat.com ([209.132.183.28]:59198) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QdgPg-0003eh-9T for qemu-devel@nongnu.org; Mon, 04 Jul 2011 06:30:00 -0400 Message-ID: <4E119622.1030709@redhat.com> Date: Mon, 04 Jul 2011 12:29:54 +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> <4E115EFD.7020607@redhat.com> <4E116B32.702@suse.de> In-Reply-To: <4E116B32.702@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 09:26 AM, Hannes Reinecke wrote: >> > Cool. > Exactly what I need. > > FWIW, feel free to add my 'Acked-by' to it. > > Any chance of getting them included? I'm not very tied to pvscsi; I just needed an HBA that is not a joke by modern standards :) to play with the SCSI layer. There may be hope that megasas will come before pvscsi or eliminate the need for it altogether. So, feel free to pick up patches 5-8 from that series. That said, note that scsi-generic does *not* support scatter/gather in that series, so you should still make sure the fallback paths work well. :) In pvscsi I added a qdev property to toggle scatter/gather, it was useful for benchmarking. Paolo