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(-)