aboutsummaryrefslogtreecommitdiff
path: root/hmp.c
AgeCommit message (Expand)Author
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
2013-03-25New QMP command query-cpu-max and HMP command cpu_maxMichal Novotny
2013-03-25QMP: Remove duplicate TPM type from query-tpmCorey Bryant
2013-03-12Support for TPM command line optionsStefan Berger
2013-02-11error: Strip trailing '\n' from error string arguments (again)Markus Armbruster
2013-02-06hmp: make memchar-read escape ASCII control chars except \n and \tMarkus Armbruster
2013-02-06qemu-char: Saner naming of memchar stuff & doc fixesMarkus Armbruster
2013-02-06qmp: Clean up design of memchar-readMarkus Armbruster
2013-02-06qmp: Fix design bug and read beyond buffer in memchar-writeMarkus Armbruster
2013-02-01Fix error message in migrate_set_capability HMP commandOrit Wasserman
2013-01-28Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori
2013-01-25mirror: add buf-size argument to drive-mirrorPaolo Bonzini
2013-01-25mirror: allow customizing the granularityPaolo Bonzini
2013-01-25QAPI: Introduce memchar-read QMP commandLei Li
2013-01-25QAPI: Introduce memchar-write QMP commandLei Li
2013-01-25balloon: drop old stats code & APILuiz Capitulino
2013-01-17HMP: add QDict to info callback handlerWenchao Xia
2013-01-16chardev: add hmp hotplug commandsGerd Hoffmann
2012-12-19softmmu: move remaining include files to include/ subdirectoriesPaolo Bonzini
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19monitor: move include files to include/monitor/Paolo Bonzini
2012-12-19ui: move files to ui/ and include/ui/Paolo Bonzini
2012-12-19net: reorganize headersPaolo Bonzini
2012-12-19janitor: do not include qemu-char everywherePaolo Bonzini
2012-11-12hmp: add NBD server commandsPaolo Bonzini
2012-10-29Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori
2012-10-24hmp: fix info cpus for sparc targetsAurelien Jarno
2012-10-24mirror: add support for on-source-error/on-target-errorPaolo Bonzini
2012-10-24qmp: add drive-mirror commandPaolo Bonzini
2012-10-24block: add block-job-completePaolo Bonzini