summaryrefslogtreecommitdiff
path: root/qapi
AgeCommit message (Expand)AuthorFilesLines
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
2016-05-12qmp-input: Don't consume input when checking has_memberEric Blake1-4/+7
2016-05-12qapi: Consolidate QMP input visitor creationEric Blake1-11/+2
2016-05-12qmp-input: Clean up stack handlingEric Blake1-16/+35
2016-05-12qmp: Drop dead command->typeEric Blake2-12/+7
2016-05-12qapi: Guarantee NULL obj on input visitor callback errorEric Blake4-5/+37
2016-05-12qapi-visit: Add visitor.type classificationEric Blake7-33/+27
2016-04-29qapi: Don't pass NULL to printf in string input visitorEric Blake1-1/+1
2016-03-30block: add generic full disk encryption driverDaniel P. Berrange1-2/+20
2016-03-30block: Remove cache.writeback from blockdev-addKevin Wolf1-3/+1
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-1/+1
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster6-0/+6
2016-03-18Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-03-18' into ...Peter Maydell2-64/+46
2016-03-18qapi: Use anonymous bases in QMP flat unionsEric Blake2-64/+46
2016-03-17crypto: implement the LUKS block encryption formatDaniel P. Berrange1-3/+46
2016-03-17crypto: add block encryption frameworkDaniel P. Berrange1-0/+68
2016-03-17crypto: wire up XTS mode for cipher APIsDaniel P. Berrange1-1/+2
2016-03-17crypto: add support for the twofish cipher algorithmDaniel P. Berrange1-1/+5
2016-03-17crypto: add support for the serpent cipher algorithmDaniel P. Berrange1-1/+5
2016-03-17crypto: add support for the cast5-128 cipher algorithmDaniel P. Berrange1-1/+4
2016-03-17crypto: add support for generating initialization vectorsDaniel P. Berrange1-0/+19
2016-03-14qmp event: Refactor QUORUM_REPORT_BADChanglong Xie2-1/+19
2016-02-25Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-0/+16
2016-02-22dump-guest-memory: add qmp event DUMP_COMPLETEDPeter Xu1-0/+16
2016-02-22qapi: Correct the name of the iops_rd parameterAlberto Garcia1-1/+1
2016-02-22qapi: Add burst length fields to BlockDeviceInfoAlberto Garcia1-6/+33
2016-02-22qapi: Add burst length parameters to block_set_io_throttleAlberto Garcia1-6/+45
2016-02-19qapi: Change visit_start_implicit_struct to visit_start_alternateEric Blake3-45/+32
2016-02-19qapi: Don't box branches of flat unionsEric Blake2-34/+0
2016-02-19qapi: Adjust layout of FooList typesEric Blake7-11/+15
2016-02-19qapi: Simplify excess input reporting in input visitorsEric Blake2-18/+8
2016-02-16nbd: enable use of TLS with nbd-server-start commandDaniel P. Berrange1-1/+3
2016-02-08qmp: Don't abuse stack to track qmp-output rootEric Blake1-63/+26
2016-02-08qmp: Fix reference-counting of qnull on empty output visitEric Blake1-7/+34
2016-02-08qapi: Drop unused error argument for list and implicit structEric Blake7-34/+25
2016-02-08qapi: Tighten qmp_input_end_list()Eric Blake1-1/+1
2016-02-08qapi: Drop unused 'kind' for struct/enum visitEric Blake5-17/+11
2016-02-08qapi: Swap 'name' in visit_* callbacks to match public APIEric Blake7-75/+74
2016-02-08qapi: Swap visit_* arguments for consistent 'name' placementEric Blake1-24/+30