| Commit message (Expand) | Author | Age | Files | Lines |
* | hmp: add info iothreads command | Ting Wang | 2015-09-04 | 1 | -0/+13 |
* | qmp: Add optional bool "unmap" to drive-mirror | Fam Zheng | 2015-07-02 | 1 | -1/+1 |
* | Include qapi/qmp/qerror.h exactly where needed | Markus Armbruster | 2015-06-22 | 1 | -0/+1 |
* | qmp: Wean off qerror_report() | Markus Armbruster | 2015-06-22 | 1 | -1/+4 |
* | qerror: Clean up QERR_ macros to expand into a single string | Markus Armbruster | 2015-06-22 | 1 | -5/+5 |
* | qerror: Eliminate QERR_DEVICE_NOT_FOUND | Markus Armbruster | 2015-06-22 | 1 | -2/+4 |
* | QemuOpts: Wean off qerror_report_err() | Markus Armbruster | 2015-06-22 | 1 | -1/+1 |
* | qobject: Use 'bool' inside qdict | Eric Blake | 2015-06-22 | 1 | -20/+20 |
* | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ... | Peter Maydell | 2015-06-12 | 1 | -3/+7 |
|\ |
|
| * | throttle: add the name of the ThrottleGroup to BlockDeviceInfo | Alberto Garcia | 2015-06-12 | 1 | -2/+4 |
| * | throttle: Add throttle group support | Alberto Garcia | 2015-06-12 | 1 | -1/+3 |
* | | qmp/hmp: add rocker device support | Scott Feldman | 2015-06-12 | 1 | -0/+303 |
|/ |
|
* | monitor: Use traditional command interface for HMP device_add | Markus Armbruster | 2015-06-02 | 1 | -0/+6 |
* | monitor: Convert client_migrate_info to QAPI | Markus Armbruster | 2015-06-02 | 1 | -0/+17 |
* | migration: Add hmp interface to set and query parameters | Liang Li | 2015-05-07 | 1 | -0/+65 |
* | qapi: Drop inline nested structs in query-pci | Eric Blake | 2015-05-05 | 1 | -13/+13 |
* | qapi: Drop inline nested struct in query-version | Eric Blake | 2015-05-05 | 1 | -1/+1 |
* | qmp: Add support of "dirty-bitmap" sync mode for drive-backup | John Snow | 2015-04-28 | 1 | -1/+2 |
* | Revert "hmp: fix crash in 'info block -n -v'" | Stefan Hajnoczi | 2015-04-28 | 1 | -2/+1 |
* | hmp: fix crash in 'info block -n -v' | Alberto Garcia | 2015-04-17 | 1 | -1/+2 |
* | Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20150317' i... | Peter Maydell | 2015-03-17 | 1 | -12/+9 |
|\ |
|
| * | migration: Convert 'status' of MigrationInfo to use an enum type | zhanghailiang | 2015-03-17 | 1 | -3/+4 |
| * | hmp: Rename 'MigrationStatus' to 'HMPMigrationStatus' | zhanghailiang | 2015-03-17 | 1 | -4/+4 |
| * | migrate_incoming: use hmp_handle_error | Dr. David Alan Gilbert | 2015-03-17 | 1 | -5/+1 |
* | | qom: Implement qom-set HMP command | Andreas Färber | 2015-03-17 | 1 | -0/+21 |
* | | qom: Implement qom-list HMP command | Andreas Färber | 2015-03-17 | 1 | -0/+26 |
|/ |
|
* | Add migrate_incoming | Dr. David Alan Gilbert | 2015-03-16 | 1 | -0/+14 |
* | hmp: info spice: take out webdav | Gerd Hoffmann | 2015-03-04 | 1 | -0/+5 |
* | hmp: info spice: Show string channel name | Cole Robinson | 2015-03-03 | 1 | -0/+27 |
* | Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging | Peter Maydell | 2015-02-26 | 1 | -1/+1 |
|\ |
|
| * | hmp: Fix warning from smatch (wrong argument in function call) | Stefan Weil | 2015-02-23 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2015-02-18' in... | Peter Maydell | 2015-02-25 | 1 | -3/+3 |
|\ \ |
|
| * | | hmp: Name HMP command handler functions hmp_COMMAND() | Markus Armbruster | 2015-02-18 | 1 | -3/+3 |
| |/ |
|
* | | qemu-io: Use BlockBackend | Max Reitz | 2015-02-16 | 1 | -4/+5 |
|/ |
|
* | block: add accounting for merged requests | Peter Lieven | 2015-02-06 | 1 | -1/+5 |
* | hmp: Compile hmp_info_spice() only with CONFIG_SPICE | Markus Armbruster | 2015-01-29 | 1 | -0/+2 |
* | block/hmp: Allow node-name in 'info block' | Kevin Wolf | 2014-12-10 | 1 | -1/+30 |
* | block/hmp: Allow info = NULL in print_block_info() | Kevin Wolf | 2014-12-10 | 1 | -9/+25 |
* | block/hmp: Factor out print_block_info() | Kevin Wolf | 2014-12-10 | 1 | -95/+97 |
* | block/qapi: Add cache information to query-block | Kevin Wolf | 2014-12-10 | 1 | -0/+8 |
* | qmp: Add optional switch "query-nodes" in query-blockstats | Fam Zheng | 2014-12-10 | 1 | -1/+1 |
* | Add HMP command "info memory-devices" | Zhu Guihua | 2014-09-26 | 1 | -0/+38 |
* | hmp: fix memory leak at hmp_info_block_jobs() | Gonglei | 2014-09-22 | 1 | -0/+2 |
* | hmp: fix MemdevList memory leak | Chen Fan | 2014-09-02 | 1 | -0/+2 |
* | qom/object.c, hmp.c: fix string_output_get_string() memory leak | Chen Fan | 2014-09-02 | 1 | -2/+4 |
* | block: add backing-file option to block-stream | Jeff Cody | 2014-07-01 | 1 | -1/+1 |
* | block: Add replaces argument to drive-mirror | Benoît Canet | 2014-06-27 | 1 | -1/+1 |
* | block: Add node-name argument to drive-mirror | Benoît Canet | 2014-06-27 | 1 | -0/+1 |
* | Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging | Peter Maydell | 2014-06-24 | 1 | -2/+3 |
|\ |
|
| * | qapi: adjust existing defines | Wenchao Xia | 2014-06-23 | 1 | -2/+3 |