From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mm5JG-0004DN-8i for qemu-devel@nongnu.org; Fri, 11 Sep 2009 08:33:02 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mm5JB-00045Z-Cj for qemu-devel@nongnu.org; Fri, 11 Sep 2009 08:33:01 -0400 Received: from [199.232.76.173] (port=49289 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mm5JA-00044q-Mr for qemu-devel@nongnu.org; Fri, 11 Sep 2009 08:32:56 -0400 Received: from mx1.redhat.com ([209.132.183.28]:40978) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mm5JA-00045z-87 for qemu-devel@nongnu.org; Fri, 11 Sep 2009 08:32:56 -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 n8BCWtg4024807 for ; Fri, 11 Sep 2009 08:32:55 -0400 From: Gerd Hoffmann Date: Fri, 11 Sep 2009 14:32:23 +0200 Message-Id: <1252672351-12937-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 0/8] ide: convert to qdev. 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, Here is a patch series which starts the conversion of ide to qdev. It brings the core infrastructure and converts pci+isa ide adapters to qdev. Also some minor preparatory patches and bugfixes. cheers, Gerd