Re: [Qemu-devel] [PATCH] integratorcp: adding vmstate for save/restore

2017-02-03 Thread Peter Maydell
On 31 January 2017 at 11:43, Pavel Dovgalyuk wrote: > From: Pavel Dovgalyuk > > VMState added by this patch preserves correct > loading of the integratorcp device state. > > Signed-off-by: Pavel Dovgalyuk You don't need to set minimum_version_id_old (unless it's different from minimum_version_i

[Qemu-devel] [PATCH] integratorcp: adding vmstate for save/restore

2017-01-31 Thread Pavel Dovgalyuk
From: Pavel Dovgalyuk VMState added by this patch preserves correct loading of the integratorcp device state. Signed-off-by: Pavel Dovgalyuk --- hw/arm/integratorcp.c | 62 + 1 file changed, 62 insertions(+) diff --git a/hw/arm/integratorcp.c