From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MHgv9-0003Y8-DK for qemu-devel@nongnu.org; Fri, 19 Jun 2009 12:26:31 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MHgv4-0003Rq-V9 for qemu-devel@nongnu.org; Fri, 19 Jun 2009 12:26:30 -0400 Received: from [199.232.76.173] (port=59549 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MHgv4-0003Ri-Ja for qemu-devel@nongnu.org; Fri, 19 Jun 2009 12:26:26 -0400 Received: from mx20.gnu.org ([199.232.41.8]:37622) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MHgv4-0006X3-B9 for qemu-devel@nongnu.org; Fri, 19 Jun 2009 12:26:26 -0400 Received: from mail.codesourcery.com ([65.74.133.4]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MHgv2-0006LT-KS for qemu-devel@nongnu.org; Fri, 19 Jun 2009 12:26:24 -0400 From: Paul Brook Subject: Re: [Qemu-devel] [PATCH 0/10] qdev patches. Date: Fri, 19 Jun 2009 17:26:19 +0100 References: <1245243565-24807-1-git-send-email-kraxel@redhat.com> In-Reply-To: <1245243565-24807-1-git-send-email-kraxel@redhat.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200906191726.19934.paul@codesourcery.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann > The other patches switch over various drivers and busses to qdev. They > depend on the first two patches. The conversion work is far from being > completed. Currently my main focus is on getting all devices into the > qdev tree. Most drivers are not (yet) in a state where creating them > from a fdt can actually work though. IMHO the patches are useful > nevertheless. YMMV, feel free to cherry-pick some of the patches only. I'm not so convinced. I don't see much value in "dummy" conversion that still requires use of the old APIs to create devices. Paul