qemu/replay
Pavel Dovgalyuk c16861ef1b replay: introduce mutex to protect the replay log
This mutex will protect read/write operations for replay log.
Using mutex is necessary because most of the events consist of
several fields stored in the log. The mutex will help to avoid races.

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

Signed-off-by: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
Message-Id: <20150917162348.8676.8628.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 mutex to protect the replay log 2015-11-05 12:19:09 +01:00
replay-internal.h replay: introduce mutex to protect the replay log 2015-11-05 12:19:09 +01:00
replay.c