summaryrefslogtreecommitdiff
path: root/hmp.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-19block: Simplify drive-mirrorEric Blake1-14/+11
2016-07-19block: Simplify block_set_io_throttleEric Blake1-35/+10
2016-07-13stream: Add 'job-id' parameter to 'block-stream'Alberto Garcia1-1/+1
2016-07-13backup: Add 'job-id' parameter to 'blockdev-backup' and 'drive-backup'Alberto Garcia1-1/+1
2016-07-13mirror: Add 'job-id' parameter to 'blockdev-mirror' and 'drive-mirror'Alberto Garcia1-1/+1
2016-07-06qapi: Add new visit_complete() functionEric Blake1-6/+5
2016-07-06string-output-visitor: Favor new visit_free() functionEric Blake1-1/+1
2016-07-06opts-visitor: Favor new visit_free() functionEric Blake1-4/+4
2016-06-27qapi: keep names in 'CpuInstanceProperties' in sync with struct CPUCorePeter Krempa1-8/+8
2016-06-17hmp: Add 'info hotpluggable-cpus' HMP commandBharata B Rao1-0/+42
2016-06-16hmp: acquire aio_context in hmp_qemu_ioVladimir Sementsov-Ogievskiy1-0/+5
2016-06-16Postcopy: Add stats on page requestsDr. David Alan Gilbert1-0/+4
2016-05-26migration: define 'tls-creds' and 'tls-hostname' migration parametersDaniel P. Berrange1-6/+38
2016-05-26migration: add reporting of errors for outgoing migrationDaniel P. Berrange1-1/+12
2016-05-23migration: Promote improved autoconverge commands out of experimental stateJason J. Herne1-14/+14
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-0/+1
2016-03-18qapi: Don't special-case simple union wrappersEric Blake1-4/+4
2016-02-25Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-2/+24
2016-02-22Dump: add hmp command "info dump"Peter Xu1-0/+17
2016-02-22dump-guest-memory: add "detach" flag for QMP/HMP interfaces.Peter Xu1-2/+7
2016-02-22qapi: Add burst length parameters to block_set_io_throttleAlberto Garcia1-0/+12
2016-02-19qapi: Don't box branches of flat unionsEric Blake1-6/+6
2016-02-16nbd: enable use of TLS with nbd-server-start commandDaniel P. Berrange1-1/+1
2016-02-16qom: add helpers for UserCreatable object typesDaniel P. Berrange1-41/+11
2016-02-08qapi: Fix compilation failure on MIPS and SPARCEric Blake1-3/+5
2016-02-08qapi: Drop unused 'kind' for struct/enum visitEric Blake1-1/+1
2016-02-08qapi: Swap visit_* arguments for consistent 'name' placementEric Blake1-4/+4
2016-02-08hmp: Cache use of qapi visitorEric Blake1-5/+7
2016-02-08hmp: Drop pointless allocation during qapi visitEric Blake1-3/+1
2016-02-04all: Clean up includesPeter Maydell1-0/+1
2016-02-03hmp: fix sendkey out of bounds write (CVE-2015-8619)Wolfgang Bumiller1-10/+8
2016-01-13error: Consistently name Error * objects err, and not errpMarkus Armbruster1-16/+16
2016-01-13error: Use error_report_err() instead of monitor_printf()Markus Armbruster1-20/+9
2015-12-17cpu: Convert CpuInfo into flat unionEric Blake1-11/+19
2015-12-17qapi: Don't let implicit enum MAX member collideEric Blake1-7/+7
2015-11-12block: Add idle_time_ns to BlockDeviceStatsAlberto Garcia1-1/+3
2015-11-11hmp: Add read-only-mode option to change commandMax Reitz1-1/+21
2015-11-11blockdev: read-only-mode for blockdev-change-mediumMax Reitz1-1/+1
2015-11-11hmp: Use blockdev-change-medium for change commandMax Reitz1-12/+15
2015-11-10migrate_start_postcopy: Command to trigger transition to postcopyDr. David Alan Gilbert1-0/+7
2015-11-02tpm: Convert to new qapi union layoutEric Blake1-3/+3
2015-11-02memory: Convert to new qapi union layoutEric Blake1-3/+3
2015-11-02input: Convert to new qapi union layoutEric Blake1-4/+4
2015-11-02qapi: Unbox base membersEric Blake1-3/+3
2015-09-30qmp/hmp: Add throttle ratio to query-migrate and info migrateJason J. Herne1-0/+5
2015-09-30migration: Parameters for auto-converge cpu throttlingJason J. Herne1-0/+16
2015-09-04hmp: add info iothreads commandTing Wang1-0/+13
2015-07-02qmp: Add optional bool "unmap" to drive-mirrorFam Zheng1-1/+1
2015-06-22Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster1-0/+1
2015-06-22qmp: Wean off qerror_report()Markus Armbruster1-1/+4