summaryrefslogtreecommitdiffstats
path: root/qmp.c
Commit message (Expand)AuthorAgeFilesLines
* qdev: Protect device-list-properties against broken devicesMarkus Armbruster2015-10-091-0/+5
* qmp: Fix device-list-properties not to crash for abstract deviceMarkus Armbruster2015-10-091-0/+6
* qom: Don't use 'gen': false for qom-get, qom-set, object-addMarkus Armbruster2015-09-211-14/+7
* qapi: Rename qmp_marshal_input_FOO() to qmp_marshal_FOO()Markus Armbruster2015-09-211-3/+3
* qmp: Add example usage of strto*l() qemu wrapperCarlos L. Torres2015-09-091-4/+10
* Include monitor/monitor.h exactly where neededMarkus Armbruster2015-06-221-0/+1
* Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster2015-06-221-0/+1
* qmp: Wean off qerror_report()Markus Armbruster2015-06-221-43/+12
* qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster2015-06-221-17/+17
* qerror: Eliminate QERR_DEVICE_NOT_FOUNDMarkus Armbruster2015-06-221-4/+8
* QemuOpts: Wean off qerror_report_err()Markus Armbruster2015-06-221-1/+1
* qom: Add helper function for getting user objects rootDaniel P. Berrange2015-06-191-3/+3
* qapi: Drop inline nested struct in query-versionEric Blake2015-05-051-4/+5
* qom: Add can_be_deleted callback to UserCreatableClassLin Ma2015-04-011-0/+5
* vnc: set id at parse time not init timeGerd Hoffmann2015-03-101-1/+0
* vnc: auto assian an id when calling change vnc qmp interfaceGonglei2015-02-161-0/+5
* qmp: unbreak build for non-vnc configurationLeon Yu2015-02-091-0/+6
* block: New bdrv_add_key(), convert monitor to use itMarkus Armbruster2015-02-061-4/+4
* qmp: Clean up qmp_query_spice() #ifndef !CONFIG_SPICE dummyMarkus Armbruster2015-01-291-6/+10
* qmp hmp: Factor out common "using spice" testMarkus Armbruster2015-01-291-8/+3
* vnc: switch to QemuOpts, allow multiple serversGerd Hoffmann2015-01-221-1/+14
* qmp: Print descriptions of object propertiesGonglei2014-10-151-3/+10
* qmp: hide "hotplugged" device property from device-list-propertiesStefan Hajnoczi2014-08-151-0/+1
* qmp: show QOM properties in device-list-propertiesStefan Hajnoczi2014-07-071-23/+76
* qmp: add query-acpi-ospm-status commandIgor Mammedov2014-06-191-0/+20
* qmp: add query-memory-devices commandIgor Mammedov2014-06-191-0/+11
* qmp: improve error reporting for -object and object-addPaolo Bonzini2014-06-191-1/+1
* object_add: allow completion handler to get canonical pathIgor Mammedov2014-06-181-3/+8
* qmp: Don't use error_is_set() to suppress additional errorsMarkus Armbruster2014-05-091-21/+11
* qmp: Consistently name Error ** objects errp, and not errMarkus Armbruster2014-05-091-8/+8
* qmp: report path ambiguity errorMichael Tokarev2014-05-071-1/+5
* machine: Remove QEMUMachine indirection from MachineClassMarcel Apfelbaum2014-05-051-2/+2
* qmp: object-add: Validate class before creating objectEduardo Habkost2014-04-251-7/+14
* qerror.h: Remove QERR defines that are only used onceCole Robinson2014-04-251-1/+1
* hw/boards: Convert current_machine to MachineStateMarcel Apfelbaum2014-03-121-2/+5
* object: Report type in error when not user creatable.Hani Benhabiles2014-03-021-2/+2
* add optional 2nd stage initialization to -object/object-add commandsIgor Mammedov2014-01-281-0/+12
* object_add: consolidate error handlingIgor Mammedov2014-01-281-4/+6
* monitor: add object-add (QMP) and object_add (HMP) commandPaolo Bonzini2014-01-061-0/+62
* monitor: add object-del (QMP) and object_del (HMP) commandPaolo Bonzini2014-01-061-0/+14
* qmp_change_blockdev() remove unused has_formatMarc-André Lureau2013-12-161-1/+1
* QMP: Add cpu-add commandIgor Mammedov2013-05-011-0/+10
* add a new runstate: RUN_STATE_GUEST_PANICKEDHu Tao2013-04-301-2/+1
* sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini2013-04-151-1/+1
* softmmu: move remaining include files to include/ subdirectoriesPaolo Bonzini2012-12-191-1/+1
* softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-191-4/+4
* qom: move include files to include/qom/Paolo Bonzini2012-12-191-1/+1
* janitor: do not include qemu-char everywherePaolo Bonzini2012-12-191-0/+1
* build: replace weak symbols with a static libraryPaolo Bonzini2012-11-181-9/+0
* compiler: support Darwin weak referencesPaolo Bonzini2012-11-021-0/+2
OpenPOWER on IntegriCloud