Re: [Qemu-devel] [PATCH 06/10] vmstate: add VMSTATE_TIMER_V

2012-08-02 Thread Paolo Bonzini
Il 02/08/2012 10:56, Juan Quintela ha scritto: >> > @@ -503,8 +503,11 @@ extern const VMStateInfo vmstate_info_unused_buffer; >> > #define VMSTATE_TIMER_TEST(_f, _s, _test) \ >> > VMSTATE_POINTER_TEST(_f, _s, _test, vmstate_info_timer, QEMUTimer *) >> > >> > +#de

Re: [Qemu-devel] [PATCH 06/10] vmstate: add VMSTATE_TIMER_V

2012-08-02 Thread Juan Quintela
Paolo Bonzini wrote: > Also, for consistency with other occurrences, implement VMSTATE_TIMER > as a special case of VMSTATE_TIMER_V rather than VMSTATE_TIMER_TEST. > > Signed-off-by: Paolo Bonzini > --- > vmstate.h |5 - > 1 file changed, 4 insertions(+), 1 deletion(-) > > diff --git a/v