aboutsummaryrefslogtreecommitdiff
path: root/qmp.c
AgeCommit message (Expand)Author
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
2015-06-22qerror: Eliminate QERR_DEVICE_NOT_FOUNDMarkus Armbruster
2015-06-22QemuOpts: Wean off qerror_report_err()Markus Armbruster
2015-06-19qom: Add helper function for getting user objects rootDaniel P. Berrange
2015-05-05qapi: Drop inline nested struct in query-versionEric Blake
2015-04-01qom: Add can_be_deleted callback to UserCreatableClassLin Ma
2015-03-10vnc: set id at parse time not init timeGerd Hoffmann
2015-02-16vnc: auto assian an id when calling change vnc qmp interfaceGonglei
2015-02-09qmp: unbreak build for non-vnc configurationLeon Yu
2015-02-06block: New bdrv_add_key(), convert monitor to use itMarkus Armbruster
2015-01-29qmp: Clean up qmp_query_spice() #ifndef !CONFIG_SPICE dummyMarkus Armbruster
2015-01-29qmp hmp: Factor out common "using spice" testMarkus Armbruster
2015-01-22vnc: switch to QemuOpts, allow multiple serversGerd Hoffmann
2014-10-15qmp: Print descriptions of object propertiesGonglei
2014-08-15qmp: hide "hotplugged" device property from device-list-propertiesStefan Hajnoczi
2014-07-07qmp: show QOM properties in device-list-propertiesStefan Hajnoczi
2014-06-19qmp: add query-acpi-ospm-status commandIgor Mammedov
2014-06-19qmp: add query-memory-devices commandIgor Mammedov