summaryrefslogtreecommitdiffstats
path: root/replay
Commit message (Expand)AuthorAgeFilesLines
...
* replay: Exit on errors reading from replay logPeter Maydell2018-11-081-3/+13
* replay: pass raw icount value to replay_save_clockPaolo Bonzini2018-10-193-13/+22
* replay: don't process events at virtual clock checkpointPavel Dovgalyuk2018-10-192-1/+9
* replay: allow loading any snapshots before recordingPavel Dovgalyuk2018-10-021-5/+12
* replay: flush events when exitingPavel Dovgalyuk2018-10-022-15/+1Star
* replay: wake up vCPU when replayingPavel Dovgalyuk2018-10-021-0/+12
* trivial: Make bios files and source files non-executableThomas Huth2018-09-251-0/+0
* replay: save vmstate of the asynchronous eventsPavel Dovgalyuk2018-03-123-23/+30
* replay: don't process async events when warping the clockPavel Dovgalyuk2018-03-122-1/+7
* replay: avoid recursive call of checkpointsPavel Dovgalyuk2018-03-121-1/+13
* replay: check return values of fwritePavel Dovgalyuk2018-03-121-2/+15
* replay: push replay_mutex_lock up the call treeAlex Bennée2018-03-126-70/+53Star
* replay: don't destroy mutex at exitPavel Dovgalyuk2018-03-123-7/+0Star
* replay: make locking visible outside replay codeAlex Bennée2018-03-122-4/+4
* replay/replay-internal.c: track holding of replay_lockAlex Bennée2018-03-121-0/+11
* replay/replay.c: bump REPLAY_VERSION againAlex Bennée2018-03-122-2/+2
* replay: save prior value of the host clockPavel Dovgalyuk2018-03-122-0/+5
* replay: fix save/load vm for non-empty queuePavel Dovgalyuk2018-03-121-0/+6
* replay: fixed replay_enable_eventsPavel Dovgalyuk2018-03-121-3/+5
* replay: fix processing async eventsPavel Dovgalyuk2018-03-121-2/+2
* Include less of the generated modular QAPI headersMarkus Armbruster2018-03-021-0/+1
* Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster2018-02-091-1/+1
* Include qapi/error.h exactly where neededMarkus Armbruster2018-02-091-1/+0Star
* migration: pre_save return intDr. David Alan Gilbert2017-09-271-1/+3
* Merge remote-tracking branch 'remotes/elmarco/tags/chrfe-pull-request' into s...Peter Maydell2017-06-051-1/+1
|\
| * chardev: move headers to include/chardevMarc-André Lureau2017-06-021-1/+1
* | migration: Create include for migration snapshotsJuan Quintela2017-06-011-2/+3
|/
* shutdown: Add source information to SHUTDOWN and RESETEric Blake2017-05-231-2/+2
* shutdown: Preserve shutdown cause through replayEric Blake2017-05-232-4/+6
* migration: Pass Error ** argument to {save,load}_vmstateJuan Quintela2017-05-171-2/+6
* monitor: Remove monitor parameter from save_vmstateJuan Quintela2017-05-041-1/+1
* replay: assert time only goes forwardAlex Bennée2017-04-102-0/+8
* replay/replay.c: bump REPLAY_VERSIONAlex Bennée2017-03-281-1/+1
* qemu-timer: do not include sysemu/cpus.h from util/qemu-timer.hPaolo Bonzini2017-03-141-0/+1
* replay: add record/replay for audio passthroughPavel Dovgalyuk2017-03-013-0/+84
* char: rename CharDriverState ChardevMarc-André Lureau2017-01-271-4/+4
* replay: save/load initial statePavel Dovgalyuk2017-01-272-0/+22
* record/replay: add network supportPavel Dovgalyuk2017-01-065-1/+125
* replay: allow replay stopping and restartingPavel Dovgalyuk2016-09-273-2/+13
* replay: vmstate for replay modulePavel Dovgalyuk2016-09-274-0/+71
* replay: move internal data to the structurePavel Dovgalyuk2016-09-275-23/+24
* replay: Use new QAPI cloningEric Blake2016-07-061-27/+3Star
* qapi: Add new visit_complete() functionEric Blake2016-07-061-4/+2Star
* qmp-output-visitor: Favor new visit_free() functionEric Blake2016-07-061-1/+1
* qmp-input-visitor: Favor new visit_free() functionEric Blake2016-07-061-4/+2Star
* replay: Clean up includesPeter Maydell2016-06-071-4/+0Star
* qapi: Use strict QMP input visitor in more placesEric Blake2016-05-121-1/+1
* qapi: Consolidate QMP input visitor creationEric Blake2016-05-121-1/+1
* replay: Fix dangling location bug in replay_configure()Markus Armbruster2016-04-281-1/+2
* replay: introduce block devices record/replayPavel Dovgalyuk2016-03-303-1/+22