summaryrefslogtreecommitdiff
path: root/qmp.c
AgeCommit message (Expand)AuthorFilesLines
2015-06-22Include monitor/monitor.h exactly where neededMarkus Armbruster1-0/+1
2015-06-22Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster1-0/+1
2015-06-22qmp: Wean off qerror_report()Markus Armbruster1-43/+12
2015-06-22qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster1-17/+17
2015-06-22qerror: Eliminate QERR_DEVICE_NOT_FOUNDMarkus Armbruster1-4/+8
2015-06-22QemuOpts: Wean off qerror_report_err()Markus Armbruster1-1/+1
2015-06-19qom: Add helper function for getting user objects rootDaniel P. Berrange1-3/+3
2015-05-05qapi: Drop inline nested struct in query-versionEric Blake1-4/+5
2015-04-01qom: Add can_be_deleted callback to UserCreatableClassLin Ma1-0/+5
2015-03-10vnc: set id at parse time not init timeGerd Hoffmann1-1/+0
2015-02-16vnc: auto assian an id when calling change vnc qmp interfaceGonglei1-0/+5
2015-02-09qmp: unbreak build for non-vnc configurationLeon Yu1-0/+6
2015-02-06block: New bdrv_add_key(), convert monitor to use itMarkus Armbruster1-4/+4
2015-01-29qmp: Clean up qmp_query_spice() #ifndef !CONFIG_SPICE dummyMarkus Armbruster1-6/+10
2015-01-29qmp hmp: Factor out common "using spice" testMarkus Armbruster1-8/+3
2015-01-22vnc: switch to QemuOpts, allow multiple serversGerd Hoffmann1-1/+14
2014-10-15qmp: Print descriptions of object propertiesGonglei1-3/+10
2014-08-15qmp: hide "hotplugged" device property from device-list-propertiesStefan Hajnoczi1-0/+1
2014-07-07qmp: show QOM properties in device-list-propertiesStefan Hajnoczi1-23/+76
2014-06-19qmp: add query-acpi-ospm-status commandIgor Mammedov1-0/+20
2014-06-19qmp: add query-memory-devices commandIgor Mammedov1-0/+11
2014-06-19qmp: improve error reporting for -object and object-addPaolo Bonzini1-1/+1
2014-06-18object_add: allow completion handler to get canonical pathIgor Mammedov1-3/+8
2014-05-09qmp: Don't use error_is_set() to suppress additional errorsMarkus Armbruster1-21/+11
2014-05-09qmp: Consistently name Error ** objects errp, and not errMarkus Armbruster1-8/+8
2014-05-07qmp: report path ambiguity errorMichael Tokarev1-1/+5
2014-05-05machine: Remove QEMUMachine indirection from MachineClassMarcel Apfelbaum1-2/+2
2014-04-25qmp: object-add: Validate class before creating objectEduardo Habkost1-7/+14
2014-04-25qerror.h: Remove QERR defines that are only used onceCole Robinson1-1/+1
2014-03-12hw/boards: Convert current_machine to MachineStateMarcel Apfelbaum1-2/+5
2014-03-02object: Report type in error when not user creatable.Hani Benhabiles1-2/+2
2014-01-28add optional 2nd stage initialization to -object/object-add commandsIgor Mammedov1-0/+12
2014-01-28object_add: consolidate error handlingIgor Mammedov1-4/+6
2014-01-06monitor: add object-add (QMP) and object_add (HMP) commandPaolo Bonzini1-0/+62
2014-01-06monitor: add object-del (QMP) and object_del (HMP) commandPaolo Bonzini1-0/+14
2013-12-16qmp_change_blockdev() remove unused has_formatMarc-André Lureau1-1/+1
2013-05-01QMP: Add cpu-add commandIgor Mammedov1-0/+10
2013-04-30add a new runstate: RUN_STATE_GUEST_PANICKEDHu Tao1-2/+1
2013-04-15sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini1-1/+1
2012-12-19softmmu: move remaining include files to include/ subdirectoriesPaolo Bonzini1-1/+1
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini1-4/+4
2012-12-19qom: move include files to include/qom/Paolo Bonzini1-1/+1
2012-12-19janitor: do not include qemu-char everywherePaolo Bonzini1-0/+1
2012-11-18build: replace weak symbols with a static libraryPaolo Bonzini1-9/+0
2012-11-02compiler: support Darwin weak referencesPaolo Bonzini1-0/+2
2012-10-31Merge remote-tracking branch 'origin/master' into threadpoolPaolo Bonzini1-6/+11
2012-10-30compiler: use weak aliases to provide default definitionsPaolo Bonzini1-1/+2
2012-10-29Merge branch 'queue/qmp' of git://repo.or.cz/qemu/qmp-unstableAurelien Jarno1-6/+11
2012-10-24qmp: handle stop/cont in INMIGRATE statePaolo Bonzini1-6/+11
2012-10-23vnc: reorganize code for reverse modePaolo Bonzini1-4/+2