Age | Commit message (Expand) | Author |
2019-02-25 | block: bdrv_get_full_backing_filename's ret. val. | Max Reitz |
2019-02-25 | block: Use bdrv_refresh_filename() to pull | Max Reitz |
2019-02-11 | bdrv_query_image_info Error parameter added | Andrey Shinkevich |
2018-08-15 | block/qapi: Fix memory leak in qmp_query_blockstats() | Kevin Wolf |
2018-07-30 | block/qapi: Include anonymous BBs in query-blockstats | Kevin Wolf |
2018-07-30 | block/qapi: Add 'qdev' field to query-blockstats result | Kevin Wolf |
2018-05-04 | qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF | Marc-André Lureau |
2018-03-19 | qapi: add block latency histogram interface | Vladimir Sementsov-Ogievskiy |
2018-03-19 | qapi: Replace qobject_to_X(o) by qobject_to(X, o) | Max Reitz |
2018-03-02 | Include less of the generated modular QAPI headers | Markus Armbruster |
2018-02-09 | Include qapi/qmp/qdict.h exactly where needed | Markus Armbruster |
2018-02-09 | Include qapi/qmp/qlist.h exactly where needed | Markus Armbruster |
2018-02-09 | qdict qlist: Make most helper macros functions | Markus Armbruster |
2018-02-09 | Eliminate qapi/qmp/types.h | Markus Armbruster |
2018-02-09 | Include qapi/error.h exactly where needed | Markus Armbruster |
2017-11-17 | block: Guard against NULL bs->drv | Max Reitz |
2017-09-05 | block: move ThrottleGroup membership to ThrottleGroupMember | Manos Pitsidianakis |
2017-08-01 | block/qapi: Remove redundant NULL check to silence Coverity | Kevin Wolf |
2017-07-24 | block: Skip implicit nodes in query-block/blockstats | Kevin Wolf |
2017-07-18 | block: List anonymous device BBs in query-block | Kevin Wolf |
2017-07-18 | block/qapi: Use blk_all_next() for query-block | Kevin Wolf |
2017-07-18 | block/qapi: Add qdev device name to query-block | Kevin Wolf |
2017-07-11 | block: remove all encryption handling APIs | Daniel P. Berrange |
2017-06-22 | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-06-09-v2' in... | Peter Maydell |
2017-06-20 | qapi: merge QInt and QFloat in QNum | Marc-André Lureau |
2017-06-16 | block: use Stat64 for wr_highest_offset | Paolo Bonzini |
2017-02-22 | block: Don't bother asserting type of output visitor's output | Markus Armbruster |
2017-02-12 | block/qapi: reduce the execution time of qmp_query_blockstats | Dou Liyang |
2017-02-12 | block/qapi: reduce the coupling between the bdrv_query_stats and bdrv_query_b... | Dou Liyang |
2017-02-12 | qapi: Tweak error message of bdrv_query_image_info | Fam Zheng |
2016-10-25 | qapi: rename QmpOutputVisitor to QObjectOutputVisitor | Daniel P. Berrange |
2016-10-25 | qapi: rename *qmp-*-visitor* to *qobject-*-visitor* | Daniel P. Berrange |
2016-10-24 | qapi: fix memory leak in bdrv_image_info_specific_dump | Pino Toscano |
2016-07-06 | qapi: Add new visit_complete() function | Eric Blake |
2016-07-06 | qmp-output-visitor: Favor new visit_free() function | Eric Blake |
2016-05-19 | block: Don't return throttling info in query-named-block-nodes | Kevin Wolf |
2016-05-19 | block: Move I/O throttling configuration functions to BlockBackend | Kevin Wolf |
2016-05-19 | block: Move throttling fields from BDS to BB | Kevin Wolf |
2016-05-19 | block: Convert throttle_group_get_name() to BlockBackend | Kevin Wolf |
2016-03-30 | block/qapi: Use blk_enable_write_cache() | Kevin Wolf |
2016-03-30 | block/qapi: Pass bdrv_query_blk_stats() s->stats | Max Reitz |
2016-03-30 | block/qapi: Set s->device in bdrv_query_stats() | Max Reitz |
2016-03-30 | block/qapi: fix unbounded stack for dump_qdict | Peter Xu |
2016-03-30 | block/qapi: make two printf() formats literal | Peter Xu |
2016-03-22 | util: move declarations out of qemu-common.h | Veronia Bahaa |
2016-03-14 | block/qapi: Include empty drives in query-blockstats | Kevin Wolf |
2016-03-14 | block/qapi: Factor out bdrv_query_bds_stats() | Kevin Wolf |
2016-03-14 | block/qapi: Factor out bdrv_query_blk_stats() | Kevin Wolf |
2016-02-22 | qapi: Add burst length fields to BlockDeviceInfo | Alberto Garcia |
2016-02-08 | qapi: Swap visit_* arguments for consistent 'name' placement | Eric Blake |