summaryrefslogtreecommitdiff
path: root/qmp.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-07pc-dimm: factor out MemoryDevice interfaceDavid Hildenbrand1-2/+2
2018-05-04qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau1-2/+2
2018-03-20Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-6/+1
2018-03-20pc-dimm: make qmp_pc_dimm_device_list() sort devices by addressHaozhong Zhang1-6/+1
2018-03-19qmp: add command "x-oob-test"Peter Xu1-0/+16
2018-03-19qapi: Replace qobject_to_X(o) by qobject_to(X, o)Max Reitz1-1/+1
2018-03-06qmp: Add qom-list-properties to list QOM object propertiesAlexey Kardashevskiy1-0/+49
2018-03-06qmp: Merge ObjectPropertyInfo and DevicePropertyInfoAlexey Kardashevskiy1-10/+10
2018-03-02Fix up dangling references to qmp-commands.* in comment and docMarkus Armbruster1-7/+7
2018-03-02qapi: Empty out qapi-schema.jsonMarkus Armbruster1-1/+3
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster1-0/+1
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster1-0/+1
2018-02-09Include qapi/qmp/qobject.h exactly where neededMarkus Armbruster1-1/+0
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster1-0/+1
2017-12-20qmp: remove qmp_cpuDaniel Henrique Barboza1-5/+0
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