Re: [Qemu-devel] [RFC PATCH v5 23/31] cpus: make icount warp deterministic in replay mode

2014-11-26 Thread Paolo Bonzini
On 26/11/2014 11:40, Pavel Dovgalyuk wrote: > This patch adds saving and replaying warping parameters in record and replay > modes. These parameters affect on virtual clock values and therefore should > be deterministic. > > Signed-off-by: Pavel Dovgalyuk I think this makes warping behave bett

[Qemu-devel] [RFC PATCH v5 23/31] cpus: make icount warp deterministic in replay mode

2014-11-26 Thread Pavel Dovgalyuk
This patch adds saving and replaying warping parameters in record and replay modes. These parameters affect on virtual clock values and therefore should be deterministic. Signed-off-by: Pavel Dovgalyuk --- cpus.c | 14 +++--- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git