Re: [Qemu-devel] [RFC PATCH v3 02/13] migration: migrate icount fields.

2014-06-10 Thread Frederic Konrad
On 10/06/2014 08:20, Amit Shah wrote: On (Fri) 16 May 2014 [17:00:37], fred.kon...@greensocs.com wrote: From: KONRAD Frederic This fixes a bug where qemu_icount and qemu_icount_bias are not migrated. It adds a subsection "timer/icount" to vmstate_timers so icount is migrated only when needed.

Re: [Qemu-devel] [RFC PATCH v3 02/13] migration: migrate icount fields.

2014-06-09 Thread Amit Shah
On (Fri) 16 May 2014 [17:00:37], fred.kon...@greensocs.com wrote: > From: KONRAD Frederic > > This fixes a bug where qemu_icount and qemu_icount_bias are not migrated. > It adds a subsection "timer/icount" to vmstate_timers so icount is migrated > only > when needed. > > Signed-off-by: KONRAD F

[Qemu-devel] [RFC PATCH v3 02/13] migration: migrate icount fields.

2014-05-16 Thread fred . konrad
From: KONRAD Frederic This fixes a bug where qemu_icount and qemu_icount_bias are not migrated. It adds a subsection "timer/icount" to vmstate_timers so icount is migrated only when needed. Signed-off-by: KONRAD Frederic --- cpus.c | 28 1 file changed, 28 insertio