aboutsummaryrefslogtreecommitdiff
path: root/hmp.c
AgeCommit message (Expand)Author
2014-09-26Add HMP command "info memory-devices"Zhu Guihua
2014-09-22hmp: fix memory leak at hmp_info_block_jobs()Gonglei
2014-09-02hmp: fix MemdevList memory leakChen Fan
2014-09-02qom/object.c, hmp.c: fix string_output_get_string() memory leakChen Fan
2014-07-01block: add backing-file option to block-streamJeff Cody
2014-06-27block: Add replaces argument to drive-mirrorBenoît Canet
2014-06-27block: Add node-name argument to drive-mirrorBenoît Canet
2014-06-24Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into stagingPeter Maydell
2014-06-23qapi: adjust existing definesWenchao Xia
2014-06-23qapi/hmp: use 'backend' instead of 'device' with memory backendIgor Mammedov
2014-06-19hmp: add info memdevHu Tao
2014-05-20Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2014-05-19block: optimize zero writes with bdrv_write_zeroesPeter Lieven
2014-05-15hmp: Call visit_end_struct() after visit_start_struct() succeedsMarkus Armbruster
2014-05-09hmp: Guard against misuse of hmp_handle_error()Markus Armbruster
2014-05-08qmp hmp: Consistently name Error * objects err, and not errpMarkus Armbruster
2014-05-05migration: expose xbzrle cache miss rateChenLiang
2014-05-05migration: expose the bitmap_sync_count to the endChenLiang
2014-04-25HMP: support specifying dump format for dump-guest-memoryQiao Nuohan
2014-02-28dump: make kdump-compressed format available for 'dump-guest-memory'qiaonuohan
2014-02-17Use error_is_set() only when necessaryMarkus Armbruster
2014-02-17hmp: migrate command (without -d) now blocks correctlySoramichi AKIYAMA
2014-01-24qmp: Allow to take external snapshots on bs graphs node.Benoît Canet
2014-01-24qmp: Allow block_resize to manipulate bs graph nodes.Benoît Canet
2014-01-24qmp: Allow to change password on named block driver states.Benoît Canet
2014-01-22readline: decouple readline from the monitorStefan Hajnoczi
2014-01-06monitor: add object-add (QMP) and object_add (HMP) commandPaolo Bonzini
2014-01-06monitor: add object-del (QMP) and object_del (HMP) commandPaolo Bonzini
2014-01-06qemu-monitor: HMP cpu-add wrapperJason J. Herne
2013-10-17hmp: drop bogus "[not inserted]"Mike Qiu
2013-09-17hmp: block-stream: fix typoAnthony Liguori
2013-09-12hmp: add interface hmp_snapshot_delete_blkdev_internalWenchao Xia
2013-09-12hmp: add interface hmp_snapshot_blkdev_internalWenchao Xia
2013-09-11Merge remote-tracking branch 'mdroth/qga-pull-2013-9-9' into stagingAnthony Liguori
2013-09-09Add c++ keywords to QAPI helper scriptTomoki Sekiyama
2013-09-06block: Add iops_size to do the iops accounting for a given io size.Benoît Canet
2013-09-06block: Add support for throttling burst max in QMP and the command line.Benoît Canet
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh
2013-07-23rdma: account for the time spent in MIG_STATE_SETUP through QMPMichael R. Hines
2013-07-15block: add drive_backup HMP commandStefan Hajnoczi
2013-06-28hmp: Make "info block" output more readableKevin Wolf
2013-06-27rdma: export throughput w/ MigrationStats QMPMichael R. Hines
2013-06-07hmp: add parameters device and -v for info blockWenchao Xia
2013-06-07hmp: show ImageInfo in 'info block'Wenchao Xia
2013-06-06Make qemu-io commands available in HMPKevin Wolf
2013-04-15Merge remote-tracking branch 'bonzini/hw-dirs' into stagingAnthony Liguori
2013-04-15sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini
2013-04-12Revert "New QMP command query-cpu-max and HMP command cpu_max"Michal Novotny
2013-03-26Merge remote-tracking branch 'quintela/migration.next' into stagingAnthony Liguori
2013-03-26migration: do not sent zero pages in bulk stagePeter Lieven