From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:43031) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TC9G7-0005Mj-OK for qemu-devel@nongnu.org; Thu, 13 Sep 2012 09:15:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TC9G1-0007ZU-S1 for qemu-devel@nongnu.org; Thu, 13 Sep 2012 09:15:07 -0400 Received: from mail-ob0-f173.google.com ([209.85.214.173]:37034) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TC9G1-0007Xg-Mz for qemu-devel@nongnu.org; Thu, 13 Sep 2012 09:15:01 -0400 Received: by obbta14 with SMTP id ta14so4120226obb.4 for ; Thu, 13 Sep 2012 06:15:01 -0700 (PDT) From: Anthony Liguori In-Reply-To: <50517C05.3080708@redhat.com> References: <1347382813-5662-1-git-send-email-Don@CloudSwitch.com> <20120911235020.GC29044@redhat.com> <505081B4.8090301@redhat.com> <87392ngx69.fsf@codemonkey.ws> <50517C05.3080708@redhat.com> Date: Thu, 13 Sep 2012 08:14:56 -0500 Message-ID: <87zk4ujc8f.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] [PATCH] hw: Add support for new LSI Logic devices. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: Kevin Wolf , Blue Swirl , Don Slutz , qemu-devel@nongnu.org, "Michael S. Tsirkin" Paolo Bonzini writes: > Il 12/09/2012 15:58, Anthony Liguori ha scritto: >> Why would someone use this verses megasas vs. LSI vs virtio-scsi? > > LSI is dead. Compare it to IDE. > > virtio-scsi has the highest performance, but it is not supported on all > guests. Compare it to virtio-blk. > > This vs. megasas is a good question; both can be compared to AHCI, they > have good performance and have the advantage of compatibility with real > hardware. If this had gone in first, I would probably have rejected > megasas, but this has the advantage of being used in VMware and > VirtualBox. Plus, unlike megasas Don said he'd work on SeaBIOS support, > so it has further merit. Okay. Thanks. Regards, Anthony Liguori > > Paolo