summaryrefslogtreecommitdiffstats
path: root/hmp.c
Commit message (Expand)AuthorAgeFilesLines
* qmp/hmp: Add throttle ratio to query-migrate and info migrateJason J. Herne2015-09-301-0/+5
* migration: Parameters for auto-converge cpu throttlingJason J. Herne2015-09-301-0/+16
* hmp: add info iothreads commandTing Wang2015-09-041-0/+13
* qmp: Add optional bool "unmap" to drive-mirrorFam Zheng2015-07-021-1/+1
* Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster2015-06-221-0/+1
* qmp: Wean off qerror_report()Markus Armbruster2015-06-221-1/+4
* qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster2015-06-221-5/+5
* qerror: Eliminate QERR_DEVICE_NOT_FOUNDMarkus Armbruster2015-06-221-2/+4
* QemuOpts: Wean off qerror_report_err()Markus Armbruster2015-06-221-1/+1
* qobject: Use 'bool' inside qdictEric Blake2015-06-221-20/+20
* Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2015-06-121-3/+7
|\
| * throttle: add the name of the ThrottleGroup to BlockDeviceInfoAlberto Garcia2015-06-121-2/+4
| * throttle: Add throttle group supportAlberto Garcia2015-06-121-1/+3
* | qmp/hmp: add rocker device supportScott Feldman2015-06-121-0/+303
|/
* monitor: Use traditional command interface for HMP device_addMarkus Armbruster2015-06-021-0/+6
* monitor: Convert client_migrate_info to QAPIMarkus Armbruster2015-06-021-0/+17
* migration: Add hmp interface to set and query parametersLiang Li2015-05-071-0/+65
* qapi: Drop inline nested structs in query-pciEric Blake2015-05-051-13/+13
* qapi: Drop inline nested struct in query-versionEric Blake2015-05-051-1/+1
* qmp: Add support of "dirty-bitmap" sync mode for drive-backupJohn Snow2015-04-281-1/+2
* Revert "hmp: fix crash in 'info block -n -v'"Stefan Hajnoczi2015-04-281-2/+1
* hmp: fix crash in 'info block -n -v'Alberto Garcia2015-04-171-1/+2
* Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20150317' i...Peter Maydell2015-03-171-12/+9
|\
| * migration: Convert 'status' of MigrationInfo to use an enum typezhanghailiang2015-03-171-3/+4
| * hmp: Rename 'MigrationStatus' to 'HMPMigrationStatus'zhanghailiang2015-03-171-4/+4
| * migrate_incoming: use hmp_handle_errorDr. David Alan Gilbert2015-03-171-5/+1
* | qom: Implement qom-set HMP commandAndreas Färber2015-03-171-0/+21
* | qom: Implement qom-list HMP commandAndreas Färber2015-03-171-0/+26
|/
* Add migrate_incomingDr. David Alan Gilbert2015-03-161-0/+14
* hmp: info spice: take out webdavGerd Hoffmann2015-03-041-0/+5
* hmp: info spice: Show string channel nameCole Robinson2015-03-031-0/+27
* Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into stagingPeter Maydell2015-02-261-1/+1
|\
| * hmp: Fix warning from smatch (wrong argument in function call)Stefan Weil2015-02-231-1/+1
* | Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2015-02-18' in...Peter Maydell2015-02-251-3/+3
|\ \
| * | hmp: Name HMP command handler functions hmp_COMMAND()Markus Armbruster2015-02-181-3/+3
| |/
* | qemu-io: Use BlockBackendMax Reitz2015-02-161-4/+5
|/
* block: add accounting for merged requestsPeter Lieven2015-02-061-1/+5
* hmp: Compile hmp_info_spice() only with CONFIG_SPICEMarkus Armbruster2015-01-291-0/+2
* block/hmp: Allow node-name in 'info block'Kevin Wolf2014-12-101-1/+30
* block/hmp: Allow info = NULL in print_block_info()Kevin Wolf2014-12-101-9/+25
* block/hmp: Factor out print_block_info()Kevin Wolf2014-12-101-95/+97
* block/qapi: Add cache information to query-blockKevin Wolf2014-12-101-0/+8
* qmp: Add optional switch "query-nodes" in query-blockstatsFam Zheng2014-12-101-1/+1
* Add HMP command "info memory-devices"Zhu Guihua2014-09-261-0/+38
* hmp: fix memory leak at hmp_info_block_jobs()Gonglei2014-09-221-0/+2
* hmp: fix MemdevList memory leakChen Fan2014-09-021-0/+2
* qom/object.c, hmp.c: fix string_output_get_string() memory leakChen Fan2014-09-021-2/+4
* block: add backing-file option to block-streamJeff Cody2014-07-011-1/+1
* block: Add replaces argument to drive-mirrorBenoît Canet2014-06-271-1/+1
* block: Add node-name argument to drive-mirrorBenoît Canet2014-06-271-0/+1
OpenPOWER on IntegriCloud