summaryrefslogtreecommitdiffstats
path: root/qapi
Commit message (Expand)AuthorAgeFilesLines
* block: add generic full disk encryption driverDaniel P. Berrange2016-03-301-2/+20
* block: Remove cache.writeback from blockdev-addKevin Wolf2016-03-301-3/+1Star
* util: move declarations out of qemu-common.hVeronia Bahaa2016-03-221-1/+1
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-226-0/+6
* Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-03-18' into ...Peter Maydell2016-03-182-64/+46Star
|\
| * qapi: Use anonymous bases in QMP flat unionsEric Blake2016-03-182-64/+46Star
* | crypto: implement the LUKS block encryption formatDaniel P. Berrange2016-03-171-3/+46
* | crypto: add block encryption frameworkDaniel P. Berrange2016-03-171-0/+68
* | crypto: wire up XTS mode for cipher APIsDaniel P. Berrange2016-03-171-1/+2
* | crypto: add support for the twofish cipher algorithmDaniel P. Berrange2016-03-171-1/+5
* | crypto: add support for the serpent cipher algorithmDaniel P. Berrange2016-03-171-1/+5
* | crypto: add support for the cast5-128 cipher algorithmDaniel P. Berrange2016-03-171-1/+4
* | crypto: add support for generating initialization vectorsDaniel P. Berrange2016-03-171-0/+19
|/
* qmp event: Refactor QUORUM_REPORT_BADChanglong Xie2016-03-142-1/+19
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2016-02-251-0/+16
|\
| * dump-guest-memory: add qmp event DUMP_COMPLETEDPeter Xu2016-02-221-0/+16
* | qapi: Correct the name of the iops_rd parameterAlberto Garcia2016-02-221-1/+1
* | qapi: Add burst length fields to BlockDeviceInfoAlberto Garcia2016-02-221-6/+33
* | qapi: Add burst length parameters to block_set_io_throttleAlberto Garcia2016-02-221-6/+45
* | qapi: Change visit_start_implicit_struct to visit_start_alternateEric Blake2016-02-193-45/+32Star
* | qapi: Don't box branches of flat unionsEric Blake2016-02-192-34/+0Star
* | qapi: Adjust layout of FooList typesEric Blake2016-02-197-11/+15
* | qapi: Simplify excess input reporting in input visitorsEric Blake2016-02-192-18/+8Star
|/
* nbd: enable use of TLS with nbd-server-start commandDaniel P. Berrange2016-02-161-1/+3
* qmp: Don't abuse stack to track qmp-output rootEric Blake2016-02-081-63/+26Star
* qmp: Fix reference-counting of qnull on empty output visitEric Blake2016-02-081-7/+34
* qapi: Drop unused error argument for list and implicit structEric Blake2016-02-087-34/+25Star
* qapi: Tighten qmp_input_end_list()Eric Blake2016-02-081-1/+1
* qapi: Drop unused 'kind' for struct/enum visitEric Blake2016-02-085-17/+11Star
* qapi: Swap 'name' in visit_* callbacks to match public APIEric Blake2016-02-087-75/+74Star
* qapi: Swap visit_* arguments for consistent 'name' placementEric Blake2016-02-081-24/+30
* qapi: Consolidate visitor small integer callbacksEric Blake2016-02-081-94/+54Star
* qapi: Make all visitors supply uint64 callbacksEric Blake2016-02-086-25/+67
* qapi: Prefer type_int64 over type_int in visitorsEric Blake2016-02-087-31/+39
* qapi-visit: Kill unused visit_end_union()Eric Blake2016-02-081-7/+1Star
* qapi: Dealloc visitor does not need a type_size()Eric Blake2016-02-081-6/+0Star
* qapi: Drop dead dealloc visitor variableEric Blake2016-02-081-1/+0Star
* qapi: Avoid use of misnamed DO_UPCAST()Eric Blake2016-02-083-28/+44
* qapi: Clean up includesPeter Maydell2016-02-0411-4/+11
* qemu-img: Make MapEntry a QAPI structFam Zheng2016-02-021-0/+27
* block/qapi: Emit tray_open only if there is a trayMax Reitz2016-02-021-2/+2
* blockdev: Fix 'change' for slot devicesMax Reitz2016-02-021-2/+1Star
* fdc: add drive type qapi enumJohn Snow2016-01-251-0/+16
* Migration: Emit event at start of passDr. David Alan Gilbert2016-01-131-0/+13
* qmp: Add blockdev-mirror commandFam Zheng2016-01-071-0/+48
* crypto: move QCryptoCipherAlgorithm/Mode enum definitions into QAPIDaniel P. Berrange2015-12-231-0/+30
* crypto: move QCryptoHashAlgorithm enum definition into QAPIDaniel P. Berrange2015-12-231-0/+15
* crypto: add QCryptoSecret object class for password/key handlingDaniel P. Berrange2015-12-181-0/+14
* kvm: add support for -machine kernel_irqchip=splitMatt Gingell2015-12-171-0/+16
* qapi: Shorter visits of optional fieldsEric Blake2015-12-171-1/+2