From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=36055 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OqPyG-00065r-A9 for qemu-devel@nongnu.org; Tue, 31 Aug 2010 08:29:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OqPyB-0004tg-FC for qemu-devel@nongnu.org; Tue, 31 Aug 2010 08:29:48 -0400 Received: from mx1.redhat.com ([209.132.183.28]:19191) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OqPyB-0004tY-6B for qemu-devel@nongnu.org; Tue, 31 Aug 2010 08:29:43 -0400 Message-ID: <4C7CF5C1.7020708@redhat.com> Date: Tue, 31 Aug 2010 14:29:53 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1283256507-15467-1-git-send-email-bernhard.kohl@nsn.com> In-Reply-To: <1283256507-15467-1-git-send-email-bernhard.kohl@nsn.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH v3 0/6] scsi-disk: improve the emulation of the MODE SENSE command List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Bernhard Kohl Cc: qemu-devel@nongnu.org Am 31.08.2010 14:08, schrieb Bernhard Kohl: > This series fixes some issues with the MODE SENSE command. > > I have an OS which fails during this command. It works fine with > real SCSI disk hardware. > > Changes v2 -> v3: > > 2/6: fixed the mode data length, added a comment > > [PATCH v3 1/6] scsi-disk: fix the mode data length field returned by the MODE SENSE command > [PATCH v3 2/6] scsi-disk: fix the mode data header returned by the MODE SENSE(10) command > [PATCH v3 3/6] scsi-disk: respect the page control (PC) field in the MODE SENSE command > [PATCH v3 4/6] scsi-disk: fix the block descriptor returned by the MODE SENSE command > [PATCH v3 5/6] scsi-disk: return CHECK CONDITION for unknown page codes in the MODE SENSE command > [PATCH v3 6/6] scsi-disk: fix the check of the DBD bit in the MODE SENSE command Thanks, applied all to the block branch. Kevin