From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NAL8R-0000EI-9j for qemu-devel@nongnu.org; Tue, 17 Nov 2009 05:18:07 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NAL8J-00008C-6t for qemu-devel@nongnu.org; Tue, 17 Nov 2009 05:18:03 -0500 Received: from [199.232.76.173] (port=58238 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NAL8I-000083-So for qemu-devel@nongnu.org; Tue, 17 Nov 2009 05:17:58 -0500 Received: from mx1.redhat.com ([209.132.183.28]:7766) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NAL8I-0006tZ-FS for qemu-devel@nongnu.org; Tue, 17 Nov 2009 05:17:58 -0500 Received: from int-mx08.intmail.prod.int.phx2.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id nAHAHvpr019206 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 17 Nov 2009 05:17:57 -0500 From: Gerd Hoffmann Date: Tue, 17 Nov 2009 11:17:36 +0100 Message-Id: <1258453071-3496-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [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: qemu-devel@nongnu.org Cc: Gerd Hoffmann 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. cheers, Gerd