aboutsummaryrefslogtreecommitdiff
path: root/hmp.c
AgeCommit message (Expand)Author
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
2016-05-23migration: Promote improved autoconverge commands out of experimental stateJason J. Herne
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa
2016-03-18qapi: Don't special-case simple union wrappersEric Blake
2016-02-25Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2016-02-22Dump: add hmp command "info dump"Peter Xu
2016-02-22dump-guest-memory: add "detach" flag for QMP/HMP interfaces.Peter Xu
2016-02-22qapi: Add burst length parameters to block_set_io_throttleAlberto Garcia
2016-02-19qapi: Don't box branches of flat unionsEric Blake
2016-02-16nbd: enable use of TLS with nbd-server-start commandDaniel P. Berrange
2016-02-16qom: add helpers for UserCreatable object typesDaniel P. Berrange
2016-02-08qapi: Fix compilation failure on MIPS and SPARCEric Blake
2016-02-08qapi: Drop unused 'kind' for struct/enum visitEric Blake
2016-02-08qapi: Swap visit_* arguments for consistent 'name' placementEric Blake
2016-02-08hmp: Cache use of qapi visitorEric Blake
2016-02-08hmp: Drop pointless allocation during qapi visitEric Blake
2016-02-04all: Clean up includesPeter Maydell