qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/8] Add save/restore support to ARM versatilepb devices
@ 2010-12-23 17:19 Peter Maydell
  2010-12-23 17:19 ` [Qemu-devel] [PATCH 1/8] pl190: Implement save/restore Peter Maydell
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Peter Maydell @ 2010-12-23 17:19 UTC (permalink / raw)
  To: qemu-devel

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

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2011-01-20 11:44 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-23 17:19 [Qemu-devel] [PATCH 0/8] Add save/restore support to ARM versatilepb devices Peter Maydell
2010-12-23 17:19 ` [Qemu-devel] [PATCH 1/8] pl190: Implement save/restore Peter Maydell
2010-12-23 17:19 ` [Qemu-devel] [PATCH 2/8] vpb_sic: " Peter Maydell
2010-12-23 17:19 ` [Qemu-devel] [PATCH 3/8] arm_sysctl: " Peter Maydell
2010-12-23 17:19 ` [Qemu-devel] [PATCH 4/8] pl050: " Peter Maydell
2010-12-23 17:19 ` [Qemu-devel] [PATCH 5/8] pl031: " Peter Maydell
2010-12-23 17:19 ` [Qemu-devel] [PATCH 6/8] pl110: " Peter Maydell
2010-12-23 17:19 ` [Qemu-devel] [PATCH 7/8] pl080: " Peter Maydell
2010-12-23 17:19 ` [Qemu-devel] [PATCH 8/8] stc91c111: " Peter Maydell
2011-01-12 12:33 ` [Qemu-devel] [PATCH 0/8] Add save/restore support to ARM versatilepb devices Peter Maydell
2011-01-20 11:44 ` Aurelien Jarno

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).