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