Re: [Qemu-devel] [RFC] Undeterministic behaviour with icount.

2013-07-18 Thread Frederic Konrad
On 10/07/2013 15:45, Paolo Bonzini wrote: Il 08/07/2013 19:32, Frederic Konrad ha scritto: Hi everybody, We get some issues with reverse execution caused by indeterminism. Something catched our attention: static void icount_warp_rt(void *opaque), cpus.c:276 We have the feeling that icount is

Re: [Qemu-devel] [RFC] Undeterministic behaviour with icount.

2013-07-10 Thread Paolo Bonzini
Il 08/07/2013 19:32, Frederic Konrad ha scritto: > Hi everybody, > > We get some issues with reverse execution caused by indeterminism. > > Something catched our attention: > static void icount_warp_rt(void *opaque), cpus.c:276 > > We have the feeling that icount is synchronized with rt_clock, i

[Qemu-devel] [RFC] Undeterministic behaviour with icount.

2013-07-08 Thread Frederic Konrad
Hi everybody, We get some issues with reverse execution caused by indeterminism. Something catched our attention: static void icount_warp_rt(void *opaque), cpus.c:276 We have the feeling that icount is synchronized with rt_clock, is that possible? According to this Paolo's series