summaryrefslogtreecommitdiff
path: root/hmp.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-07-18block: List anonymous device BBs in query-blockKevin Wolf1-4/+4
2017-07-18block/qapi: Add qdev device name to query-blockKevin Wolf1-0/+3
2017-07-17Merge remote-tracking branch 'remotes/kraxel/tags/ui-20170717-pull-request' i...Peter Maydell1-31/+73
2017-07-17hmp: Update info vncDr. David Alan Gilbert1-31/+73
2017-07-14hmp: add hmp analogue for qmp-chardev-changeAnton Nefedov1-0/+34
2017-07-11block: rip out all traces of password promptingDaniel P. Berrange1-31/+0
2017-06-29Add chardev-send-break monitor commandStefan Fritsch1-0/+8
2017-06-28migration: hmp: dump globalsPeter Xu1-0/+3
2017-06-05Merge remote-tracking branch 'remotes/elmarco/tags/chrfe-pull-request' into s...Peter Maydell1-1/+1
2017-06-02chardev: move headers to include/chardevMarc-André Lureau1-1/+1
2017-06-01migration: Create include for migration snapshotsJuan Quintela1-2/+3
2017-05-18migration: Create block capabilityJuan Quintela1-0/+13
2017-05-18hmp: Use visitor api for hmp_migrate_set_parameter()Juan Quintela1-4/+6