aboutsummaryrefslogtreecommitdiff
path: root/hmp.c
AgeCommit message (Expand)Author
2017-07-11block: rip out all traces of password promptingDaniel P. Berrange
2017-06-29Add chardev-send-break monitor commandStefan Fritsch
2017-06-28migration: hmp: dump globalsPeter Xu
2017-06-05Merge remote-tracking branch 'remotes/elmarco/tags/chrfe-pull-request' into s...Peter Maydell
2017-06-02chardev: move headers to include/chardevMarc-André Lureau
2017-06-01migration: Create include for migration snapshotsJuan Quintela
2017-05-18migration: Create block capabilityJuan Quintela
2017-05-18hmp: Use visitor api for hmp_migrate_set_parameter()Juan Quintela
2017-05-18Merge remote-tracking branch 'dgilbert/tags/pull-hmp-20170517' into stagingStefan Hajnoczi
2017-05-17ramblock: add new hmp command "info ramblock"Peter Xu
2017-05-17migration: Pass Error ** argument to {save,load}_vmstateJuan Quintela
2017-05-09sockets: Limit SocketAddressLegacy to external interfacesMarkus Armbruster
2017-05-09sockets: Rename SocketAddress to SocketAddressLegacyMarkus Armbruster
2017-05-04monitor: Move hmp_info_snapshots from savevm.c to hmp.cJuan Quintela
2017-05-04monitor: Move hmp_delvm from savevm.c to hmp.cJuan Quintela
2017-05-04monitor: Move hmp_savevm from savevm.c to hmp.cJuan Quintela
2017-05-04monitor: Move hmp_loadvm from monitor.c to hmp.cJuan Quintela
2017-04-21hmp: info migrate_parameters format tunesPeter Xu
2017-04-21hmp: info migrate_capability format tunesPeter Xu
2017-04-21ram: Add page-size to output in 'info migrate'Chao Fan
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