From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=39975 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PVopl-0005Ao-Bn for qemu-devel@nongnu.org; Thu, 23 Dec 2010 12:20:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PVopj-0003dK-MT for qemu-devel@nongnu.org; Thu, 23 Dec 2010 12:20:09 -0500 Received: from mnementh.archaic.org.uk ([81.2.115.146]:41349) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PVopj-0003bQ-BV for qemu-devel@nongnu.org; Thu, 23 Dec 2010 12:20:07 -0500 Received: from pm215 by mnementh.archaic.org.uk with local (Exim 4.69) (envelope-from ) id 1PVopa-0001OV-3l for qemu-devel@nongnu.org; Thu, 23 Dec 2010 17:19:58 +0000 From: Peter Maydell Date: Thu, 23 Dec 2010 17:19:50 +0000 Message-Id: <1293124798-5335-1-git-send-email-peter.maydell@linaro.org> Subject: [Qemu-devel] [PATCH 0/8] Add save/restore support to ARM versatilepb devices List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org This patchset adds save/restore support to the devices used by the ARM versatilepb board which didn't already support it. I did this in line with docs/migration.txt, and it seems to work OK. I'd appreciate some review from somebody with a better grasp of the APIs, though :-) In particular, am I saving the uint8_t data[NUM_PACKETS][2048] array in stc91c111 in the right way? Peter Maydell (8): pl190: Implement save/restore vpb_sic: Implement save/restore arm_sysctl: Implement save/restore pl050: Implement save/restore pl031: Implement save/restore pl110: Implement save/restore pl080: Implement save/restore stc91c111: Implement save/restore hw/arm_sysctl.c | 17 +++++++++++++++ hw/pl031.c | 25 ++++++++++++++++++++++- hw/pl050.c | 35 +++++++++++++++++++++++++++---- hw/pl080.c | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++-- hw/pl110.c | 44 +++++++++++++++++++++++++++++++++++++--- hw/pl190.c | 36 +++++++++++++++++++++++++++++--- hw/smc91c111.c | 30 +++++++++++++++++++++++++++ hw/versatilepb.c | 24 +++++++++++++++++++-- 8 files changed, 249 insertions(+), 20 deletions(-)