summaryrefslogtreecommitdiffstats
path: root/hmp.c
Commit message (Expand)AuthorAgeFilesLines
* block: Add idle_time_ns to BlockDeviceStatsAlberto Garcia2015-11-121-1/+3
* hmp: Add read-only-mode option to change commandMax Reitz2015-11-111-1/+21
* blockdev: read-only-mode for blockdev-change-mediumMax Reitz2015-11-111-1/+1
* hmp: Use blockdev-change-medium for change commandMax Reitz2015-11-111-12/+15
* migrate_start_postcopy: Command to trigger transition to postcopyDr. David Alan Gilbert2015-11-101-0/+7
* tpm: Convert to new qapi union layoutEric Blake2015-11-021-3/+3
* memory: Convert to new qapi union layoutEric Blake2015-11-021-3/+3
* input: Convert to new qapi union layoutEric Blake2015-11-021-4/+4
* qapi: Unbox base membersEric Blake2015-11-021-3/+3
* 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
OpenPOWER on IntegriCloud