From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NDfQi-0006eD-Ez for qemu-devel@nongnu.org; Thu, 26 Nov 2009 09:34:44 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NDfQc-0006bU-ER for qemu-devel@nongnu.org; Thu, 26 Nov 2009 09:34:42 -0500 Received: from [199.232.76.173] (port=56148 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NDfQa-0006bC-TQ for qemu-devel@nongnu.org; Thu, 26 Nov 2009 09:34:37 -0500 Received: from mx1.redhat.com ([209.132.183.28]:10743) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NDfQa-0000DO-Av for qemu-devel@nongnu.org; Thu, 26 Nov 2009 09:34:36 -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 nAQEYZ2w008404 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 26 Nov 2009 09:34:35 -0500 From: Gerd Hoffmann Date: Thu, 26 Nov 2009 15:33:46 +0100 Message-Id: <1259246056-5389-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 00/30] 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 interface rewrite which needs more discussion and regression testing is not included here. New in v2: * Rebased. * Addressed a bunch of review requests. * The scsi-disk patches are includes this time, making this series alot longer. But it makes the patches look less off because in the end the bits moved to common code are used by both scsi-generic and scsi-disk. cheers, Gerd