qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/8] Add save/restore support to ARM versatilepb dev


From: Peter Maydell
Subject: [Qemu-devel] [PATCH 0/8] Add save/restore support to ARM versatilepb devices
Date: Thu, 23 Dec 2010 17:19:50 +0000

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]