summaryrefslogtreecommitdiff
path: root/qapi
AgeCommit message (Expand)AuthorFilesLines
2016-08-05block: Accept any target node for transactional blockdev-backupKevin Wolf1-1/+1
2016-07-27Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into stagingPeter Maydell1-3/+3
2016-07-26block/gluster: fix doc in the qapi schema and member namePrasanna Kumar Kalever1-3/+3
2016-07-26block: export LUKS specific data to qemu-img infoDaniel P. Berrange1-1/+5
2016-07-26crypto: add support for querying parameters for block encryptionDaniel P. Berrange1-0/+87
2016-07-20Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into stagingPeter Maydell1-5/+63
2016-07-19block/gluster: add support for multiple gluster serversPrasanna Kumar Kalever1-1/+1
2016-07-19block/gluster: using new qapi schemaPrasanna Kumar Kalever1-5/+63
2016-07-19block: Simplify drive-mirrorEric Blake1-4/+16
2016-07-19block: Simplify block_set_io_throttleEric Blake1-4/+16
2016-07-19qapi: change QmpInputVisitor to QSLISTPaolo Bonzini1-30/+29
2016-07-19qapi: change QmpOutputVisitor to QSLISTPaolo Bonzini1-13/+11
2016-07-18trace: Add QAPI/QMP interfaces to query and control per-vCPU tracing stateLluĂ­s Vilanova1-4/+29
2016-07-13block: Remove BB options from blockdev-addKevin Wolf1-17/+1
2016-07-13block/qdev: Allow configuring rerror/werror with qdev propertiesKevin Wolf1-1/+3
2016-07-13blockjob: Update description of the 'device' field in the QMP APIAlberto Garcia1-10/+25
2016-07-13commit: Add 'job-id' parameter to 'block-commit'Alberto Garcia1-1/+4
2016-07-13stream: Add 'job-id' parameter to 'block-stream'Alberto Garcia1-2/+6
2016-07-13backup: Add 'job-id' parameter to 'blockdev-backup' and 'drive-backup'Alberto Garcia1-3/+9
2016-07-13mirror: Add 'job-id' parameter to 'blockdev-mirror' and 'drive-mirror'Alberto Garcia1-3/+9
2016-07-06Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-07-06' into ...Peter Maydell10-149/+330
2016-07-06qapi: Add new clone visitorEric Blake3-10/+202
2016-07-06qapi: Add new visit_complete() functionEric Blake3-19/+32
2016-07-06qmp-output-visitor: Favor new visit_free() functionEric Blake1-10/+4
2016-07-06string-output-visitor: Favor new visit_free() functionEric Blake1-5/+0
2016-07-06qmp-input-visitor: Favor new visit_free() functionEric Blake1-14/+4
2016-07-06string-input-visitor: Favor new visit_free() functionEric Blake1-15/+5
2016-07-06opts-visitor: Favor new visit_free() functionEric Blake1-20/+6
2016-07-06qapi: Add new visit_free() functionEric Blake7-9/+54
2016-07-06qapi: Add parameter to visit_end_*Eric Blake7-67/+42
2016-07-06qapi: Improve use of qmp/types.hEric Blake1-0/+1
2016-07-05Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-1/+2
2016-07-05Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2-21/+17
2016-07-05blkdebug: Set request_alignment during .bdrv_refresh_limits()Eric Blake1-1/+2
2016-07-04crypto: implement sha224, sha384, sha512 and ripemd160 hashesDaniel P. Berrange1-1/+5
2016-07-04range: Eliminate direct Range member accessMarkus Armbruster2-21/+17
2016-06-30qapi: Simplify use of range.hEric Blake2-15/+6
2016-06-07all: Remove unnecessary glib.h includesPeter Maydell1-1/+0
2016-05-12Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-0/+32
2016-05-12qmp: add monitor command to add/remove a childWen Congyang1-0/+32
2016-05-12qapi: Change visit_type_FOO() to no longer return partial objectsEric Blake1-0/+5
2016-05-12qapi: Simplify semantics of visit_next_list()Eric Blake7-132/+86
2016-05-12qapi: Fix string input visitor handling of invalid listEric Blake1-5/+12
2016-05-12qapi: Split visit_end_struct() into piecesEric Blake5-21/+46
2016-05-12qmp: Tighten output visitor rulesEric Blake1-15/+15
2016-05-12qmp: Support explicit null during visitsEric Blake2-2/+9
2016-05-12qapi: Add visit_type_null() visitorEric Blake4-0/+22
2016-05-12qapi: Document visitor interfaces, add assertionsEric Blake1-1/+17
2016-05-12qmp-input: Refactor when list is advancedEric Blake1-14/+16
2016-05-12qmp-input: Require struct push to visit members of top dictEric Blake1-20/+23