From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:48251) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R0vvy-0006hf-Dg for qemu-devel@nongnu.org; Tue, 06 Sep 2011 09:43:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R0vvs-0007Fx-Jm for qemu-devel@nongnu.org; Tue, 06 Sep 2011 09:43:26 -0400 Received: from mx1.redhat.com ([209.132.183.28]:27192) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R0vvs-0007Fm-5z for qemu-devel@nongnu.org; Tue, 06 Sep 2011 09:43:20 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p86DhJwK014141 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 6 Sep 2011 09:43:19 -0400 Message-ID: <4E662429.10608@redhat.com> Date: Tue, 06 Sep 2011 15:46:17 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1315305104-7219-2-git-send-email-pbonzini@redhat.com> In-Reply-To: <1315305104-7219-2-git-send-email-pbonzini@redhat.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] scsi: fill in additional sense length correctly List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org Am 06.09.2011 12:31, schrieb Paolo Bonzini: > Even though we do not use them, we should include the last three > bytes of sense data in the additional sense length. > > Signed-off-by: Paolo Bonzini Thanks, applied to the block branch. Kevin