From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NANyF-0002rK-P7 for qemu-devel@nongnu.org; Tue, 17 Nov 2009 08:19:47 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NANyA-0002m2-NO for qemu-devel@nongnu.org; Tue, 17 Nov 2009 08:19:47 -0500 Received: from [199.232.76.173] (port=50286 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NANyA-0002lh-7t for qemu-devel@nongnu.org; Tue, 17 Nov 2009 08:19:42 -0500 Received: from mx1.redhat.com ([209.132.183.28]:63467) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NANy9-0001jh-Qq for qemu-devel@nongnu.org; Tue, 17 Nov 2009 08:19:42 -0500 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id nAHDJep1021168 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 17 Nov 2009 08:19:40 -0500 Message-ID: <4B02A2EA.5080409@redhat.com> Date: Tue, 17 Nov 2009 14:19:38 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <1258453071-3496-1-git-send-email-kraxel@redhat.com> In-Reply-To: <1258453071-3496-1-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 00/15] scsi: data structures and cleanups. List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org On 11/17/09 11:17, Gerd Hoffmann wrote: > Hi, > > First batch of scsi patches. They bring some data structure unification > and a bunch of fixes and cleanups. In preparation for the other scsi > patches, but also useful on its own IMHO, so I'm hoping for a quick and > painless merge. > > The major rewrite which needs more discussion and regression testing > is not included here. Full scsi patch series is pushed now, available here: http://repo.or.cz/w/qemu/kraxel.git/shortlog/refs/heads/scsi.v8 scsi.batch1 branch is this patch series scsi.batch2 branch is what I plan to prepare for submission next (rework scsi-disk, including using the new bits in common code added by these patches). cheers, Gerd