From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mi476-0005Es-DU for qemu-devel@nongnu.org; Mon, 31 Aug 2009 06:27:52 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mi471-0005DK-9I for qemu-devel@nongnu.org; Mon, 31 Aug 2009 06:27:52 -0400 Received: from [199.232.76.173] (port=56571 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mi471-0005DF-50 for qemu-devel@nongnu.org; Mon, 31 Aug 2009 06:27:47 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48208) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mi470-0003Ux-J2 for qemu-devel@nongnu.org; Mon, 31 Aug 2009 06:27:46 -0400 Received: from int-mx05.intmail.prod.int.phx2.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.18]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n7VARj9W009478 for ; Mon, 31 Aug 2009 06:27:45 -0400 From: Gerd Hoffmann Date: Mon, 31 Aug 2009 12:27:34 +0200 Message-Id: <1251714459-2467-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 0/5] qdev: device capabilities 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 patch series adds device capabilities to qdev devices. First patch adds the infrastructure, next patches add the capabilities. New member of this patch series is #5 which adds a watchdog capability and uses it to kill the superfluous private driver list in watchdog.c. Individual patches have more detailed descriptions. cheers, Gerd