Re: [Qemu-devel] [PATCH 0/7] icount migration and clock.

2014-08-01 Thread Paolo Bonzini
Il 01/08/2014 01:37, fred.kon...@greensocs.com ha scritto: > From: KONRAD Frederic > > Those are some icount patches required for reverse execution. > > It introduces an icount clock which is only growing with icount. > It allows QEMU to migrate icount so virtual clock is kept if the VM is > mi

[Qemu-devel] [PATCH 0/7] icount migration and clock.

2014-07-31 Thread fred . konrad
From: KONRAD Frederic Those are some icount patches required for reverse execution. It introduces an icount clock which is only growing with icount. It allows QEMU to migrate icount so virtual clock is kept if the VM is migrated in icount mode (which is mandatory for migration based snapshot).