From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Me7bH-0006WQ-KX for qemu-devel@nongnu.org; Thu, 20 Aug 2009 09:22:43 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Me7bC-0006QA-Qf for qemu-devel@nongnu.org; Thu, 20 Aug 2009 09:22:42 -0400 Received: from [199.232.76.173] (port=34883 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Me7bC-0006Pt-Hd for qemu-devel@nongnu.org; Thu, 20 Aug 2009 09:22:38 -0400 Received: from mx1.redhat.com ([209.132.183.28]:15621) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Me7bC-00014g-1v for qemu-devel@nongnu.org; Thu, 20 Aug 2009 09:22:38 -0400 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 n7KDMXB5018827 for ; Thu, 20 Aug 2009 09:22:33 -0400 From: Gerd Hoffmann Date: Thu, 20 Aug 2009 15:22:16 +0200 Message-Id: <1250774546-18951-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 0/10] 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, Next round of the ide cleanup and splitting series. Changes: * Creating ide-internal.h is a separate patch now. * Comments of the new files have been fixed to actually describe the file content instead of being a simple cut+paste from ide.c * There is a new patch (last one) which moves all ide code into a new hw/ide/ subdirectory as suggested by avi. cheers, Gerd