summaryrefslogtreecommitdiffstats
path: root/qmp.c
Commit message (Expand)AuthorAgeFilesLines
* qmp: Add qom-list-properties to list QOM object propertiesAlexey Kardashevskiy2018-03-061-0/+49
* qmp: Merge ObjectPropertyInfo and DevicePropertyInfoAlexey Kardashevskiy2018-03-061-10/+10
* Fix up dangling references to qmp-commands.* in comment and docMarkus Armbruster2018-03-021-7/+7
* qapi: Empty out qapi-schema.jsonMarkus Armbruster2018-03-021-1/+3
* Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster2018-02-091-0/+1
* Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster2018-02-091-0/+1
* Include qapi/qmp/qobject.h exactly where neededMarkus Armbruster2018-02-091-1/+0Star
* Include qapi/error.h exactly where neededMarkus Armbruster2018-02-091-0/+1
* qmp: remove qmp_cpuDaniel Henrique Barboza2017-12-201-5/+0Star
* 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