From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=55264 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OqO2h-0006NM-DY for qemu-devel@nongnu.org; Tue, 31 Aug 2010 06:26:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OqO2g-00056D-7g for qemu-devel@nongnu.org; Tue, 31 Aug 2010 06:26:15 -0400 Received: from mx1.redhat.com ([209.132.183.28]:31546) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OqO2f-00055q-W7 for qemu-devel@nongnu.org; Tue, 31 Aug 2010 06:26:14 -0400 Message-ID: <4C7CD8D1.5060201@redhat.com> Date: Tue, 31 Aug 2010 12:26:25 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1283246554-10253-1-git-send-email-bernhard.kohl@nsn.com> <1283246554-10253-2-git-send-email-bernhard.kohl@nsn.com> In-Reply-To: <1283246554-10253-2-git-send-email-bernhard.kohl@nsn.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH v2 1/6] scsi-disk: fix the mode data length field returned by 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 11:22, schrieb Bernhard Kohl: > The MODE DATA LENGTH field indicates the length in bytes of the following > data that is available to be transferred. The mode data length does not include > the number of bytes in the MODE DATA LENGTH field. > > Signed-off-by: Bernhard Kohl Thanks, applied to the block branch. Patches 3-6 look good to me as well, but they don't apply cleanly without patch 2, which I think needs to fixed. Kevin