Re: [Qemu-devel] [PATCH 4/4] vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*

2015-01-15 Thread Paolo Bonzini
On 15/01/2015 10:04, Amit Shah wrote: > >> > diff --git a/include/migration/vmstate.h b/include/migration/vmstate.h >> > index e45fc49..55ba584 100644 >> > --- a/include/migration/vmstate.h >> > +++ b/include/migration/vmstate.h >> > @@ -642,17 +642,29 @@ extern const VMStateInfo vmstate_info_bi

Re: [Qemu-devel] [PATCH 4/4] vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*

2015-01-15 Thread Amit Shah
On (Thu) 08 Jan 2015 [11:03:28], Paolo Bonzini wrote: > Old users of VMSTATE_TIMER* are mechanically changed to VMSTATE_TIMER_PTR > variants. > > Signed-off-by: Paolo Bonzini > diff --git a/include/migration/vmstate.h b/include/migration/vmstate.h > index e45fc49..55ba584 100644 > --- a/include

[Qemu-devel] [PATCH 4/4] vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*

2015-01-08 Thread Paolo Bonzini
Old users of VMSTATE_TIMER* are mechanically changed to VMSTATE_TIMER_PTR variants. Signed-off-by: Paolo Bonzini --- hw/acpi/ich9.c | 2 +- hw/acpi/piix4.c | 2 +- hw/arm/stellaris.c | 2 +- hw/block/fdc.c | 2 +- hw/char/cadence_uart.c |