summaryrefslogtreecommitdiffstats
path: root/qapi
Commit message (Expand)AuthorAgeFilesLines
* 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
* block: Add average I/O queue depth to BlockDeviceTimedStatsAlberto Garcia2015-11-121-1/+8
* block: Compute minimum, maximum and average I/O latenciesAlberto Garcia2015-11-121-1/+51
* block: Allow configuring whether to account failed and invalid opsAlberto Garcia2015-11-121-1/+16
* block: Add statistics for failed and invalid I/O operationsAlberto Garcia2015-11-121-1/+22
* block: Add idle_time_ns to BlockDeviceStatsAlberto Garcia2015-11-121-1/+5
* block: Add 'x-blockdev-del' QMP commandAlberto Garcia2015-11-111-2/+30
* block: add a 'blockdev-snapshot' QMP commandAlberto Garcia2015-11-111-0/+28
* block: rename BlockdevSnapshot to BlockdevSnapshotSyncAlberto Garcia2015-11-111-4/+4
* blockdev: read-only-mode for blockdev-change-mediumMax Reitz2015-11-111-1/+23
* qmp: Introduce blockdev-change-mediumMax Reitz2015-11-111-0/+23
* blockdev: Add blockdev-insert-mediumMax Reitz2015-11-111-0/+17
* blockdev: Add blockdev-remove-mediumMax Reitz2015-11-111-0/+16