Re: [Qemu-devel] [RFC] save/restore with icount enabled.

2013-05-15 Thread Paolo Bonzini
Il 15/05/2013 15:35, KONRAD Frédéric ha scritto: > On 15/05/2013 14:50, Paolo Bonzini wrote: >> Il 15/05/2013 11:31, KONRAD Frédéric ha scritto: >>> Hi, >>> >>> We are trying to do a simple save/restore on the VM with icount enabled. >>> >>> We saw that qemu_icount_bias and qemu_icount in cpus.c ar

Re: [Qemu-devel] [RFC] save/restore with icount enabled.

2013-05-15 Thread KONRAD Frédéric
On 15/05/2013 14:50, Paolo Bonzini wrote: Il 15/05/2013 11:31, KONRAD Frédéric ha scritto: Hi, We are trying to do a simple save/restore on the VM with icount enabled. We saw that qemu_icount_bias and qemu_icount in cpus.c are not saved/restored, and icount_extra, icount_decr in CPUState neith

Re: [Qemu-devel] [RFC] save/restore with icount enabled.

2013-05-15 Thread Paolo Bonzini
Il 15/05/2013 11:31, KONRAD Frédéric ha scritto: > Hi, > > We are trying to do a simple save/restore on the VM with icount enabled. > > We saw that qemu_icount_bias and qemu_icount in cpus.c are not > saved/restored, > and icount_extra, icount_decr in CPUState neither, so the vm_clock is just > g

[Qemu-devel] [RFC] save/restore with icount enabled.

2013-05-15 Thread KONRAD Frédéric
Hi, We are trying to do a simple save/restore on the VM with icount enabled. We saw that qemu_icount_bias and qemu_icount in cpus.c are not saved/restored, and icount_extra, icount_decr in CPUState neither, so the vm_clock is just growing normally after restoring the VM is that normal? We thi