summaryrefslogtreecommitdiffstats
path: root/qapi
Commit message (Expand)AuthorAgeFilesLines
* 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
* qapi: Simplify visits of optional fieldsEric Blake2015-12-174-8/+5Star
* qapi: Fix alternates that accept 'number' but not 'int'Eric Blake2015-12-172-3/+6
* qapi: Simplify visiting of alternate typesEric Blake2015-12-172-4/+4
* qapi: Add alias for ErrorClassEric Blake2015-12-172-3/+4
* blkdebug: Avoid '.' in enum valuesEric Blake2015-12-171-8/+8
* blkdebug: Merge hand-rolled and qapi BlkdebugEvent enumEric Blake2015-12-171-1/+3
* blockdev: Mark {insert, remove}-medium experimentalMax Reitz2015-12-111-6/+12
* Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2015-11-171-4/+3Star
|\
| * block: make 'stats-interval' an array of ints instead of a stringAlberto Garcia2015-11-171-4/+3Star
* | qapi: Document introspection stability considerationsEric Blake2015-11-171-0/+9
|/
* block: New option to define the intervals for collecting I/O statisticsAlberto Garcia2015-11-121-0/+4