From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MLZbT-0008FT-4x for qemu-devel@nongnu.org; Tue, 30 Jun 2009 05:26:15 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MLZbP-0008CU-2e for qemu-devel@nongnu.org; Tue, 30 Jun 2009 05:26:14 -0400 Received: from [199.232.76.173] (port=57896 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MLZbN-0008C0-VR for qemu-devel@nongnu.org; Tue, 30 Jun 2009 05:26:10 -0400 Received: from mx2.redhat.com ([66.187.237.31]:44726) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MLZbM-0001u8-O1 for qemu-devel@nongnu.org; Tue, 30 Jun 2009 05:26: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 n5U9Q8Aj005970 for ; Tue, 30 Jun 2009 05:26:08 -0400 From: Gerd Hoffmann Date: Tue, 30 Jun 2009 11:25:54 +0200 Message-Id: <1246353962-32308-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 0/7] qdev patches, batch #1 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, This is a respin of my qdev patches. Rebased after anthony merged tons of patches last night. As requested this is the first batch only, featuring the qdev groundwork. The pci sound driver conversion to qdev is included as well as it is pretty straigtforward and should be rather uncontroversial. cheers, Gerd