From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MdRDP-0005YM-R2 for qemu-devel@nongnu.org; Tue, 18 Aug 2009 12:07:15 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MdRDK-0005Td-6V for qemu-devel@nongnu.org; Tue, 18 Aug 2009 12:07:14 -0400 Received: from [199.232.76.173] (port=50794 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MdRDK-0005TQ-1B for qemu-devel@nongnu.org; Tue, 18 Aug 2009 12:07:10 -0400 Received: from mx2.redhat.com ([66.187.237.31]:47694) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MdRDI-0003SR-1Y for qemu-devel@nongnu.org; Tue, 18 Aug 2009 12:07:09 -0400 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n7IG6stx024418 for ; Tue, 18 Aug 2009 12:06:54 -0400 From: Gerd Hoffmann Date: Tue, 18 Aug 2009 18:06:39 +0200 Message-Id: <1250611607-2441-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 0/8] ide: cleanup and splitting. 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, In preparation for qdev-ifying ide: Here is a patch series which cleaning up the ide code and splits it into multiple source files. The ide.c monster is cut down to roughtly half size after applying them ;) See individual patch descriptions for details. cheers, Gerd