qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Deterministic replay


From: Paul Brook
Subject: Re: [Qemu-devel] Deterministic replay
Date: Wed, 22 Dec 2010 12:35:13 +0000
User-agent: KMail/1.13.5 (Linux/2.6.36-trunk-amd64; KDE/4.4.5; x86_64; ; )

> 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 and this flag is checked before every instruction in the
> translated code.

You don't need to do this. A much better solution is to not use the host timer 
at all. See -icount.

Paul



reply via email to

[Prev in Thread] Current Thread [Next in Thread]