aboutsummaryrefslogtreecommitdiff
path: root/qmp.c
AgeCommit message (Expand)Author
2017-07-14qmp: Use ObjectProperty.type if presentFam Zheng
2017-07-14qdev: Introduce PropertyInfo.createFam Zheng
2017-07-11block: rip out all traces of password promptingDaniel P. Berrange
2017-06-02chardev: move headers to include/chardevMarc-André Lureau
2017-05-23shutdown: Add source information to SHUTDOWN and RESETEric Blake
2017-05-11block: New BdrvChildRole.activate() for blk_resume_after_migration()Kevin Wolf
2017-05-11migration: Unify block node activation error handlingKevin Wolf
2017-04-21qdev: remove cannot_destroy_with_object_finalize_yetLaurent Vivier
2017-04-07block: Ignore guest dev permissions during incoming migrationKevin Wolf
2017-03-05qapi: Drop unused non-strict qobject input visitorMarkus Armbruster
2017-01-31char: headers clean-upMarc-André Lureau
2017-01-27char: rename CharDriverState ChardevMarc-André Lureau
2017-01-27qmp: Fix argument name in error message of device-list-propertiesLin Ma
2016-10-28clean-up: removed duplicate #includesAnand J
2016-10-25qapi: rename QmpInputVisitor to QObjectInputVisitorDaniel P. Berrange
2016-10-25qapi: rename *qmp-*-visitor* to *qobject-*-visitor*Daniel P. Berrange
2016-10-06qmp: fix object-add assert() without propsMarc-André Lureau
2016-09-23Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2016-09-23block: Accept device model name for blockdev-change-mediumKevin Wolf
2016-09-23vl: Switch qemu_uuid to QemuUUIDFam Zheng
2016-09-23util: Add UUID APIFam Zheng
2016-09-19build-sys: define QEMU_VERSION_{MAJOR, MINOR, MICRO}Marc-André Lureau
2016-09-06qmp: add QMP interface "query-cpu-model-baseline"David Hildenbrand
2016-09-06qmp: add QMP interface "query-cpu-model-comparison"David Hildenbrand
2016-09-06qmp: add QMP interface "query-cpu-model-expansion"David Hildenbrand
2016-07-06qmp-input-visitor: Favor new visit_free() functionEric Blake
2016-06-07Makefile: Derive "PKGVERSION" from "git describe" by defaultFam Zheng
2016-05-25block: Fix bdrv_next() memory leakKevin Wolf
2016-05-19block: Avoid bs->blk in bdrv_next()Kevin Wolf
2016-05-12qapi: Use strict QMP input visitor in more placesEric Blake
2016-05-12qapi: Consolidate QMP input visitor creationEric Blake
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa
2016-02-22dump-guest-memory: add dump_in_progress() helper functionPeter Xu
2016-02-16qom: add helpers for UserCreatable object typesDaniel P. Berrange
2016-02-04all: Clean up includesPeter Maydell
2016-01-20block: Inactivate BDS when migration completesKevin Wolf
2016-01-18qom: Change object property iterator API contractDaniel P. Berrange
2015-11-18qmp: Convert QMP code to use object property iteratorsDaniel P. Berrange
2015-11-11blockdev: read-only-mode for blockdev-change-mediumMax Reitz
2015-11-11qmp: Introduce blockdev-change-mediumMax Reitz
2015-10-23block: Move I/O status and error actions into BBMax Reitz
2015-10-09qdev: Protect device-list-properties against broken devicesMarkus Armbruster
2015-10-09qmp: Fix device-list-properties not to crash for abstract deviceMarkus Armbruster
2015-09-21qom: Don't use 'gen': false for qom-get, qom-set, object-addMarkus Armbruster
2015-09-21qapi: Rename qmp_marshal_input_FOO() to qmp_marshal_FOO()Markus Armbruster
2015-09-09qmp: Add example usage of strto*l() qemu wrapperCarlos L. Torres
2015-06-22Include monitor/monitor.h exactly where neededMarkus Armbruster
2015-06-22Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster
2015-06-22qmp: Wean off qerror_report()Markus Armbruster
2015-06-22qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster