From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:39015) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S5aGO-00084x-CM for qemu-devel@nongnu.org; Thu, 08 Mar 2012 05:08:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S5aGI-0005fi-1z for qemu-devel@nongnu.org; Thu, 08 Mar 2012 05:07:59 -0500 Received: from mx1.redhat.com ([209.132.183.28]:27140) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S5aGH-0005fR-Q7 for qemu-devel@nongnu.org; Thu, 08 Mar 2012 05:07:53 -0500 Message-ID: <4F5884F4.7010402@redhat.com> Date: Thu, 08 Mar 2012 11:07:48 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <4F586345.8010905@redhat.com> <4F5873D6.5010008@msgid.tls.msk.ru> In-Reply-To: <4F5873D6.5010008@msgid.tls.msk.ru> Content-Type: text/plain; charset=UTF-8 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: Michael Tokarev Cc: Gerhard Wiesinger , Brian Jackson , qemu-devel@nongnu.org On 03/08/12 09:54, Michael Tokarev wrote: > On 08.03.2012 11:44, Gerd Hoffmann wrote: >>> OK, but SAS (Serial attached SCSI) is technology in the area of storage >>> interface technology where all big storage vendors see future (e.g. they >>> give up: FC and SATA drives, SATA drives are replaced by MDL SATA drives >>> (SATA 7200RPM drives with SAS interface)). >> >> The problem isn't scsi. The problem is the lsi adapter. Problem #1 is >> the hardware design which makes it hard to emulate it correctly and #2 >> that you need a non-redistributable rom file to boot from it. > > #2 isn't an issue actually, at least for Debian users -- Well, it is, to some degree. Because vanilla upstream doesn't support booting from lsi it has alot less users and alot less regression testing (like autotest runs of lsi-scsi installs), which sums up to more bugs staying unnoticed like the one which triggered this thread. cheers, Gerd