aboutsummaryrefslogtreecommitdiff
path: root/qmp.c
AgeCommit message (Expand)Author
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
2014-06-19qmp: improve error reporting for -object and object-addPaolo Bonzini
2014-06-18object_add: allow completion handler to get canonical pathIgor Mammedov
2014-05-09qmp: Don't use error_is_set() to suppress additional errorsMarkus Armbruster
2014-05-09qmp: Consistently name Error ** objects errp, and not errMarkus Armbruster
2014-05-07qmp: report path ambiguity errorMichael Tokarev
2014-05-05machine: Remove QEMUMachine indirection from MachineClassMarcel Apfelbaum
2014-04-25qmp: object-add: Validate class before creating objectEduardo Habkost
2014-04-25qerror.h: Remove QERR defines that are only used onceCole Robinson
2014-03-12hw/boards: Convert current_machine to MachineStateMarcel Apfelbaum
2014-03-02object: Report type in error when not user creatable.Hani Benhabiles
2014-01-28add optional 2nd stage initialization to -object/object-add commandsIgor Mammedov
2014-01-28object_add: consolidate error handlingIgor Mammedov
2014-01-06monitor: add object-add (QMP) and object_add (HMP) commandPaolo Bonzini
2014-01-06monitor: add object-del (QMP) and object_del (HMP) commandPaolo Bonzini
2013-12-16qmp_change_blockdev() remove unused has_formatMarc-André Lureau
2013-05-01QMP: Add cpu-add commandIgor Mammedov
2013-04-30add a new runstate: RUN_STATE_GUEST_PANICKEDHu Tao
2013-04-15sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini
2012-12-19softmmu: move remaining include files to include/ subdirectoriesPaolo Bonzini
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini
2012-12-19qom: move include files to include/qom/Paolo Bonzini
2012-12-19janitor: do not include qemu-char everywherePaolo Bonzini
2012-11-18build: replace weak symbols with a static libraryPaolo Bonzini
2012-11-02compiler: support Darwin weak referencesPaolo Bonzini
2012-10-31Merge remote-tracking branch 'origin/master' into threadpoolPaolo Bonzini
2012-10-30compiler: use weak aliases to provide default definitionsPaolo Bonzini