From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:38377) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S5uMg-0003hd-GS for qemu-devel@nongnu.org; Fri, 09 Mar 2012 02:35:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S5uMe-0001z4-F7 for qemu-devel@nongnu.org; Fri, 09 Mar 2012 02:35:50 -0500 Received: from mx1.redhat.com ([209.132.183.28]:56381) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S5uMe-0001ys-5Y for qemu-devel@nongnu.org; Fri, 09 Mar 2012 02:35:48 -0500 Message-ID: <4F59B2CB.2070202@redhat.com> Date: Fri, 09 Mar 2012 08:35:39 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <4F586345.8010905@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] XP install cores with SCSI LSI 53C895A disks List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerhard Wiesinger Cc: Brian Jackson , seabios@seabios.org, qemu-devel@nongnu.org, Paul Brook Hi, > Advantages of LSI 53C895A over others: > 1.) OS support is great, even for legacy systems: DOS, Win 3.1, Win95, > NT 4, W2K, XP, Vista, Win7, Linux, etc. I don't know any adapter with > such wide range of OS support. Also tested up to 2TB of LUNs. Hmm? win7 here? At least the 64bit versions don't ship lsi drivers (also other oldish hardware such as ac97 sound). Not sure about the 32bit versions. legacy systems is *the* strong argument for lsi. > 2.) OS support out of the box without additional drivers for a lot of > newer OSes recent windows systems stopped shipping lsi drivers. linux systems will ship with virtio-scsi support soon. > 7.) LSI SCSI DMA technology is fast. I'm getting /dev/null performance > over 500MB/s ..., optimized for parallel IOPS, etc. Well, you can't do zerocopy because that is next to impossible to emulate correctly. Which puts lsi behind other solutions performance-wise. But to keep legacy systems alive performance isn't the #1 issue. Likewise the 2T limit ;) > Not to forget iSCSI which is also current/future SCSI technology ... Oh, booting from iscsi is supported just fine by iPXE. It is more a problem that the guest OS must be able to handle this too ... cheers, Gerd