summaryrefslogtreecommitdiffstats
path: root/hmp.c
Commit message (Expand)AuthorAgeFilesLines
* hmp: add interface hmp_snapshot_delete_blkdev_internalWenchao Xia2013-09-121-0/+12
* hmp: add interface hmp_snapshot_blkdev_internalWenchao Xia2013-09-121-0/+10
* Merge remote-tracking branch 'mdroth/qga-pull-2013-9-9' into stagingAnthony Liguori2013-09-111-1/+1
|\
| * Add c++ keywords to QAPI helper scriptTomoki Sekiyama2013-09-091-1/+1
* | block: Add iops_size to do the iops accounting for a given io size.Benoît Canet2013-09-061-2/+6
* | block: Add support for throttling burst max in QMP and the command line.Benoît Canet2013-09-061-3/+29
|/
* aio / timers: Switch entire codebase to the new timer APIAlex Bligh2013-08-221-4/+4
* rdma: account for the time spent in MIG_STATE_SETUP through QMPMichael R. Hines2013-07-231-0/+4
* block: add drive_backup HMP commandStefan Hajnoczi2013-07-151-0/+28
* hmp: Make "info block" output more readableKevin Wolf2013-06-281-39/+55
* rdma: export throughput w/ MigrationStats QMPMichael R. Hines2013-06-271-0/+2
* hmp: add parameters device and -v for info blockWenchao Xia2013-06-071-9/+16
* hmp: show ImageInfo in 'info block'Wenchao Xia2013-06-071-0/+14
* Make qemu-io commands available in HMPKevin Wolf2013-06-061-0/+18
* Merge remote-tracking branch 'bonzini/hw-dirs' into stagingAnthony Liguori2013-04-151-1/+1
|\
| * sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini2013-04-151-1/+1
* | Revert "New QMP command query-cpu-max and HMP command cpu_max"Michal Novotny2013-04-121-8/+0
|/
* Merge remote-tracking branch 'quintela/migration.next' into stagingAnthony Liguori2013-03-261-0/+2
|\
| * migration: do not sent zero pages in bulk stagePeter Lieven2013-03-261-0/+2
* | New QMP command query-cpu-max and HMP command cpu_maxMichal Novotny2013-03-251-0/+8
* | QMP: Remove duplicate TPM type from query-tpmCorey Bryant2013-03-251-4/+4
|/
* Support for TPM command line optionsStefan Berger2013-03-121-0/+44
* error: Strip trailing '\n' from error string arguments (again)Markus Armbruster2013-02-111-1/+1
* hmp: make memchar-read escape ASCII control chars except \n and \tMarkus Armbruster2013-02-061-1/+14
* qemu-char: Saner naming of memchar stuff & doc fixesMarkus Armbruster2013-02-061-4/+4
* qmp: Clean up design of memchar-readMarkus Armbruster2013-02-061-7/+4
* qmp: Fix design bug and read beyond buffer in memchar-writeMarkus Armbruster2013-02-061-3/+1
* Fix error message in migrate_set_capability HMP commandOrit Wasserman2013-02-011-1/+1
* Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2013-01-281-1/+1
|\
| * mirror: add buf-size argument to drive-mirrorPaolo Bonzini2013-01-251-1/+1
| * mirror: allow customizing the granularityPaolo Bonzini2013-01-251-1/+1
* | QAPI: Introduce memchar-read QMP commandLei Li2013-01-251-0/+21
* | QAPI: Introduce memchar-write QMP commandLei Li2013-01-251-0/+13
* | balloon: drop old stats code & APILuiz Capitulino2013-01-251-23/+1
|/
* HMP: add QDict to info callback handlerWenchao Xia2013-01-171-18/+18
* chardev: add hmp hotplug commandsGerd Hoffmann2013-01-161-0/+23
* softmmu: move remaining include files to include/ subdirectoriesPaolo Bonzini2012-12-191-1/+1
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-3/+3
* monitor: move include files to include/monitor/Paolo Bonzini2012-12-191-1/+1
* ui: move files to ui/ and include/ui/Paolo Bonzini2012-12-191-1/+1
* net: reorganize headersPaolo Bonzini2012-12-191-1/+1
* janitor: do not include qemu-char everywherePaolo Bonzini2012-12-191-0/+1
* hmp: add NBD server commandsPaolo Bonzini2012-11-121-0/+76
* Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2012-10-291-0/+39
|\
| * mirror: add support for on-source-error/on-target-errorPaolo Bonzini2012-10-241-1/+2
| * qmp: add drive-mirror commandPaolo Bonzini2012-10-241-0/+28
| * block: add block-job-completePaolo Bonzini2012-10-241-0/+10
* | hmp: fix info cpus for sparc targetsAurelien Jarno2012-10-241-6/+5
|/
* migration: Add dirty_pages_rate to query migrate outputJuan Quintela2012-10-171-0/+4
* migration: print expected downtime in info migrateJuan Quintela2012-10-171-0/+4
OpenPOWER on IntegriCloud