summaryrefslogtreecommitdiffstats
path: root/qapi
Commit message (Expand)AuthorAgeFilesLines
* 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
* qapi: Fix alternates that accept 'number' but not 'int'Eric Blake2019-11-292-3/+6
* qapi: Simplify visiting of alternate typesEric Blake2019-11-292-4/+4
* qapi: Add alias for ErrorClassEric Blake2019-11-292-3/+4
* blkdebug: Avoid '.' in enum valuesEric Blake2019-11-291-8/+8
* blkdebug: Merge hand-rolled and qapi BlkdebugEvent enumEric Blake2019-11-291-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/+3
|\
| * block: make 'stats-interval' an array of ints instead of a stringAlberto Garcia2015-11-171-4/+3
* | 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
OpenPOWER on IntegriCloud