From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FmX2Z-000283-7S for qemu-devel@nongnu.org; Sat, 03 Jun 2006 10:23:47 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FmX2X-00026S-D1 for qemu-devel@nongnu.org; Sat, 03 Jun 2006 10:23:46 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FmX2X-00026M-6s for qemu-devel@nongnu.org; Sat, 03 Jun 2006 10:23:45 -0400 Received: from [65.74.133.6] (helo=mail.codesourcery.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FmX9F-0004bn-40 for qemu-devel@nongnu.org; Sat, 03 Jun 2006 10:30:41 -0400 From: Paul Brook Subject: Re: [Qemu-devel] SCSI fixes Date: Sat, 3 Jun 2006 15:23:38 +0100 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200606031523.39542.paul@codesourcery.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Wednesday 31 May 2006 20:15, Blue Swirl wrote: > I added some new SCSI commands, which are used by Linux. Hmm, this sounds like a partially a Linux bug. The qemu devices only report SCSI-3 rev 1, which doesn't define some of these commands. However implementing them seems harmless so I've fixed a couple of bugs and applied the patch. Paul