summaryrefslogtreecommitdiff
path: root/replay
AgeCommit message (Expand)AuthorFilesLines
2017-09-27migration: pre_save return intDr. David Alan Gilbert1-1/+3
2017-06-05Merge remote-tracking branch 'remotes/elmarco/tags/chrfe-pull-request' into s...Peter Maydell1-1/+1
2017-06-02chardev: move headers to include/chardevMarc-André Lureau1-1/+1
2017-06-01migration: Create include for migration snapshotsJuan Quintela1-2/+3
2017-05-23shutdown: Add source information to SHUTDOWN and RESETEric Blake1-2/+2
2017-05-23shutdown: Preserve shutdown cause through replayEric Blake2-4/+6
2017-05-17migration: Pass Error ** argument to {save,load}_vmstateJuan Quintela1-2/+6
2017-05-04monitor: Remove monitor parameter from save_vmstateJuan Quintela1-1/+1
2017-04-10replay: assert time only goes forwardAlex Bennée2-0/+8
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-03-01replay: add record/replay for audio passthroughPavel Dovgalyuk3-0/+84
2017-01-27char: rename CharDriverState ChardevMarc-André Lureau1-4/+4
2017-01-27replay: save/load initial statePavel Dovgalyuk2-0/+22
2017-01-06record/replay: add network supportPavel Dovgalyuk5-1/+125
2016-09-27replay: allow replay stopping and restartingPavel Dovgalyuk3-2/+13
2016-09-27replay: vmstate for replay modulePavel Dovgalyuk4-0/+71
2016-09-27replay: move internal data to the structurePavel Dovgalyuk5-23/+24
2016-07-06replay: Use new QAPI cloningEric Blake1-27/+3
2016-07-06qapi: Add new visit_complete() functionEric Blake1-4/+2
2016-07-06qmp-output-visitor: Favor new visit_free() functionEric Blake1-1/+1
2016-07-06qmp-input-visitor: Favor new visit_free() functionEric Blake1-4/+2
2016-06-07replay: Clean up includesPeter Maydell1-4/+0
2016-05-12qapi: Use strict QMP input visitor in more placesEric Blake1-1/+1
2016-05-12qapi: Consolidate QMP input visitor creationEric Blake1-1/+1
2016-04-28replay: Fix dangling location bug in replay_configure()Markus Armbruster1-1/+2
2016-03-30replay: introduce block devices record/replayPavel Dovgalyuk3-1/+22
2016-03-30replay: fix error messagePavel Dovgalyuk1-1/+1
2016-03-30replay: bh scheduling fixPavel Dovgalyuk1-1/+1
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2-0/+2
2016-03-18qapi: Don't special-case simple union wrappersEric Blake1-22/+22
2016-03-15replay: character devicesPavel Dovgalyuk5-4/+202
2016-03-05ui: Shorten references into InputEventEric Blake1-12/+19
2016-02-23all: Clean up includesPeter Maydell1-1/+0
2016-02-19replay: Set error location properly when parsing optionsEduardo Habkost1-0/+10
2016-02-08qapi: Swap visit_* arguments for consistent 'name' placementEric Blake1-2/+2
2016-02-04all: Clean up includesPeter Maydell5-0/+5
2016-01-13error: Use error_reportf_err() where it makes obvious senseMarkus Armbruster1-2/+1
2015-12-17qapi: Don't let implicit enum MAX member collideEric Blake1-4/+4
2015-11-06replay: recording of the user inputPavel Dovgalyuk4-0/+207
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 Dovgalyuk2-0/+132
2015-11-06replay: ptimerPavel Dovgalyuk2-3/+23
2015-11-06replay: checkpointsPavel Dovgalyuk2-0/+38
2015-11-06replay: shutdown eventPavel Dovgalyuk2-0/+16
2015-11-06replay: recording and replaying clock ticksPavel Dovgalyuk3-0/+76
2015-11-06replay: asynchronous events infrastructurePavel Dovgalyuk3-0/+257
2015-11-06replay: interrupts and exceptionsPavel Dovgalyuk2-0/+71
2015-11-05cpu: replay instructions sequencePavel Dovgalyuk1-0/+34