aboutsummaryrefslogtreecommitdiff
path: root/qapi
AgeCommit message (Expand)Author
2016-03-30block: add generic full disk encryption driverDaniel P. Berrange
2016-03-30block: Remove cache.writeback from blockdev-addKevin Wolf
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-03-18Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-03-18' into ...Peter Maydell
2016-03-18qapi: Use anonymous bases in QMP flat unionsEric Blake
2016-03-17crypto: implement the LUKS block encryption formatDaniel P. Berrange
2016-03-17crypto: add block encryption frameworkDaniel P. Berrange
2016-03-17crypto: wire up XTS mode for cipher APIsDaniel P. Berrange
2016-03-17crypto: add support for the twofish cipher algorithmDaniel P. Berrange
2016-03-17crypto: add support for the serpent cipher algorithmDaniel P. Berrange
2016-03-17crypto: add support for the cast5-128 cipher algorithmDaniel P. Berrange
2016-03-17crypto: add support for generating initialization vectorsDaniel P. Berrange
2016-03-14qmp event: Refactor QUORUM_REPORT_BADChanglong Xie
2016-02-25Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2016-02-22dump-guest-memory: add qmp event DUMP_COMPLETEDPeter Xu
2016-02-22qapi: Correct the name of the iops_rd parameterAlberto Garcia
2016-02-22qapi: Add burst length fields to BlockDeviceInfoAlberto Garcia
2016-02-22qapi: Add burst length parameters to block_set_io_throttleAlberto Garcia
2016-02-19qapi: Change visit_start_implicit_struct to visit_start_alternateEric Blake
2016-02-19qapi: Don't box branches of flat unionsEric Blake
2016-02-19qapi: Adjust layout of FooList typesEric Blake
2016-02-19qapi: Simplify excess input reporting in input visitorsEric Blake
2016-02-16nbd: enable use of TLS with nbd-server-start commandDaniel P. Berrange
2016-02-08qmp: Don't abuse stack to track qmp-output rootEric Blake
2016-02-08qmp: Fix reference-counting of qnull on empty output visitEric Blake
2016-02-08qapi: Drop unused error argument for list and implicit structEric Blake
2016-02-08qapi: Tighten qmp_input_end_list()Eric Blake
2016-02-08qapi: Drop unused 'kind' for struct/enum visitEric Blake
2016-02-08qapi: Swap 'name' in visit_* callbacks to match public APIEric Blake
2016-02-08qapi: Swap visit_* arguments for consistent 'name' placementEric Blake
2016-02-08qapi: Consolidate visitor small integer callbacksEric Blake
2016-02-08qapi: Make all visitors supply uint64 callbacksEric Blake
2016-02-08qapi: Prefer type_int64 over type_int in visitorsEric Blake
2016-02-08qapi-visit: Kill unused visit_end_union()Eric Blake
2016-02-08qapi: Dealloc visitor does not need a type_size()Eric Blake
2016-02-08qapi: Drop dead dealloc visitor variableEric Blake
2016-02-08qapi: Avoid use of misnamed DO_UPCAST()Eric Blake
2016-02-04qapi: Clean up includesPeter Maydell
2016-02-02qemu-img: Make MapEntry a QAPI structFam Zheng
2016-02-02block/qapi: Emit tray_open only if there is a trayMax Reitz
2016-02-02blockdev: Fix 'change' for slot devicesMax Reitz
2016-01-25fdc: add drive type qapi enumJohn Snow
2016-01-13Migration: Emit event at start of passDr. David Alan Gilbert
2016-01-07qmp: Add blockdev-mirror commandFam Zheng
2015-12-23crypto: move QCryptoCipherAlgorithm/Mode enum definitions into QAPIDaniel P. Berrange
2015-12-23crypto: move QCryptoHashAlgorithm enum definition into QAPIDaniel P. Berrange
2015-12-18crypto: add QCryptoSecret object class for password/key handlingDaniel P. Berrange
2015-12-17kvm: add support for -machine kernel_irqchip=splitMatt Gingell
2015-12-17qapi: Shorter visits of optional fieldsEric Blake