summaryrefslogtreecommitdiffstats
path: root/qmp.c
Commit message (Expand)AuthorAgeFilesLines
* qmp: introduce query-memory-size-summary commandVadim Galitsyn2017-09-141-0/+13
* qmp: Include parent type on 'qom-list-types' outputEduardo Habkost2017-07-171-0/+5
* qmp: Include 'abstract' field on 'qom-list-types' outputEduardo Habkost2017-07-171-0/+1
* qmp: Use ObjectProperty.type if presentFam Zheng2017-07-141-1/+2
* qdev: Introduce PropertyInfo.createFam Zheng2017-07-141-1/+1
* block: rip out all traces of password promptingDaniel P. Berrange2017-07-111-11/+1Star
* chardev: move headers to include/chardevMarc-André Lureau2017-06-021-1/+1
* shutdown: Add source information to SHUTDOWN and RESETEric Blake2017-05-231-2/+2
* block: New BdrvChildRole.activate() for blk_resume_after_migration()Kevin Wolf2017-05-111-6/+0Star
* migration: Unify block node activation error handlingKevin Wolf2017-05-111-9/+9
* qdev: remove cannot_destroy_with_object_finalize_yetLaurent Vivier2017-04-211-5/+0Star
* block: Ignore guest dev permissions during incoming migrationKevin Wolf2017-04-071-0/+6
* qapi: Drop unused non-strict qobject input visitorMarkus Armbruster2017-03-051-1/+1
* char: headers clean-upMarc-André Lureau2017-01-311-0/+1
* char: rename CharDriverState ChardevMarc-André Lureau2017-01-271-1/+1
* qmp: Fix argument name in error message of device-list-propertiesLin Ma2017-01-271-2/+2
* clean-up: removed duplicate #includesAnand J2016-10-281-1/+0Star
* qapi: rename QmpInputVisitor to QObjectInputVisitorDaniel P. Berrange2016-10-251-1/+1
* qapi: rename *qmp-*-visitor* to *qobject-*-visitor*Daniel P. Berrange2016-10-251-1/+1
* qmp: fix object-add assert() without propsMarc-André Lureau2016-10-061-2/+6
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2016-09-231-2/+2
|\
| * block: Accept device model name for blockdev-change-mediumKevin Wolf2016-09-231-2/+2
* | vl: Switch qemu_uuid to QemuUUIDFam Zheng2016-09-231-8/+2Star
* | util: Add UUID APIFam Zheng2016-09-231-0/+1
|/
* build-sys: define QEMU_VERSION_{MAJOR, MINOR, MICRO}Marc-André Lureau2016-09-191-13/+3Star
* qmp: add QMP interface "query-cpu-model-baseline"David Hildenbrand2016-09-061-0/+7
* qmp: add QMP interface "query-cpu-model-comparison"David Hildenbrand2016-09-061-0/+7
* qmp: add QMP interface "query-cpu-model-expansion"David Hildenbrand2016-09-061-0/+7
* qmp-input-visitor: Favor new visit_free() functionEric Blake2016-07-061-5/+4Star
* Makefile: Derive "PKGVERSION" from "git describe" by defaultFam Zheng2016-06-071-0/+1
* block: Fix bdrv_next() memory leakKevin Wolf2016-05-251-3/+2Star
* block: Avoid bs->blk in bdrv_next()Kevin Wolf2016-05-191-1/+4
* 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
* util: move declarations out of qemu-common.hVeronia Bahaa2016-03-221-1/+1
* dump-guest-memory: add dump_in_progress() helper functionPeter Xu2016-02-221-0/+14
* qom: add helpers for UserCreatable object typesDaniel P. Berrange2016-02-161-69/+7Star
* all: Clean up includesPeter Maydell2016-02-041-0/+1
* block: Inactivate BDS when migration completesKevin Wolf2016-01-201-0/+12
* qom: Change object property iterator API contractDaniel P. Berrange2016-01-181-8/+6Star
* qmp: Convert QMP code to use object property iteratorsDaniel P. Berrange2015-11-181-2/+8
* blockdev: read-only-mode for blockdev-change-mediumMax Reitz2015-11-111-1/+2
* qmp: Introduce blockdev-change-mediumMax Reitz2015-11-111-1/+1
* block: Move I/O status and error actions into BBMax Reitz2015-10-231-2/+4
* qdev: Protect device-list-properties against broken devicesMarkus Armbruster2015-10-091-0/+5
* qmp: Fix device-list-properties not to crash for abstract deviceMarkus Armbruster2015-10-091-0/+6
* qom: Don't use 'gen': false for qom-get, qom-set, object-addMarkus Armbruster2015-09-211-14/+7Star
* qapi: Rename qmp_marshal_input_FOO() to qmp_marshal_FOO()Markus Armbruster2015-09-211-3/+3
* qmp: Add example usage of strto*l() qemu wrapperCarlos L. Torres2015-09-091-4/+10
* Include monitor/monitor.h exactly where neededMarkus Armbruster2015-06-221-0/+1