aboutsummaryrefslogtreecommitdiff
path: root/hmp.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-23hmp-commands: add sync-profileEmilio G. Cota1-0/+24
2018-07-16cli qmp: Mark --preconfig, exit-preconfig experimentalMarkus Armbruster1-1/+1
2018-07-03qapi: add conditions to VNC type/commands/events on the schemaMarc-André Lureau1-1/+8
2018-06-29Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into stagingPeter Maydell1-4/+4
2018-06-29dump: add Windows dump format to dump-guest-memoryViktor Prutyanov1-2/+7
2018-06-29cutils: Provide strchrnulKeno Fischer1-4/+4
2018-06-27migration: Create multifd_bytes ram_counterJuan Quintela1-0/+2
2018-06-21hmp: add exit_preconfigDr. David Alan Gilbert1-0/+8
2018-06-15migration/postcopy: Add max-postcopy-bandwidth parameterDr. David Alan Gilbert1-0/+7
2018-05-15migration/hmp: add migrate_pause commandPeter Xu1-0/+9
2018-05-15hmp/migration: add migrate_recover commandPeter Xu1-0/+10
2018-05-15qmp: hmp: add migrate "resume" optionPeter Xu1-1/+3
2018-05-15hmp: Allow using a qdev id in block_set_io_throttleAlberto Garcia1-2/+12
2018-04-25migration: add postcopy total blocktime into query-migrateAlexey Perevalov1-0/+15
2018-03-27hmp.c: Revert hmp_info_cpus output format changeSatheesh Rajendran1-1/+1
2018-03-20Merge remote-tracking branch 'remotes/dgilbert/tags/pull-hmp-20180320' into s...Peter Maydell1-1/+1
2018-03-20HMP: Initialize err before usingzhangjixiang1-1/+1
2018-03-20qmp: distinguish PC-DIMM and NVDIMM in MemoryDeviceInfoListHaozhong Zhang1-3/+11
2018-03-12qapi: Add device ID and head parameters to screendumpThomas Huth1-1/+3
2018-03-02qapi: Move qapi-schema.json to qapi/, rename generated filesMarkus Armbruster1-1/+1
2018-03-02qapi: Empty out qapi-schema.jsonMarkus Armbruster1-1/+9
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster1-1/+1
2018-02-26hmp: change hmp_info_cpus to use query-cpus-fastViktor Mihajlovski1-34/+7
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster1-0/+1
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster1-0/+1
2018-01-26hmp: Add nbd_server_remove to mirror QMP commandEric Blake1-3/+11
2018-01-26hmp: Add name parameter to nbd_server_addEric Blake1-1/+2
2018-01-26qapi: add name parameter to nbd-server-addVladimir Sementsov-Ogievskiy1-2/+3
2018-01-23migration: Revert postcopy-blocktime commit setPeter Maydell1-15/+0
2018-01-15migration: add postcopy total blocktime into query-migrateAlexey Perevalov1-0/+15
2018-01-15migration: Use proper types in jsonJuan Quintela1-11/+11
2017-12-22block: Don't acquire AioContext in hmp_qemu_io()Kevin Wolf1-6/+0
2017-10-30hmp: Replace error_report_errZhiPeng Lu1-18/+8
2017-10-29migration: Make xbzrle_cache_size a migration parameterJuan Quintela1-0/+14
2017-10-23migrate: HMP migate_continueDr. David Alan Gilbert1-0/+13
2017-10-13tpm: Added support for TPM emulatorAmarnath Valluri1-0/+5
2017-10-05hmp: Missing handle_errorsDr. David Alan Gilbert1-0/+2
2017-09-22migration: Create x-multifd-page-count parameterJuan Quintela1-0/+7
2017-09-22migration: Create x-multifd-channels parameterJuan Quintela1-0/+7
2017-09-14hmp: introduce 'info memory_size_summary' commandVadim Galitsyn1-0/+18
2017-09-04qapi: Change data type of the FOO_lookup generated for enum FOOMarc-André Lureau1-3/+3
2017-09-04qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)Markus Armbruster1-27/+27
2017-09-04qapi: Generate FOO_str() macro for QAPI enum FOOMarkus Armbruster1-1/+0
2017-09-04hmp: Use qapi_enum_parse() in hmp_migrate_set_parameter()Marc-André Lureau1-71/+69
2017-09-04hmp: Use qapi_enum_parse() in hmp_migrate_set_capability()Marc-André Lureau1-13/+10
2017-09-04qapi: Drop superfluous qapi_enum_parse() parameter maxMarkus Armbruster1-1/+1
2017-07-24migration: Use JSON null instead of "" to reset parameter to defaultMarkus Armbruster1-2/+6
2017-07-24migration: Unshare MigrationParameters struct for nowMarkus Armbruster1-2/+2
2017-07-24migration: Clean up around tls_creds, tls_hostnameMarkus Armbruster1-2/+4
2017-07-24hmp: Clean up and simplify hmp_migrate_set_parameter()Markus Armbruster1-46/+32