From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=37644 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oy2RK-0000sF-BB for qemu-devel@nongnu.org; Tue, 21 Sep 2010 08:59:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Oy2RJ-0002oQ-2u for qemu-devel@nongnu.org; Tue, 21 Sep 2010 08:59:18 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55990) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Oy2RI-0002oJ-Sy for qemu-devel@nongnu.org; Tue, 21 Sep 2010 08:59:17 -0400 Message-ID: <4C98AC3C.60302@redhat.com> Date: Tue, 21 Sep 2010 14:59:40 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1283785124-31228-1-git-send-email-bernhard.kohl@nsn.com> In-Reply-To: <1283785124-31228-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] scsi_bus: fix length and xfer_mode for RESERVE and RELEASE commands 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 06.09.2010 16:58, schrieb Bernhard Kohl: > For the RESERVE and RELEASE commands the length must be zero > and xfer_mode must be SCSI_XFER_NONE. > > Signed-off-by: Bernhard Kohl Thanks, applied to the block branch. Kevin