summaryrefslogtreecommitdiffstats
path: root/replay/replay-input.c
Commit message (Expand)AuthorAgeFilesLines
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0Star
* Include less of the generated modular QAPI headersMarkus Armbruster2018-03-021-0/+1
* Include qapi/error.h exactly where neededMarkus Armbruster2018-02-091-1/+0Star
* 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
* 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
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* qapi: Don't special-case simple union wrappersEric Blake2016-03-181-22/+22
* ui: Shorten references into InputEventEric Blake2016-03-051-12/+19
* qapi: Swap visit_* arguments for consistent 'name' placementEric Blake2016-02-081-2/+2
* all: Clean up includesPeter Maydell2016-02-041-0/+1
* qapi: Don't let implicit enum MAX member collideEric Blake2015-12-171-4/+4
* replay: recording of the user inputPavel Dovgalyuk2015-11-061-0/+160