aboutsummaryrefslogtreecommitdiff
path: root/qapi
AgeCommit message (Expand)Author
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
2015-12-17qapi: Simplify visits of optional fieldsEric Blake
2015-12-17qapi: Fix alternates that accept 'number' but not 'int'Eric Blake
2015-12-17qapi: Simplify visiting of alternate typesEric Blake
2015-12-17qapi: Add alias for ErrorClassEric Blake
2015-12-17blkdebug: Avoid '.' in enum valuesEric Blake
2015-12-17blkdebug: Merge hand-rolled and qapi BlkdebugEvent enumEric Blake
2015-12-11blockdev: Mark {insert, remove}-medium experimentalMax Reitz
2015-11-17Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2015-11-17block: make 'stats-interval' an array of ints instead of a stringAlberto Garcia
2015-11-17qapi: Document introspection stability considerationsEric Blake
2015-11-12block: New option to define the intervals for collecting I/O statisticsAlberto Garcia
2015-11-12block: Add average I/O queue depth to BlockDeviceTimedStatsAlberto Garcia
2015-11-12block: Compute minimum, maximum and average I/O latenciesAlberto Garcia
2015-11-12block: Allow configuring whether to account failed and invalid opsAlberto Garcia
2015-11-12block: Add statistics for failed and invalid I/O operationsAlberto Garcia
2015-11-12block: Add idle_time_ns to BlockDeviceStatsAlberto Garcia
2015-11-11block: Add 'x-blockdev-del' QMP commandAlberto Garcia
2015-11-11block: add a 'blockdev-snapshot' QMP commandAlberto Garcia
2015-11-11block: rename BlockdevSnapshot to BlockdevSnapshotSyncAlberto Garcia