summaryrefslogtreecommitdiffstats
path: root/qapi
Commit message (Expand)AuthorAgeFilesLines
* qapi: Don't pass NULL to printf in string input visitorEric Blake2019-11-291-1/+1
* block: add generic full disk encryption driverDaniel P. Berrange2019-11-291-2/+20
* block: Remove cache.writeback from blockdev-addKevin Wolf2019-11-291-3/+1
* util: move declarations out of qemu-common.hVeronia Bahaa2019-11-291-1/+1
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2019-11-296-0/+6
* qapi: Use anonymous bases in QMP flat unionsEric Blake2019-11-292-64/+46
* crypto: implement the LUKS block encryption formatDaniel P. Berrange2019-11-291-3/+46
* crypto: add block encryption frameworkDaniel P. Berrange2019-11-291-0/+68
* crypto: wire up XTS mode for cipher APIsDaniel P. Berrange2019-11-291-1/+2
* crypto: add support for the twofish cipher algorithmDaniel P. Berrange2019-11-291-1/+5
* crypto: add support for the serpent cipher algorithmDaniel P. Berrange2019-11-291-1/+5
* crypto: add support for the cast5-128 cipher algorithmDaniel P. Berrange2019-11-291-1/+4
* crypto: add support for generating initialization vectorsDaniel P. Berrange2019-11-291-0/+19
* qmp event: Refactor QUORUM_REPORT_BADChanglong Xie2019-11-292-1/+19
* dump-guest-memory: add qmp event DUMP_COMPLETEDPeter Xu2019-11-291-0/+16
* qapi: Correct the name of the iops_rd parameterAlberto Garcia2019-11-291-1/+1
* qapi: Add burst length fields to BlockDeviceInfoAlberto Garcia2019-11-291-6/+33
* qapi: Add burst length parameters to block_set_io_throttleAlberto Garcia2019-11-291-6/+45
* qapi: Change visit_start_implicit_struct to visit_start_alternateEric Blake2019-11-293-45/+32
* qapi: Don't box branches of flat unionsEric Blake2019-11-292-34/+0
* qapi: Adjust layout of FooList typesEric Blake2019-11-297-11/+15
* qapi: Simplify excess input reporting in input visitorsEric Blake2019-11-292-18/+8
* nbd: enable use of TLS with nbd-server-start commandDaniel P. Berrange2019-11-291-1/+3
* qmp: Don't abuse stack to track qmp-output rootEric Blake2019-11-291-63/+26
* qmp: Fix reference-counting of qnull on empty output visitEric Blake2019-11-291-7/+34
* qapi: Drop unused error argument for list and implicit structEric Blake2019-11-297-34/+25
* qapi: Tighten qmp_input_end_list()Eric Blake2019-11-291-1/+1
* qapi: Drop unused 'kind' for struct/enum visitEric Blake2019-11-295-17/+11
* qapi: Swap 'name' in visit_* callbacks to match public APIEric Blake2019-11-297-75/+74
* qapi: Swap visit_* arguments for consistent 'name' placementEric Blake2019-11-291-24/+30
* qapi: Consolidate visitor small integer callbacksEric Blake2019-11-291-94/+54
* qapi: Make all visitors supply uint64 callbacksEric Blake2019-11-296-25/+67
* qapi: Prefer type_int64 over type_int in visitorsEric Blake2019-11-297-31/+39
* qapi-visit: Kill unused visit_end_union()Eric Blake2019-11-291-7/+1
* qapi: Dealloc visitor does not need a type_size()Eric Blake2019-11-291-6/+0
* qapi: Drop dead dealloc visitor variableEric Blake2019-11-291-1/+0
* qapi: Avoid use of misnamed DO_UPCAST()Eric Blake2019-11-293-28/+44
* qapi: Clean up includesPeter Maydell2019-11-2911-4/+11
* qemu-img: Make MapEntry a QAPI structFam Zheng2019-11-291-0/+27
* block/qapi: Emit tray_open only if there is a trayMax Reitz2019-11-291-2/+2
* blockdev: Fix 'change' for slot devicesMax Reitz2019-11-291-2/+1
* fdc: add drive type qapi enumJohn Snow2019-11-291-0/+16
* Migration: Emit event at start of passDr. David Alan Gilbert2019-11-291-0/+13
* qmp: Add blockdev-mirror commandFam Zheng2019-11-291-0/+48
* crypto: move QCryptoCipherAlgorithm/Mode enum definitions into QAPIDaniel P. Berrange2019-11-291-0/+30
* crypto: move QCryptoHashAlgorithm enum definition into QAPIDaniel P. Berrange2019-11-291-0/+15
* crypto: add QCryptoSecret object class for password/key handlingDaniel P. Berrange2019-11-291-0/+14
* kvm: add support for -machine kernel_irqchip=splitMatt Gingell2019-11-291-0/+16
* qapi: Shorter visits of optional fieldsEric Blake2019-11-291-1/+2
* qapi: Simplify visits of optional fieldsEric Blake2019-11-294-8/+5
OpenPOWER on IntegriCloud