From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MnDo9-0004bA-NZ for qemu-devel@nongnu.org; Mon, 14 Sep 2009 11:49:37 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MnDo3-0004UU-8h for qemu-devel@nongnu.org; Mon, 14 Sep 2009 11:49:36 -0400 Received: from [199.232.76.173] (port=54812 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MnDo3-0004UO-38 for qemu-devel@nongnu.org; Mon, 14 Sep 2009 11:49:31 -0400 Received: from mx1.redhat.com ([209.132.183.28]:2247) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MnDo2-0007UW-HN for qemu-devel@nongnu.org; Mon, 14 Sep 2009 11:49:30 -0400 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 n8EFnTn0028748 for ; Mon, 14 Sep 2009 11:49:29 -0400 From: Gerd Hoffmann Date: Mon, 14 Sep 2009 17:49:15 +0200 Message-Id: <1252943364-32705-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 0/9] 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. v2 changes: * check qdev_init for failure. * move whitespace changes to separate patch. * drop some needless code reorderings. cheers, Gerd