From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MiOrX-0006k4-N9 for qemu-devel@nongnu.org; Tue, 01 Sep 2009 04:37:11 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MiOrS-0006il-PU for qemu-devel@nongnu.org; Tue, 01 Sep 2009 04:37:11 -0400 Received: from [199.232.76.173] (port=55323 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MiOrS-0006ii-LJ for qemu-devel@nongnu.org; Tue, 01 Sep 2009 04:37:06 -0400 Received: from mx1.redhat.com ([209.132.183.28]:5732) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MiOrS-0000CC-6K for qemu-devel@nongnu.org; Tue, 01 Sep 2009 04:37:06 -0400 Received: from int-mx03.intmail.prod.int.phx2.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.16]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n817uJJK015782 for ; Tue, 1 Sep 2009 03:56:20 -0400 From: Gerd Hoffmann Date: Tue, 1 Sep 2009 09:56:11 +0200 Message-Id: <1251791775-5358-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 0/4] integrate more device handling bits with 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, Short patch series to outline how qdev can help us to reduce the number of register_foo() calls in drivers. This is part one of the plan: move register_foo() calls to qdev code. Once all drivers are converted to qdev we maybe can do step two: Make todays users of the callback lists (qemu_system_reset for example) walk the qdev tree to find all reset handlers and drop the callback lists. cheers, Gerd