summaryrefslogtreecommitdiffstats
path: root/hmp.c
Commit message (Expand)AuthorAgeFilesLines
* {hmp, hw/pvrdma}: Expose device internals via monitor interfaceYuval Shaia2019-03-161-0/+27
* nbd: allow authorization with nbd-server-start QMP commandDaniel P. Berrange2019-03-061-1/+1
* migration: Create socket-address parameterJuan Quintela2019-03-061-0/+33
* hmp: Add hmp_announce_selfDr. David Alan Gilbert2019-03-051-0/+5
* migration: Add announce parametersDr. David Alan Gilbert2019-03-051-0/+28
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell2019-02-141-1/+1
|\
| * HMP: Prepend errors with 'Error:'Dr. David Alan Gilbert2019-02-141-1/+1
* | char: allow specifying a GMainContext at opening timePaolo Bonzini2019-02-131-1/+1
|/
* migration: introduce pages-per-secondXiao Guangrong2019-01-231-0/+2
* nbd: Allow bitmap export during QMP nbd-server-addEric Blake2019-01-141-2/+3
* qmp hmp: Make system_wakeup check wake-up support and run stateDaniel Henrique Barboza2018-12-181-1/+4
* Deprecate HMP `cpu-add`Kashyap Chamarthy2018-12-111-0/+2
* qmp, hmp: make subsystem/system-vendor identities optionalDenis V. Lunev2018-10-111-2/+4
* migration: show the statistics of compressionXiao Guangrong2018-09-261-0/+13
* Merge remote-tracking branch 'remotes/xanclic/tags/pull-block-2018-09-25' int...Peter Maydell2018-09-251-2/+3
|\
| * qapi/block-stream: expose new job propertiesJohn Snow2018-09-251-2/+3
* | qmp, hmp: add PCI subsystem id and vendor id to PCI infoDenis V. Lunev2018-09-251-0/+2
* | hmp: fix migrate status timer leakMarc-André Lureau2018-09-251-0/+1
|/
* Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20180822-1'...Peter Maydell2018-08-241-0/+16
|\
| * migration: do not wait for free threadXiao Guangrong2018-08-221-0/+8
| * migrate/cpu-throttle: Add max-cpu-throttle migration parameterLi Qiang2018-08-221-0/+8
* | hmp-commands: add sync-profileEmilio G. Cota2018-08-231-0/+24
|/
* cli qmp: Mark --preconfig, exit-preconfig experimentalMarkus Armbruster2018-07-161-1/+1
* qapi: add conditions to VNC type/commands/events on the schemaMarc-André Lureau2018-07-031-1/+8
* Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into stagingPeter Maydell2018-06-291-4/+4
|\
| * cutils: Provide strchrnulKeno Fischer2018-06-291-4/+4
* | dump: add Windows dump format to dump-guest-memoryViktor Prutyanov2018-06-291-2/+7
|/
* migration: Create multifd_bytes ram_counterJuan Quintela2018-06-271-0/+2
* hmp: add exit_preconfigDr. David Alan Gilbert2018-06-211-0/+8
* migration/postcopy: Add max-postcopy-bandwidth parameterDr. David Alan Gilbert2018-06-151-0/+7
* migration/hmp: add migrate_pause commandPeter Xu2018-05-151-0/+9
* hmp/migration: add migrate_recover commandPeter Xu2018-05-151-0/+10
* qmp: hmp: add migrate "resume" optionPeter Xu2018-05-151-1/+3
* hmp: Allow using a qdev id in block_set_io_throttleAlberto Garcia2018-05-151-2/+12
* migration: add postcopy total blocktime into query-migrateAlexey Perevalov2018-04-251-0/+15
* hmp.c: Revert hmp_info_cpus output format changeSatheesh Rajendran2018-03-271-1/+1
* Merge remote-tracking branch 'remotes/dgilbert/tags/pull-hmp-20180320' into s...Peter Maydell2018-03-201-1/+1
|\
| * HMP: Initialize err before usingzhangjixiang2018-03-201-1/+1
* | qmp: distinguish PC-DIMM and NVDIMM in MemoryDeviceInfoListHaozhong Zhang2018-03-201-3/+11
|/
* qapi: Add device ID and head parameters to screendumpThomas Huth2018-03-121-1/+3
* qapi: Move qapi-schema.json to qapi/, rename generated filesMarkus Armbruster2018-03-021-1/+1
* qapi: Empty out qapi-schema.jsonMarkus Armbruster2018-03-021-1/+9
* Include less of the generated modular QAPI headersMarkus Armbruster2018-03-021-1/+1
* hmp: change hmp_info_cpus to use query-cpus-fastViktor Mihajlovski2018-02-261-34/+7Star
* Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster2018-02-091-0/+1
* Include qapi/error.h exactly where neededMarkus Armbruster2018-02-091-0/+1
* hmp: Add nbd_server_remove to mirror QMP commandEric Blake2018-01-261-3/+11
* hmp: Add name parameter to nbd_server_addEric Blake2018-01-261-1/+2
* qapi: add name parameter to nbd-server-addVladimir Sementsov-Ogievskiy2018-01-261-2/+3
* migration: Revert postcopy-blocktime commit setPeter Maydell2018-01-231-15/+0Star