From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NSYQi-0006YR-0L for qemu-devel@nongnu.org; Wed, 06 Jan 2010 11:08:16 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NSYQd-0006Ux-Df for qemu-devel@nongnu.org; Wed, 06 Jan 2010 11:08:15 -0500 Received: from [199.232.76.173] (port=54224 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NSYQd-0006Uq-8z for qemu-devel@nongnu.org; Wed, 06 Jan 2010 11:08:11 -0500 Received: from mx1.redhat.com ([209.132.183.28]:42695) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NSYQc-0002PT-Nk for qemu-devel@nongnu.org; Wed, 06 Jan 2010 11:08:11 -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 o06G89RZ015766 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 6 Jan 2010 11:08:10 -0500 From: Gerd Hoffmann Date: Wed, 6 Jan 2010 17:07:59 +0100 Message-Id: <1262794084-8020-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 0/5] lsi: a bunch of 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, This patch series brings a few code cleanups to the lsi driver, check the individual patches for details. cheers, Gerd