On 23 October 2017 at 10:38, Matt <matta...@gmail.com> wrote: > I did not know about Qemu's record/replay mode which is an interesting > feature but unneeded if a 2nd qemu run with the same inputs generated > the same outputs (as it's the case with DCE).
Depends what you're trying to do. Deterministic execution is a prerequisite for record-and-replay, and sometimes determinism is all you need, but record-and-replay can provide more than that. thanks -- PMM