On Thu, Dec 23, 2010 at 05:19:50PM +0000, Peter Maydell wrote: > 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(-) >
I don't really know this part of QEMU, but given nobody really wants to review these patches and given they look ok, I have applied them. It's better than leaving them bitrotting on the mailing list. -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurel...@aurel32.net http://www.aurel32.net