summaryrefslogtreecommitdiff
path: root/replay/replay-input.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster1-0/+1
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster1-1/+0
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-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-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-03-18qapi: Don't special-case simple union wrappersEric Blake1-22/+22
2016-03-05ui: Shorten references into InputEventEric Blake1-12/+19
2016-02-08qapi: Swap visit_* arguments for consistent 'name' placementEric Blake1-2/+2
2016-02-04all: Clean up includesPeter Maydell1-0/+1
2015-12-17qapi: Don't let implicit enum MAX member collideEric Blake1-4/+4
2015-11-06replay: recording of the user inputPavel Dovgalyuk1-0/+160