qemu-e2k/replay
Pavel Dovgalyuk 8b42704441 cpu: replay instructions sequence
This patch adds calls to replay functions into the icount setup block.
In record mode number of executed instructions is written to the log.
In replay mode number of istructions to execute is taken from the replay log.
When replayed instructions counter is expired qemu_notify_event()
function is called to wake up the iothread.

Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>

Signed-off-by: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
Message-Id: <20150917162405.8676.31890.stgit@PASHA-ISP.def.inno>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2015-11-05 12:19:09 +01:00
..
Makefile.objs replay: internal functions for replay log 2015-11-05 12:19:09 +01:00
replay-internal.c replay: introduce icount event 2015-11-05 12:19:09 +01:00
replay-internal.h replay: introduce icount event 2015-11-05 12:19:09 +01:00
replay.c cpu: replay instructions sequence 2015-11-05 12:19:09 +01:00