summaryrefslogtreecommitdiff
path: root/qmp.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-14qmp: introduce query-memory-size-summary commandVadim Galitsyn1-0/+13
2017-07-17qmp: Include parent type on 'qom-list-types' outputEduardo Habkost1-0/+5
2017-07-17qmp: Include 'abstract' field on 'qom-list-types' outputEduardo Habkost1-0/+1
2017-07-14qmp: Use ObjectProperty.type if presentFam Zheng1-1/+2
2017-07-14qdev: Introduce PropertyInfo.createFam Zheng1-1/+1
2017-07-11block: rip out all traces of password promptingDaniel P. Berrange1-11/+1
2017-06-02chardev: move headers to include/chardevMarc-André Lureau1-1/+1
2017-05-23shutdown: Add source information to SHUTDOWN and RESETEric Blake1-2/+2
2017-05-11block: New BdrvChildRole.activate() for blk_resume_after_migration()Kevin Wolf1-6/+0
2017-05-11migration: Unify block node activation error handlingKevin Wolf1-9/+9
2017-04-21qdev: remove cannot_destroy_with_object_finalize_yetLaurent Vivier1-5/+0
2017-04-07block: Ignore guest dev permissions during incoming migrationKevin Wolf1-0/+6
2017-03-05qapi: Drop unused non-strict qobject input visitorMarkus Armbruster1-1/+1
2017-01-31char: headers clean-upMarc-André Lureau1-0/+1
2017-01-27char: rename CharDriverState ChardevMarc-André Lureau1-1/+1
2017-01-27qmp: Fix argument name in error message of device-list-propertiesLin Ma1-2/+2
2016-10-28clean-up: removed duplicate #includesAnand J1-1/+0
2016-10-25qapi: rename QmpInputVisitor to QObjectInputVisitorDaniel P. Berrange1-1/+1
2016-10-25qapi: rename *qmp-*-visitor* to *qobject-*-visitor*Daniel P. Berrange1-1/+1
2016-10-06qmp: fix object-add assert() without propsMarc-André Lureau1-2/+6
2016-09-23Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-2/+2
2016-09-23block: Accept device model name for blockdev-change-mediumKevin Wolf1-2/+2
2016-09-23vl: Switch qemu_uuid to QemuUUIDFam Zheng1-8/+2
2016-09-23util: Add UUID APIFam Zheng1-0/+1
2016-09-19build-sys: define QEMU_VERSION_{MAJOR, MINOR, MICRO}Marc-André Lureau1-13/+3
2016-09-06qmp: add QMP interface "query-cpu-model-baseline"David Hildenbrand1-0/+7
2016-09-06qmp: add QMP interface "query-cpu-model-comparison"David Hildenbrand1-0/+7
2016-09-06qmp: add QMP interface "query-cpu-model-expansion"David Hildenbrand1-0/+7
2016-07-06qmp-input-visitor: Favor new visit_free() functionEric Blake1-5/+4
2016-06-07Makefile: Derive "PKGVERSION" from "git describe" by defaultFam Zheng1-0/+1
2016-05-25block: Fix bdrv_next() memory leakKevin Wolf1-3/+2
2016-05-19block: Avoid bs->blk in bdrv_next()Kevin Wolf1-1/+4
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-22util: move declarations out of qemu-common.hVeronia Bahaa1-1/+1
2016-02-22dump-guest-memory: add dump_in_progress() helper functionPeter Xu1-0/+14
2016-02-16qom: add helpers for UserCreatable object typesDaniel P. Berrange1-69/+7
2016-02-04all: Clean up includesPeter Maydell1-0/+1
2016-01-20block: Inactivate BDS when migration completesKevin Wolf1-0/+12
2016-01-18qom: Change object property iterator API contractDaniel P. Berrange1-8/+6
2015-11-18qmp: Convert QMP code to use object property iteratorsDaniel P. Berrange1-2/+8
2015-11-11blockdev: read-only-mode for blockdev-change-mediumMax Reitz1-1/+2
2015-11-11qmp: Introduce blockdev-change-mediumMax Reitz1-1/+1
2015-10-23block: Move I/O status and error actions into BBMax Reitz1-2/+4
2015-10-09qdev: Protect device-list-properties against broken devicesMarkus Armbruster1-0/+5
2015-10-09qmp: Fix device-list-properties not to crash for abstract deviceMarkus Armbruster1-0/+6
2015-09-21qom: Don't use 'gen': false for qom-get, qom-set, object-addMarkus Armbruster1-14/+7
2015-09-21qapi: Rename qmp_marshal_input_FOO() to qmp_marshal_FOO()Markus Armbruster1-3/+3
2015-09-09qmp: Add example usage of strto*l() qemu wrapperCarlos L. Torres1-4/+10
2015-06-22Include monitor/monitor.h exactly where neededMarkus Armbruster1-0/+1