aboutsummaryrefslogtreecommitdiff
path: root/hmp.c
AgeCommit message (Expand)Author
2017-03-15Bugfix: Handle error if VM Generation ID device not presentBen Warren
2017-03-03Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2017-03-02qmp/hmp: add query-vm-generation-id and 'info vm-generation-id' commandsIgor Mammedov
2017-02-28hmp: Request permissions in qemu-ioKevin Wolf
2017-02-28block: Add error parameter to blk_insert_bs()Kevin Wolf
2017-02-28block: Add permissions to blk_new()Kevin Wolf
2017-02-23util/cutils: Change qemu_strtosz*() from int64_t to uint64_tMarkus Armbruster
2017-02-23util/cutils: Return qemu_strtosz*() error and value separatelyMarkus Armbruster
2017-02-23util/cutils: Let qemu_strtosz*() optionally reject trailing crapMarkus Armbruster
2017-02-23util/cutils: Rename qemu_strtosz() to qemu_strtosz_MiB()Markus Armbruster
2017-02-21monitor: Fix crashes when using HMP commands without CPUThomas Huth
2017-02-21monitor: add poll-* properties into query-iothreads resultPavel Hrdina
2017-02-21hmp: fix block_set_io_throttleEric Blake
2017-01-31char: headers clean-upMarc-André Lureau
2017-01-12monitor: fix qmp/hmp query-memdev not reporting IDs of memory backendsIgor Mammedov
2017-01-12monitor: reuse user_creatable_add_opts() instead of user_creatable_add()Igor Mammedov
2016-11-15Merge remote-tracking branch 'quintela/tags/migration/20161114' into stagingStefan Hajnoczi
2016-11-14migration: fix missing assignment for has_x_checkpoint_delayzhanghailiang
2016-11-11hmp: Make block_stream set an explicit job IDAlberto Garcia
2016-10-31block: Add 'base-node' parameter to the 'block-stream' commandAlberto Garcia
2016-10-30COLO: Add 'x-colo-lost-heartbeat' command to trigger failoverzhanghailiang
2016-10-30COLO: Add checkpoint-delay parameter for migrate-set-parameterszhanghailiang
2016-10-24char: remove init callbackMarc-André Lureau
2016-10-13migrate: move max-bandwidth and downtime-limit to migrate_set_parameterAshijeet Acharya
2016-10-13migrate: Use boxed qapi for migrate-set-parametersEric Blake
2016-10-13migrate: Share common MigrationParameters structEric Blake
2016-10-13migrate: Fix cpu-throttle-increment regression in HMPEric Blake
2016-10-10Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2016-10-10net: don't poke at chardev internal QemuOptsDaniel P. Berrange
2016-10-04intc: make HMP 'info irq' and 'info pic' commands use InterruptStatsProvider ...Hervé Poussineau
2016-09-23block: Accept device model name for blockdev-change-mediumKevin Wolf
2016-09-23block: Accept device model name for ejectKevin Wolf
2016-09-23hmp: Remove dead code in hmp_qemu_io()Kevin Wolf
2016-09-05block: Allow node name for 'qemu-io' HMP commandKevin Wolf
2016-09-05drive-backup: added support for data compressionPavel Butsykin
2016-09-05block: simplify drive-backupPavel Butsykin
2016-07-19block: Simplify drive-mirrorEric Blake
2016-07-19block: Simplify block_set_io_throttleEric Blake
2016-07-13stream: Add 'job-id' parameter to 'block-stream'Alberto Garcia
2016-07-13backup: Add 'job-id' parameter to 'blockdev-backup' and 'drive-backup'Alberto Garcia
2016-07-13mirror: Add 'job-id' parameter to 'blockdev-mirror' and 'drive-mirror'Alberto Garcia
2016-07-06qapi: Add new visit_complete() functionEric Blake
2016-07-06string-output-visitor: Favor new visit_free() functionEric Blake
2016-07-06opts-visitor: Favor new visit_free() functionEric Blake
2016-06-27qapi: keep names in 'CpuInstanceProperties' in sync with struct CPUCorePeter Krempa
2016-06-17hmp: Add 'info hotpluggable-cpus' HMP commandBharata B Rao
2016-06-16hmp: acquire aio_context in hmp_qemu_ioVladimir Sementsov-Ogievskiy
2016-06-16Postcopy: Add stats on page requestsDr. David Alan Gilbert
2016-05-26migration: define 'tls-creds' and 'tls-hostname' migration parametersDaniel P. Berrange
2016-05-26migration: add reporting of errors for outgoing migrationDaniel P. Berrange