qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH v2 0/2] arm_gic: convert to vmstate


From: Peter Maydell
Subject: [Qemu-devel] [PATCH v2 0/2] arm_gic: convert to vmstate
Date: Mon, 18 Mar 2013 17:47:43 +0000

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




reply via email to

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