From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MdfFY-00060I-ST for qemu-devel@nongnu.org; Wed, 19 Aug 2009 03:06:24 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MdfFU-0005uK-Qr for qemu-devel@nongnu.org; Wed, 19 Aug 2009 03:06:24 -0400 Received: from [199.232.76.173] (port=45091 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MdfFU-0005ty-FY for qemu-devel@nongnu.org; Wed, 19 Aug 2009 03:06:20 -0400 Received: from mx20.gnu.org ([199.232.41.8]:31679) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MdfFT-0003NY-PI for qemu-devel@nongnu.org; Wed, 19 Aug 2009 03:06:20 -0400 Received: from [66.187.237.31] (helo=mx2.redhat.com) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MdfFT-0003Ty-4Z for qemu-devel@nongnu.org; Wed, 19 Aug 2009 03:06:19 -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 n7J6buAL023870 for ; Wed, 19 Aug 2009 02:37:57 -0400 Message-ID: <4A8B9DC0.9020005@redhat.com> Date: Wed, 19 Aug 2009 08:37:52 +0200 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 0/8] ide: cleanup and splitting. References: <1250611607-2441-1-git-send-email-kraxel@redhat.com> <4A8AE001.7010704@redhat.com> In-Reply-To: <4A8AE001.7010704@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity Cc: qemu-devel@nongnu.org On 08/18/09 19:08, Avi Kivity wrote: > On 08/18/2009 07:06 PM, Gerd Hoffmann wrote: >> 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 ;) >> > > Given that ide will likely grow, how about hw/ide/? > I'll have a look. cheers, Gerd