replay: interrupts and exceptions
commit6f0609697f3670bf755a91477487507a8ffee471
authorPavel Dovgalyuk <Pavel.Dovgaluk@ispras.ru>
Thu, 17 Sep 2015 16:24:16 +0000 (17 19:24 +0300)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 6 Nov 2015 09:16:00 +0000 (6 10:16 +0100)
tree675e4469cbeb2832fd1e9135bf7db7bfd3dfa65b
parent8b42704441865611a5ee241ac9fc5cabc47a079b
replay: interrupts and exceptions

This patch includes modifications of common cpu files. All interrupts and
exceptions occured during recording are written into the replay log.
These events allow correct replaying the execution by kicking cpu thread
when one of these events is found in the log.

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