summaryrefslogtreecommitdiffstats
path: root/replay
Commit message (Expand)AuthorAgeFilesLines
* 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
* replay: fix error messagePavel Dovgalyuk2016-03-301-1/+1
* replay: bh scheduling fixPavel Dovgalyuk2016-03-301-1/+1
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-222-0/+2
* qapi: Don't special-case simple union wrappersEric Blake2016-03-181-22/+22
* replay: character devicesPavel Dovgalyuk2016-03-155-4/+202
* ui: Shorten references into InputEventEric Blake2016-03-051-12/+19
* all: Clean up includesPeter Maydell2016-02-231-1/+0Star
* replay: Set error location properly when parsing optionsEduardo Habkost2016-02-191-0/+10
* qapi: Swap visit_* arguments for consistent 'name' placementEric Blake2016-02-081-2/+2
* all: Clean up includesPeter Maydell2016-02-045-0/+5
* error: Use error_reportf_err() where it makes obvious senseMarkus Armbruster2016-01-131-2/+1Star
* qapi: Don't let implicit enum MAX member collideEric Blake2015-12-171-4/+4
* replay: recording of the user inputPavel Dovgalyuk2015-11-064-0/+207
* replay: command line optionsPavel Dovgalyuk2015-11-061-0/+4
* replay: replay blockers for devicesPavel Dovgalyuk2015-11-061-0/+12
* replay: initialization and deinitializationPavel Dovgalyuk2015-11-062-0/+132
* replay: ptimerPavel Dovgalyuk2015-11-062-3/+23
* replay: checkpointsPavel Dovgalyuk2015-11-062-0/+38
* replay: shutdown eventPavel Dovgalyuk2015-11-062-0/+16
* replay: recording and replaying clock ticksPavel Dovgalyuk2015-11-063-0/+76
* replay: asynchronous events infrastructurePavel Dovgalyuk2015-11-063-0/+257
* replay: interrupts and exceptionsPavel Dovgalyuk2015-11-062-0/+71
* cpu: replay instructions sequencePavel Dovgalyuk2015-11-051-0/+34