From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=42399 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OqOSB-0002Ky-D3 for qemu-devel@nongnu.org; Tue, 31 Aug 2010 06:52:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OqOSA-0001k3-0p for qemu-devel@nongnu.org; Tue, 31 Aug 2010 06:52:35 -0400 Received: from demumfd002.nsn-inter.net ([93.183.12.31]:14373) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OqOS9-0001jW-MB for qemu-devel@nongnu.org; Tue, 31 Aug 2010 06:52:33 -0400 Message-ID: <4C7CDEEE.4070402@nsn.com> Date: Tue, 31 Aug 2010 12:52:30 +0200 From: Bernhard Kohl 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> <4C7CD8D1.5060201@redhat.com> In-Reply-To: <4C7CD8D1.5060201@redhat.com> Content-Type: text/plain; charset=ISO-8859-15; format=flowed 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: ext Kevin Wolf Cc: qemu-devel@nongnu.org Am 31.08.2010 12:26, schrieb ext Kevin Wolf: > > 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 > Ok, I'll fix patch 2 and resend the series as v3. Bernhard