qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/2] arm_gic: convert to vmstate
@ 2013-03-18 17:47 Peter Maydell
  2013-03-18 17:47 ` [Qemu-devel] [PATCH v2 1/2] arm_gic: Fix sizes of state fields in preparation for vmstate support Peter Maydell
  2013-03-18 17:47 ` [Qemu-devel] [PATCH v2 2/2] hw/arm_gic_common: Use vmstate struct rather than save/load functions Peter Maydell
  0 siblings, 2 replies; 10+ messages in thread
From: Peter Maydell @ 2013-03-18 17:47 UTC (permalink / raw)
  To: qemu-devel; +Cc: Andreas Färber, patches

Convert the arm_gic save/load support from hand-coded save/load functions
to use VMState. This seems like a good thing to do before we get to the
point with KVM/ARM that we need to start supporting between-version
migration...

Changes v1->v2:
 * fix true/false mixup that stopped armv7m from booting

Peter Maydell (2):
  arm_gic: Fix sizes of state fields in preparation for vmstate support
  hw/arm_gic_common: Use vmstate struct rather than save/load functions

 hw/arm_gic_common.c   |  113 +++++++++++++++++++------------------------------
 hw/arm_gic_internal.h |   42 +++++++++---------
 hw/armv7m_nvic.c      |    4 +-
 3 files changed, 67 insertions(+), 92 deletions(-)

-- 
1.7.9.5

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

end of thread, other threads:[~2013-03-19 10:57 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-18 17:47 [Qemu-devel] [PATCH v2 0/2] arm_gic: convert to vmstate Peter Maydell
2013-03-18 17:47 ` [Qemu-devel] [PATCH v2 1/2] arm_gic: Fix sizes of state fields in preparation for vmstate support Peter Maydell
     [not found]   ` <51476E81.8000904@gmail.com>
2013-03-18 19:46     ` Igor Mitsyanko
2013-03-19 10:53   ` Andreas Färber
2013-03-18 17:47 ` [Qemu-devel] [PATCH v2 2/2] hw/arm_gic_common: Use vmstate struct rather than save/load functions Peter Maydell
     [not found]   ` <51476DD1.6070705@gmail.com>
2013-03-18 19:48     ` Igor Mitsyanko
2013-03-18 20:20       ` Peter Maydell
2013-03-18 20:43         ` Igor Mitsyanko
2013-03-19  7:14           ` Gerd Hoffmann
2013-03-19 10:57           ` Andreas Färber

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