summaryrefslogtreecommitdiff
path: root/hmp.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-12-10block/qapi: Add cache information to query-blockKevin Wolf1-0/+8
2014-12-10qmp: Add optional switch "query-nodes" in query-blockstatsFam Zheng1-1/+1
2014-09-26Add HMP command "info memory-devices"Zhu Guihua1-0/+38
2014-09-22hmp: fix memory leak at hmp_info_block_jobs()Gonglei1-0/+2
2014-09-02hmp: fix MemdevList memory leakChen Fan1-0/+2
2014-09-02qom/object.c, hmp.c: fix string_output_get_string() memory leakChen Fan1-2/+4
2014-07-01block: add backing-file option to block-streamJeff Cody1-1/+1
2014-06-27block: Add replaces argument to drive-mirrorBenoît Canet1-1/+1
2014-06-27block: Add node-name argument to drive-mirrorBenoît Canet1-0/+1
2014-06-24Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into stagingPeter Maydell1-2/+3
2014-06-23qapi: adjust existing definesWenchao Xia1-2/+3
2014-06-23qapi/hmp: use 'backend' instead of 'device' with memory backendIgor Mammedov1-1/+1
2014-06-19hmp: add info memdevHu Tao1-0/+36
2014-05-20Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-0/+5
2014-05-19block: optimize zero writes with bdrv_write_zeroesPeter Lieven1-0/+5
2014-05-15hmp: Call visit_end_struct() after visit_start_struct() succeedsMarkus Armbruster1-8/+8
2014-05-09hmp: Guard against misuse of hmp_handle_error()Markus Armbruster1-1/+2
2014-05-08qmp hmp: Consistently name Error * objects err, and not errpMarkus Armbruster1-69/+69
2014-05-05migration: expose xbzrle cache miss rateChenLiang1-0/+2
2014-05-05migration: expose the bitmap_sync_count to the endChenLiang1-0/+2
2014-04-25HMP: support specifying dump format for dump-guest-memoryQiao Nuohan1-3/+22
2014-02-28dump: make kdump-compressed format available for 'dump-guest-memory'qiaonuohan1-1/+4
2014-02-17Use error_is_set() only when necessaryMarkus Armbruster1-4/+4
2014-02-17hmp: migrate command (without -d) now blocks correctlySoramichi AKIYAMA1-1/+2
2014-01-24qmp: Allow to take external snapshots on bs graphs node.Benoît Canet1-1/+3
2014-01-24qmp: Allow block_resize to manipulate bs graph nodes.Benoît Canet1-1/+1
2014-01-24qmp: Allow to change password on named block driver states.Benoît Canet1-1/+1
2014-01-22readline: decouple readline from the monitorStefan Hajnoczi1-3/+3
2014-01-06monitor: add object-add (QMP) and object_add (HMP) commandPaolo Bonzini1-0/+58
2014-01-06monitor: add object-del (QMP) and object_del (HMP) commandPaolo Bonzini1-0/+9
2014-01-06qemu-monitor: HMP cpu-add wrapperJason J. Herne1-0/+10
2013-10-17hmp: drop bogus "[not inserted]"Mike Qiu1-2/+0
2013-09-17hmp: block-stream: fix typoAnthony Liguori1-1/+1
2013-09-12hmp: add interface hmp_snapshot_delete_blkdev_internalWenchao Xia1-0/+12
2013-09-12hmp: add interface hmp_snapshot_blkdev_internalWenchao Xia1-0/+10
2013-09-11Merge remote-tracking branch 'mdroth/qga-pull-2013-9-9' into stagingAnthony Liguori1-1/+1
2013-09-09Add c++ keywords to QAPI helper scriptTomoki Sekiyama1-1/+1
2013-09-06block: Add iops_size to do the iops accounting for a given io size.Benoît Canet1-2/+6
2013-09-06block: Add support for throttling burst max in QMP and the command line.Benoît Canet1-3/+29
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh1-4/+4
2013-07-23rdma: account for the time spent in MIG_STATE_SETUP through QMPMichael R. Hines1-0/+4
2013-07-15block: add drive_backup HMP commandStefan Hajnoczi1-0/+28
2013-06-28hmp: Make "info block" output more readableKevin Wolf1-39/+55
2013-06-27rdma: export throughput w/ MigrationStats QMPMichael R. Hines1-0/+2
2013-06-07hmp: add parameters device and -v for info blockWenchao Xia1-9/+16
2013-06-07hmp: show ImageInfo in 'info block'Wenchao Xia1-0/+14
2013-06-06Make qemu-io commands available in HMPKevin Wolf1-0/+18