Age | Commit message (Expand) | Author |
2016-02-19 | qapi: Change visit_start_implicit_struct to visit_start_alternate | Eric Blake |
2016-02-19 | qapi: Don't box branches of flat unions | Eric Blake |
2016-02-19 | qapi: Adjust layout of FooList types | Eric Blake |
2016-02-19 | qapi: Simplify excess input reporting in input visitors | Eric Blake |
2016-02-16 | nbd: enable use of TLS with nbd-server-start command | Daniel P. Berrange |
2016-02-08 | qmp: Don't abuse stack to track qmp-output root | Eric Blake |
2016-02-08 | qmp: Fix reference-counting of qnull on empty output visit | Eric Blake |
2016-02-08 | qapi: Drop unused error argument for list and implicit struct | Eric Blake |
2016-02-08 | qapi: Tighten qmp_input_end_list() | Eric Blake |
2016-02-08 | qapi: Drop unused 'kind' for struct/enum visit | Eric Blake |
2016-02-08 | qapi: Swap 'name' in visit_* callbacks to match public API | Eric Blake |
2016-02-08 | qapi: Swap visit_* arguments for consistent 'name' placement | Eric Blake |
2016-02-08 | qapi: Consolidate visitor small integer callbacks | Eric Blake |
2016-02-08 | qapi: Make all visitors supply uint64 callbacks | Eric Blake |
2016-02-08 | qapi: Prefer type_int64 over type_int in visitors | Eric Blake |
2016-02-08 | qapi-visit: Kill unused visit_end_union() | Eric Blake |
2016-02-08 | qapi: Dealloc visitor does not need a type_size() | Eric Blake |
2016-02-08 | qapi: Drop dead dealloc visitor variable | Eric Blake |
2016-02-08 | qapi: Avoid use of misnamed DO_UPCAST() | Eric Blake |
2016-02-04 | qapi: Clean up includes | Peter Maydell |
2016-02-02 | qemu-img: Make MapEntry a QAPI struct | Fam Zheng |
2016-02-02 | block/qapi: Emit tray_open only if there is a tray | Max Reitz |
2016-02-02 | blockdev: Fix 'change' for slot devices | Max Reitz |
2016-01-25 | fdc: add drive type qapi enum | John Snow |
2016-01-13 | Migration: Emit event at start of pass | Dr. David Alan Gilbert |
2016-01-07 | qmp: Add blockdev-mirror command | Fam Zheng |
2015-12-23 | crypto: move QCryptoCipherAlgorithm/Mode enum definitions into QAPI | Daniel P. Berrange |
2015-12-23 | crypto: move QCryptoHashAlgorithm enum definition into QAPI | Daniel P. Berrange |
2015-12-18 | crypto: add QCryptoSecret object class for password/key handling | Daniel P. Berrange |
2015-12-17 | kvm: add support for -machine kernel_irqchip=split | Matt Gingell |
2015-12-17 | qapi: Shorter visits of optional fields | Eric Blake |
2015-12-17 | qapi: Simplify visits of optional fields | Eric Blake |
2015-12-17 | qapi: Fix alternates that accept 'number' but not 'int' | Eric Blake |
2015-12-17 | qapi: Simplify visiting of alternate types | Eric Blake |
2015-12-17 | qapi: Add alias for ErrorClass | Eric Blake |
2015-12-17 | blkdebug: Avoid '.' in enum values | Eric Blake |
2015-12-17 | blkdebug: Merge hand-rolled and qapi BlkdebugEvent enum | Eric Blake |
2015-12-11 | blockdev: Mark {insert, remove}-medium experimental | Max Reitz |
2015-11-17 | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ... | Peter Maydell |
2015-11-17 | block: make 'stats-interval' an array of ints instead of a string | Alberto Garcia |
2015-11-17 | qapi: Document introspection stability considerations | Eric Blake |
2015-11-12 | block: New option to define the intervals for collecting I/O statistics | Alberto Garcia |
2015-11-12 | block: Add average I/O queue depth to BlockDeviceTimedStats | Alberto Garcia |
2015-11-12 | block: Compute minimum, maximum and average I/O latencies | Alberto Garcia |
2015-11-12 | block: Allow configuring whether to account failed and invalid ops | Alberto Garcia |
2015-11-12 | block: Add statistics for failed and invalid I/O operations | Alberto Garcia |
2015-11-12 | block: Add idle_time_ns to BlockDeviceStats | Alberto Garcia |
2015-11-11 | block: Add 'x-blockdev-del' QMP command | Alberto Garcia |
2015-11-11 | block: add a 'blockdev-snapshot' QMP command | Alberto Garcia |
2015-11-11 | block: rename BlockdevSnapshot to BlockdevSnapshotSync | Alberto Garcia |