On 31/10/2017 12:25, Pavel Dovgalyuk wrote: > + VMSTATE_INT64(vm_clock_warp_start, TimersState),
This should be part of the icount_vmstate_warp_timer subsection. Paolo > VMSTATE_END_OF_LIST() > + }, > + .subsections = (const VMStateDescription*[]) { > + &icount_vmstate_warp_timer, > + &icount_vmstate_adjust_timers, > + NULL > } > }; >