aboutsummaryrefslogtreecommitdiff
path: root/qmp.c
AgeCommit message (Expand)Author
2018-07-16cli qmp: Mark --preconfig, exit-preconfig experimentalMarkus Armbruster
2018-07-05Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2018-07-03-v2'...Peter Maydell
2018-07-03qmp: Get rid of x-oob-test commandMarkus Armbruster
2018-07-03qapi: add conditions to SPICE type/commands/events on the schemaMarc-André Lureau
2018-07-03qapi: add conditions to VNC type/commands/events on the schemaMarc-André Lureau
2018-05-30cli: add --preconfig optionIgor Mammedov
2018-05-07pc-dimm: factor out MemoryDevice interfaceDavid Hildenbrand
2018-05-04qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau
2018-03-20Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2018-03-20pc-dimm: make qmp_pc_dimm_device_list() sort devices by addressHaozhong Zhang
2018-03-19qmp: add command "x-oob-test"Peter Xu
2018-03-19qapi: Replace qobject_to_X(o) by qobject_to(X, o)Max Reitz
2018-03-06qmp: Add qom-list-properties to list QOM object propertiesAlexey Kardashevskiy
2018-03-06qmp: Merge ObjectPropertyInfo and DevicePropertyInfoAlexey Kardashevskiy
2018-03-02Fix up dangling references to qmp-commands.* in comment and docMarkus Armbruster
2018-03-02qapi: Empty out qapi-schema.jsonMarkus Armbruster
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster
2018-02-09Include qapi/qmp/qobject.h exactly where neededMarkus Armbruster
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster
2017-12-20qmp: remove qmp_cpuDaniel Henrique Barboza
2017-09-14qmp: introduce query-memory-size-summary commandVadim Galitsyn
2017-07-17qmp: Include parent type on 'qom-list-types' outputEduardo Habkost
2017-07-17qmp: Include 'abstract' field on 'qom-list-types' outputEduardo Habkost
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