summaryrefslogtreecommitdiff
path: root/replay/replay.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-12replay: don't process async events when warping the clockPavel Dovgalyuk1-1/+6
2018-03-12replay: avoid recursive call of checkpointsPavel Dovgalyuk1-1/+13
2018-03-12replay: push replay_mutex_lock up the call treeAlex Bennée1-21/+13
2018-03-12replay: don't destroy mutex at exitPavel Dovgalyuk1-1/+0
2018-03-12replay/replay.c: bump REPLAY_VERSION againAlex Bennée1-1/+1
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster1-1/+1
2017-05-23shutdown: Add source information to SHUTDOWN and RESETEric Blake1-2/+2
2017-05-23shutdown: Preserve shutdown cause through replayEric Blake1-3/+4
2017-04-10replay: assert time only goes forwardAlex Bennée1-0/+4
2017-03-28replay/replay.c: bump REPLAY_VERSIONAlex Bennée1-1/+1
2017-03-14qemu-timer: do not include sysemu/cpus.h from util/qemu-timer.hPaolo Bonzini1-0/+1
2017-01-27replay: save/load initial statePavel Dovgalyuk1-0/+5
2017-01-06record/replay: add network supportPavel Dovgalyuk1-1/+1
2016-09-27replay: vmstate for replay modulePavel Dovgalyuk1-0/+1
2016-09-27replay: move internal data to the structurePavel Dovgalyuk1-7/+8
2016-04-28replay: Fix dangling location bug in replay_configure()Markus Armbruster1-1/+2
2016-03-30replay: introduce block devices record/replayPavel Dovgalyuk1-1/+1
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-03-15replay: character devicesPavel Dovgalyuk1-1/+1
2016-02-19replay: Set error location properly when parsing optionsEduardo Habkost1-0/+10
2016-02-04all: Clean up includesPeter Maydell1-0/+1
2016-01-13error: Use error_reportf_err() where it makes obvious senseMarkus Armbruster1-2/+1
2015-11-06replay: command line optionsPavel Dovgalyuk1-0/+4
2015-11-06replay: replay blockers for devicesPavel Dovgalyuk1-0/+12
2015-11-06replay: initialization and deinitializationPavel Dovgalyuk1-0/+130
2015-11-06replay: checkpointsPavel Dovgalyuk1-0/+34
2015-11-06replay: shutdown eventPavel Dovgalyuk1-0/+14
2015-11-06replay: interrupts and exceptionsPavel Dovgalyuk1-0/+67
2015-11-05cpu: replay instructions sequencePavel Dovgalyuk1-0/+34
2015-11-05replay: introduce icount eventPavel Dovgalyuk1-0/+33
2015-11-05replay: global variables and function stubsPavel Dovgalyuk1-0/+14