From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MePXH-0006d9-3r for qemu-devel@nongnu.org; Fri, 21 Aug 2009 04:31:47 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MePXC-0006av-Bj for qemu-devel@nongnu.org; Fri, 21 Aug 2009 04:31:46 -0400 Received: from [199.232.76.173] (port=38066 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MePXC-0006as-8P for qemu-devel@nongnu.org; Fri, 21 Aug 2009 04:31:42 -0400 Received: from oxygen.pond.sub.org ([213.239.205.148]:38613) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MePXB-0007KZ-Dd for qemu-devel@nongnu.org; Fri, 21 Aug 2009 04:31:41 -0400 Received: from pike.pond.sub.org (pD9E39621.dip.t-dialin.net [217.227.150.33]) by oxygen.pond.sub.org (Postfix) with ESMTPA id 0452E276D2B for ; Fri, 21 Aug 2009 10:31:40 +0200 (CEST) From: Markus Armbruster Date: Fri, 21 Aug 2009 10:31:31 +0200 Message-Id: <1250843494-28326-1-git-send-email-armbru@redhat.com> Subject: [Qemu-devel] [PATCH 0/3] qdev: clean up & convert watchdogs List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org This series convers the watchdog devices to qdev. Markus Armbruster (3): Move watchdog, watchdog_action, give them internal linkage Clean up upcast from PCIDevice to I6300State qdev: convert watchdogs Makefile.target | 6 +++--- hw/pc.c | 2 -- hw/watchdog.c | 34 +++++++++++++++------------------- hw/watchdog.h | 22 ---------------------- hw/wdt_i6300esb.c | 38 ++++++++++++++++++-------------------- hw/wdt_ib700.c | 18 ++++++++++++------ vl.c | 20 +++++++++++++------- 7 files changed, 61 insertions(+), 79 deletions(-)