summaryrefslogtreecommitdiffstats
path: root/hmp.c
Commit message (Expand)AuthorAgeFilesLines
* util: move declarations out of qemu-common.hVeronia Bahaa2019-11-291-0/+1
* qapi: Don't special-case simple union wrappersEric Blake2019-11-291-4/+4
* Dump: add hmp command "info dump"Peter Xu2019-11-291-0/+17
* dump-guest-memory: add "detach" flag for QMP/HMP interfaces.Peter Xu2019-11-291-2/+7
* qapi: Add burst length parameters to block_set_io_throttleAlberto Garcia2019-11-291-0/+12
* qapi: Don't box branches of flat unionsEric Blake2019-11-291-6/+6
* nbd: enable use of TLS with nbd-server-start commandDaniel P. Berrange2019-11-291-1/+1
* qom: add helpers for UserCreatable object typesDaniel P. Berrange2019-11-291-41/+11
* qapi: Fix compilation failure on MIPS and SPARCEric Blake2019-11-291-3/+5
* qapi: Drop unused 'kind' for struct/enum visitEric Blake2019-11-291-1/+1
* qapi: Swap visit_* arguments for consistent 'name' placementEric Blake2019-11-291-4/+4
* hmp: Cache use of qapi visitorEric Blake2019-11-291-5/+7
* hmp: Drop pointless allocation during qapi visitEric Blake2019-11-291-3/+1
* all: Clean up includesPeter Maydell2019-11-291-0/+1
* hmp: fix sendkey out of bounds write (CVE-2015-8619)Wolfgang Bumiller2019-11-291-10/+8
* error: Consistently name Error * objects err, and not errpMarkus Armbruster2019-11-291-16/+16
* error: Use error_report_err() instead of monitor_printf()Markus Armbruster2019-11-291-20/+9
* cpu: Convert CpuInfo into flat unionEric Blake2019-11-291-11/+19
* qapi: Don't let implicit enum MAX member collideEric Blake2019-11-291-7/+7
* block: Add idle_time_ns to BlockDeviceStatsAlberto Garcia2015-11-121-1/+3
* hmp: Add read-only-mode option to change commandMax Reitz2015-11-111-1/+21
* blockdev: read-only-mode for blockdev-change-mediumMax Reitz2015-11-111-1/+1
* hmp: Use blockdev-change-medium for change commandMax Reitz2015-11-111-12/+15
* migrate_start_postcopy: Command to trigger transition to postcopyDr. David Alan Gilbert2015-11-101-0/+7
* tpm: Convert to new qapi union layoutEric Blake2015-11-021-3/+3
* memory: Convert to new qapi union layoutEric Blake2015-11-021-3/+3
* input: Convert to new qapi union layoutEric Blake2015-11-021-4/+4
* qapi: Unbox base membersEric Blake2015-11-021-3/+3
* qmp/hmp: Add throttle ratio to query-migrate and info migrateJason J. Herne2015-09-301-0/+5
* migration: Parameters for auto-converge cpu throttlingJason J. Herne2015-09-301-0/+16
* hmp: add info iothreads commandTing Wang2015-09-041-0/+13
* qmp: Add optional bool "unmap" to drive-mirrorFam Zheng2015-07-021-1/+1
* Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster2015-06-221-0/+1
* qmp: Wean off qerror_report()Markus Armbruster2015-06-221-1/+4
* qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster2015-06-221-5/+5
* qerror: Eliminate QERR_DEVICE_NOT_FOUNDMarkus Armbruster2015-06-221-2/+4
* QemuOpts: Wean off qerror_report_err()Markus Armbruster2015-06-221-1/+1
* qobject: Use 'bool' inside qdictEric Blake2015-06-221-20/+20
* Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2015-06-121-3/+7
|\
| * throttle: add the name of the ThrottleGroup to BlockDeviceInfoAlberto Garcia2015-06-121-2/+4
| * throttle: Add throttle group supportAlberto Garcia2015-06-121-1/+3
* | qmp/hmp: add rocker device supportScott Feldman2015-06-121-0/+303
|/
* monitor: Use traditional command interface for HMP device_addMarkus Armbruster2015-06-021-0/+6
* monitor: Convert client_migrate_info to QAPIMarkus Armbruster2015-06-021-0/+17
* migration: Add hmp interface to set and query parametersLiang Li2015-05-071-0/+65
* qapi: Drop inline nested structs in query-pciEric Blake2015-05-051-13/+13
* qapi: Drop inline nested struct in query-versionEric Blake2015-05-051-1/+1
* qmp: Add support of "dirty-bitmap" sync mode for drive-backupJohn Snow2015-04-281-1/+2
* Revert "hmp: fix crash in 'info block -n -v'"Stefan Hajnoczi2015-04-281-2/+1
* hmp: fix crash in 'info block -n -v'Alberto Garcia2015-04-171-1/+2
OpenPOWER on IntegriCloud