From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MyDSN-0004i7-Sh for qemu-devel@nongnu.org; Wed, 14 Oct 2009 19:40:35 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MyDSJ-0004ax-9V for qemu-devel@nongnu.org; Wed, 14 Oct 2009 19:40:35 -0400 Received: from [199.232.76.173] (port=41473 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MyDSJ-0004aj-4W for qemu-devel@nongnu.org; Wed, 14 Oct 2009 19:40:31 -0400 Received: from mx1.redhat.com ([209.132.183.28]:1025) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MyDSI-0003Ur-MY for qemu-devel@nongnu.org; Wed, 14 Oct 2009 19:40:30 -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 n9ENeTqK012444 for ; Wed, 14 Oct 2009 19:40:29 -0400 From: Juan Quintela Date: Thu, 15 Oct 2009 01:39:56 +0200 Message-Id: Subject: [Qemu-devel] [PATCH 0/6] Port of watchdogs to vmstate List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: rjones@redhat.com In this series: - port i6300esb to vmstate - minor cleanups of i6300esb - create IB700State for ib700 - port ib700 to vmstate Juan Quintela (6): wdt_i6300esb: port to vmstate wdt_i6300esb: remove useless casts from void * wdt_i6300esb: move PCI_DEVICE_IDE_INTEL_ESB_9 to pci_ids.h ib700: Introduce IB700State ib700: move timer to IB700State ib700: port to vmstate hw/pci_ids.h | 1 + hw/wdt_i6300esb.c | 81 ++++++++++++++++++---------------------------------- hw/wdt_ib700.c | 53 +++++++++++++++++++--------------- 3 files changed, 59 insertions(+), 76 deletions(-)