Re: [Qemu-devel] [RFC PATCH v3 12/49] mc146818rtc: add missed field to vmstate

2014-07-31 Thread Paolo Bonzini
Il 31/07/2014 14:54, Pavel Dovgalyuk ha scritto: > This patch adds irq_reinject_on_ack_count field to VMState to allow correct > saving/loading the state of MC146818 RTC. > > Signed-off-by: Pavel Dovgalyuk > --- > hw/timer/mc146818rtc.c | 34 +- > 1 files change

[Qemu-devel] [RFC PATCH v3 12/49] mc146818rtc: add missed field to vmstate

2014-07-31 Thread Pavel Dovgalyuk
This patch adds irq_reinject_on_ack_count field to VMState to allow correct saving/loading the state of MC146818 RTC. Signed-off-by: Pavel Dovgalyuk --- hw/timer/mc146818rtc.c | 34 +- 1 files changed, 33 insertions(+), 1 deletions(-) diff --git a/hw/timer/mc14