From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N8BGb-0003Iy-Dl for qemu-devel@nongnu.org; Wed, 11 Nov 2009 06:21:37 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N8BGV-0003FL-SF for qemu-devel@nongnu.org; Wed, 11 Nov 2009 06:21:36 -0500 Received: from [199.232.76.173] (port=51340 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N8BGV-0003Ew-I1 for qemu-devel@nongnu.org; Wed, 11 Nov 2009 06:21:31 -0500 Received: from mx1.redhat.com ([209.132.183.28]:46078) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N8BGV-0005ff-41 for qemu-devel@nongnu.org; Wed, 11 Nov 2009 06:21:31 -0500 Received: from int-mx04.intmail.prod.int.phx2.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.17]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id nABBLT7p022717 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 11 Nov 2009 06:21:29 -0500 Received: from zweiblum.home.kraxel.org (vpn1-6-216.ams2.redhat.com [10.36.6.216]) by int-mx04.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id nABBLR7n015035 for ; Wed, 11 Nov 2009 06:21:28 -0500 Message-ID: <4AFA9E36.3030507@redhat.com> Date: Wed, 11 Nov 2009 12:21:26 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <4AF4ACA5.2090701@redhat.com> In-Reply-To: <4AF4ACA5.2090701@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [sneak preview] major scsi overhaul List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "qemu-devel@nongnu.org" On 11/07/09 00:09, Gerd Hoffmann wrote: > Hi, > > http://repo.or.cz/w/qemu/kraxel.git/shortlog/refs/heads/scsi.v6 Pushed an update, same branch. > What needs to be done? > > (1) Better patch descriptions. > (2) Submit patches to the list for review. Still to do. Also: - fold incremental fixes into the original patches. Will happen next time I rebase the patches. - Also SCSI_XFER_* will be loose the META/DATA separation, it will only be "none / from device / to device". Also planned for the next rebase. > (3) Switch over lsi to the new interface. > (4) Zap old interface, killing tons of dead code. > (5) Final cleanups. All done now. So the final code tree is almost where I want to have it, although the patches series need some more work to be review-able. cheers, Gerd