qemu-patch-raspberry4/replay
Pavel Dovgalyuk 878ec29b9c replay: record and replay random number sources
Record/replay feature of icount allows deterministic running of execution
scenarios. Some CPUs and peripheral devices read random numbers from
external sources making deterministic execution impossible.
This patch adds recording and replaying of random read operations
into guest-random module, which is used by the virtual hardware.

Signed-off-by: Pavel Dovgalyuk <Pavel.Dovgaluk@ispras.ru>
Message-Id: <157675984852.14505.15709141760677102489.stgit@pasha-Precision-3630-Tower>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2020-01-07 12:08:39 +01:00
..
Makefile.objs replay: record and replay random number sources 2020-01-07 12:08:39 +01:00
replay-audio.c
replay-char.c
replay-events.c
replay-input.c
replay-internal.c
replay-internal.h replay: record and replay random number sources 2020-01-07 12:08:39 +01:00
replay-net.c
replay-random.c replay: record and replay random number sources 2020-01-07 12:08:39 +01:00
replay-snapshot.c
replay-time.c
replay.c replay: record and replay random number sources 2020-01-07 12:08:39 +01:00