summaryrefslogtreecommitdiffstats
path: root/qapi
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-09-19' into ...Peter Maydell2016-09-191-0/+8
|\
| * qapi: Support unregistering QMP commandsMarkus Armbruster2016-09-191-0/+8
* | crypto: increase default pbkdf2 time for luks to 2 secondsDaniel P. Berrange2016-09-191-1/+1
* | crypto: make PBKDF iterations configurable for LUKS formatDaniel P. Berrange2016-09-191-1/+5
|/
* Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2016-09-131-2/+34
|\
| * support replication driver in blockdev-addWen Congyang2016-09-131-2/+21
| * replication: Introduce new APIs to do replication operationChanglong Xie2016-09-131-0/+13
* | qapi/block-core: add doc describing GlusterServer vs. SocketAddressPrasanna Kumar Kalever2016-09-131-0/+12
* | block/gluster: add support to choose libgfapi logfilePrasanna Kumar Kalever2016-09-131-1/+4
|/
* blockdev-backup: added support for data compressionPavel Butsykin2016-09-051-0/+4
* drive-backup: added support for data compressionPavel Butsykin2016-09-051-1/+4
* block: simplify blockdev-backupPavel Butsykin2016-09-051-1/+5
* block: simplify drive-backupPavel Butsykin2016-09-051-1/+2
* nbd-server: Allow node name for nbd-server-addKevin Wolf2016-09-051-2/+2
* block: Accept node-name for drive-mirrorKevin Wolf2016-09-051-2/+3
* block: Accept node-name for drive-backupKevin Wolf2016-09-051-2/+2
* block: Accept node-name for change-backing-fileKevin Wolf2016-09-051-1/+2
* block: Accept node-name for blockdev-snapshot-internal-syncKevin Wolf2016-09-051-2/+3
* block: Accept node-name for blockdev-snapshot-delete-internal-syncKevin Wolf2016-09-051-2/+3
* block: Accept node-name for blockdev-mirrorKevin Wolf2016-09-051-1/+2
* block: Accept node-name for blockdev-backupKevin Wolf2016-09-051-1/+1
* block: Accept node-name for block-commitKevin Wolf2016-09-051-1/+1
* block: Accept node-name for block-streamKevin Wolf2016-09-051-4/+1Star
* block: Accept any target node for transactional blockdev-backupKevin Wolf2016-08-051-1/+1
* Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into stagingPeter Maydell2016-07-271-3/+3
|\
| * block/gluster: fix doc in the qapi schema and member namePrasanna Kumar Kalever2016-07-261-3/+3
* | block: export LUKS specific data to qemu-img infoDaniel P. Berrange2016-07-261-1/+5
* | crypto: add support for querying parameters for block encryptionDaniel P. Berrange2016-07-261-0/+87
|/
* Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into stagingPeter Maydell2016-07-201-5/+63
|\
| * block/gluster: add support for multiple gluster serversPrasanna Kumar Kalever2016-07-191-1/+1
| * block/gluster: using new qapi schemaPrasanna Kumar Kalever2016-07-191-5/+63
* | block: Simplify drive-mirrorEric Blake2016-07-191-4/+16
* | block: Simplify block_set_io_throttleEric Blake2016-07-191-4/+16
* | qapi: change QmpInputVisitor to QSLISTPaolo Bonzini2016-07-191-30/+29Star
* | qapi: change QmpOutputVisitor to QSLISTPaolo Bonzini2016-07-191-13/+11Star
|/
* trace: Add QAPI/QMP interfaces to query and control per-vCPU tracing stateLluĂ­s Vilanova2016-07-181-4/+29
* block: Remove BB options from blockdev-addKevin Wolf2016-07-131-17/+1Star
* block/qdev: Allow configuring rerror/werror with qdev propertiesKevin Wolf2016-07-131-1/+3
* blockjob: Update description of the 'device' field in the QMP APIAlberto Garcia2016-07-131-10/+25
* commit: Add 'job-id' parameter to 'block-commit'Alberto Garcia2016-07-131-1/+4
* stream: Add 'job-id' parameter to 'block-stream'Alberto Garcia2016-07-131-2/+6
* backup: Add 'job-id' parameter to 'blockdev-backup' and 'drive-backup'Alberto Garcia2016-07-131-3/+9
* mirror: Add 'job-id' parameter to 'blockdev-mirror' and 'drive-mirror'Alberto Garcia2016-07-131-3/+9
* Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-07-06' into ...Peter Maydell2016-07-0610-149/+330
|\
| * qapi: Add new clone visitorEric Blake2016-07-063-10/+202
| * qapi: Add new visit_complete() functionEric Blake2016-07-063-19/+32
| * qmp-output-visitor: Favor new visit_free() functionEric Blake2016-07-061-10/+4Star
| * string-output-visitor: Favor new visit_free() functionEric Blake2016-07-061-5/+0Star
| * qmp-input-visitor: Favor new visit_free() functionEric Blake2016-07-061-14/+4Star
| * string-input-visitor: Favor new visit_free() functionEric Blake2016-07-061-15/+5Star