From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NANa4-0006BP-4r for qemu-devel@nongnu.org; Tue, 17 Nov 2009 07:54:48 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NANZz-00069u-Ir for qemu-devel@nongnu.org; Tue, 17 Nov 2009 07:54:47 -0500 Received: from [199.232.76.173] (port=59812 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NANZz-00069n-7D for qemu-devel@nongnu.org; Tue, 17 Nov 2009 07:54:43 -0500 Received: from mx1.redhat.com ([209.132.183.28]:21639) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NANZy-0006Ko-OH for qemu-devel@nongnu.org; Tue, 17 Nov 2009 07:54:43 -0500 Message-ID: <4B029D09.6010001@redhat.com> Date: Tue, 17 Nov 2009 13:54:33 +0100 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 12/15] scsi: move sense to SCSIDevice, create SCSISense struct. References: <1258453071-3496-1-git-send-email-kraxel@redhat.com> <1258453071-3496-13-git-send-email-kraxel@redhat.com> <20091117115429.GD1330@lst.de> In-Reply-To: <20091117115429.GD1330@lst.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Christoph Hellwig Cc: qemu-devel@nongnu.org On 11/17/09 12:54, Christoph Hellwig wrote: > Looks good. Long term we might want to make this a pointer to be able > to deal with block format sense descriptors more nicely. Did already happen ;) I just can't move up that patch easily without causing massive churn in the patch series ... cheers, Gerd