summaryrefslogtreecommitdiff
path: root/hmp.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-12block: Add idle_time_ns to BlockDeviceStatsAlberto Garcia1-1/+3
2015-11-11hmp: Add read-only-mode option to change commandMax Reitz1-1/+21
2015-11-11blockdev: read-only-mode for blockdev-change-mediumMax Reitz1-1/+1
2015-11-11hmp: Use blockdev-change-medium for change commandMax Reitz1-12/+15
2015-11-10migrate_start_postcopy: Command to trigger transition to postcopyDr. David Alan Gilbert1-0/+7
2015-11-02tpm: Convert to new qapi union layoutEric Blake1-3/+3
2015-11-02memory: Convert to new qapi union layoutEric Blake1-3/+3
2015-11-02input: Convert to new qapi union layoutEric Blake1-4/+4
2015-11-02qapi: Unbox base membersEric Blake1-3/+3
2015-09-30qmp/hmp: Add throttle ratio to query-migrate and info migrateJason J. Herne1-0/+5
2015-09-30migration: Parameters for auto-converge cpu throttlingJason J. Herne1-0/+16
2015-09-04hmp: add info iothreads commandTing Wang1-0/+13
2015-07-02qmp: Add optional bool "unmap" to drive-mirrorFam Zheng1-1/+1
2015-06-22Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster1-0/+1
2015-06-22qmp: Wean off qerror_report()Markus Armbruster1-1/+4
2015-06-22qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster1-5/+5
2015-06-22qerror: Eliminate QERR_DEVICE_NOT_FOUNDMarkus Armbruster1-2/+4
2015-06-22QemuOpts: Wean off qerror_report_err()Markus Armbruster1-1/+1
2015-06-22qobject: Use 'bool' inside qdictEric Blake1-20/+20
2015-06-12Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell1-3/+7
2015-06-12throttle: add the name of the ThrottleGroup to BlockDeviceInfoAlberto Garcia1-2/+4
2015-06-12throttle: Add throttle group supportAlberto Garcia1-1/+3
2015-06-12qmp/hmp: add rocker device supportScott Feldman1-0/+303
2015-06-02monitor: Use traditional command interface for HMP device_addMarkus Armbruster1-0/+6
2015-06-02monitor: Convert client_migrate_info to QAPIMarkus Armbruster1-0/+17
2015-05-07migration: Add hmp interface to set and query parametersLiang Li1-0/+65
2015-05-05qapi: Drop inline nested structs in query-pciEric Blake1-13/+13
2015-05-05qapi: Drop inline nested struct in query-versionEric Blake1-1/+1
2015-04-28qmp: Add support of "dirty-bitmap" sync mode for drive-backupJohn Snow1-1/+2
2015-04-28Revert "hmp: fix crash in 'info block -n -v'"Stefan Hajnoczi1-2/+1
2015-04-17hmp: fix crash in 'info block -n -v'Alberto Garcia1-1/+2
2015-03-17Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20150317' i...Peter Maydell1-12/+9
2015-03-17migration: Convert 'status' of MigrationInfo to use an enum typezhanghailiang1-3/+4
2015-03-17hmp: Rename 'MigrationStatus' to 'HMPMigrationStatus'zhanghailiang1-4/+4
2015-03-17migrate_incoming: use hmp_handle_errorDr. David Alan Gilbert1-5/+1
2015-03-17qom: Implement qom-set HMP commandAndreas Färber1-0/+21
2015-03-17qom: Implement qom-list HMP commandAndreas Färber1-0/+26
2015-03-16Add migrate_incomingDr. David Alan Gilbert1-0/+14
2015-03-04hmp: info spice: take out webdavGerd Hoffmann1-0/+5
2015-03-03hmp: info spice: Show string channel nameCole Robinson1-0/+27
2015-02-26Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into stagingPeter Maydell1-1/+1
2015-02-25Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2015-02-18' in...Peter Maydell1-3/+3
2015-02-23hmp: Fix warning from smatch (wrong argument in function call)Stefan Weil1-1/+1
2015-02-18hmp: Name HMP command handler functions hmp_COMMAND()Markus Armbruster1-3/+3
2015-02-16qemu-io: Use BlockBackendMax Reitz1-4/+5
2015-02-06block: add accounting for merged requestsPeter Lieven1-1/+5
2015-01-29hmp: Compile hmp_info_spice() only with CONFIG_SPICEMarkus Armbruster1-0/+2
2014-12-10block/hmp: Allow node-name in 'info block'Kevin Wolf1-1/+30
2014-12-10block/hmp: Allow info = NULL in print_block_info()Kevin Wolf1-9/+25
2014-12-10block/hmp: Factor out print_block_info()Kevin Wolf1-95/+97