RE: [Qemu-devel] Deterministic replay

2010-12-22 Thread Pavel Dovgaluk
> > I am working on implementation of deteministic execution replay > technology > > for Qemu. It should be similar to VMWare's replay debugging. > > > > To make alarm timer (which invokes host_alarm_handler function) > > determinisic, I changed it's behavior: it sets flag, that execution > shoul

Re: [Qemu-devel] Deterministic replay

2010-12-22 Thread Paul Brook
> Hello. > > I am working on implementation of deteministic execution replay technology > for Qemu. It should be similar to VMWare's replay debugging. > > To make alarm timer (which invokes host_alarm_handler function) > determinisic, I changed it's behavior: it sets flag, that execution should

[Qemu-devel] Deterministic replay

2010-12-22 Thread Pavel Dovgaluk
Hello. I am working on implementation of deteministic execution replay technology for Qemu. It should be similar to VMWare's replay debugging. To make alarm timer (which invokes host_alarm_handler function) determinisic, I changed it's behavior: it sets flag, that execution should be stopped a