replay: introduce icount event
commit26bc60ac82f88d14e65be5387eb4a136edf94f1b
authorPavel Dovgalyuk <Pavel.Dovgaluk@ispras.ru>
Thu, 17 Sep 2015 16:23:54 +0000 (17 19:23 +0300)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 5 Nov 2015 11:19:09 +0000 (5 12:19 +0100)
tree978afbc06fc76ae179e5a1fceab66439bc5eef05
parentc16861ef1b7b27803b4c068ef778ba0f80fba1c2
replay: introduce icount event

This patch adds icount event to the replay subsystem. This event corresponds
to execution of several instructions and used to synchronize input events
in the replay phase.

Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
Message-Id: <20150917162354.8676.31351.stgit@PASHA-ISP.def.inno>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
include/sysemu/replay.h
replay/replay-internal.c
replay/replay-internal.h
replay/replay.c