qemu-e2k/replay
Pavel Dovgalyuk 63785678f3 replay: introduce block devices record/replay
This patch introduces block driver that implement recording
and replaying of block devices' operations.
All block completion operations are added to the queue.
Queue is flushed at checkpoints and information about processed requests
is recorded to the log. In replay phase the queue is matched with
events read from the log. Therefore block devices requests are processed
deterministically.

Signed-off-by: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
[ kwolf: Rebased onto modified and already applied part of the series ]
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
2016-03-30 12:15:57 +02:00
..
Makefile.objs replay: character devices 2016-03-15 18:23:40 +01:00
replay-char.c replay: character devices 2016-03-15 18:23:40 +01:00
replay-events.c replay: introduce block devices record/replay 2016-03-30 12:15:57 +02:00
replay-input.c include/qemu/osdep.h: Don't include qapi/error.h 2016-03-22 22:20:15 +01:00
replay-internal.c all: Clean up includes 2016-02-04 17:41:30 +00:00
replay-internal.h replay: introduce block devices record/replay 2016-03-30 12:15:57 +02:00
replay-time.c all: Clean up includes 2016-02-04 17:41:30 +00:00
replay.c replay: introduce block devices record/replay 2016-03-30 12:15:57 +02:00