summaryrefslogtreecommitdiff
path: root/hmp.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-15Bugfix: Handle error if VM Generation ID device not presentBen Warren1-1/+3
2017-03-03Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-0/+9
2017-03-02qmp/hmp: add query-vm-generation-id and 'info vm-generation-id' commandsIgor Mammedov1-0/+9
2017-02-28hmp: Request permissions in qemu-ioKevin Wolf1-1/+25
2017-02-28block: Add error parameter to blk_insert_bs()Kevin Wolf1-1/+5
2017-02-28block: Add permissions to blk_new()Kevin Wolf1-1/+2
2017-02-23util/cutils: Change qemu_strtosz*() from int64_t to uint64_tMarkus Armbruster1-2/+3
2017-02-23util/cutils: Return qemu_strtosz*() error and value separatelyMarkus Armbruster1-3/+3
2017-02-23util/cutils: Let qemu_strtosz*() optionally reject trailing crapMarkus Armbruster1-4/+2
2017-02-23util/cutils: Rename qemu_strtosz() to qemu_strtosz_MiB()Markus Armbruster1-1/+1
2017-02-21monitor: Fix crashes when using HMP commands without CPUThomas Huth1-1/+7
2017-02-21monitor: add poll-* properties into query-iothreads resultPavel Hrdina1-2/+7
2017-02-21hmp: fix block_set_io_throttleEric Blake1-0/+1
2017-01-31char: headers clean-upMarc-André Lureau1-0/+1
2017-01-12monitor: fix qmp/hmp query-memdev not reporting IDs of memory backendsIgor Mammedov1-4/+1
2017-01-12monitor: reuse user_creatable_add_opts() instead of user_creatable_add()Igor Mammedov1-4/+1
2016-11-15Merge remote-tracking branch 'quintela/tags/migration/20161114' into stagingStefan Hajnoczi1-0/+1
2016-11-14migration: fix missing assignment for has_x_checkpoint_delayzhanghailiang1-0/+1
2016-11-11hmp: Make block_stream set an explicit job IDAlberto Garcia1-1/+1
2016-10-31block: Add 'base-node' parameter to the 'block-stream' commandAlberto Garcia1-1/+1
2016-10-30COLO: Add 'x-colo-lost-heartbeat' command to trigger failoverzhanghailiang1-0/+8
2016-10-30COLO: Add checkpoint-delay parameter for migrate-set-parameterszhanghailiang1-0/+8
2016-10-24char: remove init callbackMarc-André Lureau1-1/+1
2016-10-13migrate: move max-bandwidth and downtime-limit to migrate_set_parameterAshijeet Acharya1-0/+27
2016-10-13migrate: Use boxed qapi for migrate-set-parametersEric Blake1-22/+18
2016-10-13migrate: Share common MigrationParameters structEric Blake1-2/+7
2016-10-13migrate: Fix cpu-throttle-increment regression in HMPEric Blake1-0/+1
2016-10-10Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-0/+1
2016-10-10net: don't poke at chardev internal QemuOptsDaniel P. Berrange1-0/+1
2016-10-04intc: make HMP 'info irq' and 'info pic' commands use InterruptStatsProvider ...Hervé Poussineau1-0/+65
2016-09-23block: Accept device model name for blockdev-change-mediumKevin Wolf1-2/+3
2016-09-23block: Accept device model name for ejectKevin Wolf1-1/+1
2016-09-23hmp: Remove dead code in hmp_qemu_io()Kevin Wolf1-9/+5
2016-09-05block: Allow node name for 'qemu-io' HMP commandKevin Wolf1-0/+13
2016-09-05drive-backup: added support for data compressionPavel Butsykin1-0/+3
2016-09-05block: simplify drive-backupPavel Butsykin1-11/+10
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