summaryrefslogtreecommitdiffstats
path: root/block/qapi.c
Commit message (Expand)AuthorAgeFilesLines
* qapi: query-blockstat: add driver specific file-posix statsAnton Nefedov2019-10-101-0/+5
* qapi: add unmap to BlockDeviceStatsAnton Nefedov2019-10-101-0/+6
* cutils: Move size_to_str() from "qemu-common.h" to "qemu/cutils.h"Philippe Mathieu-Daudé2019-09-191-1/+1
* qapi: add dirty-bitmaps to query-named-block-nodes resultVladimir Sementsov-Ogievskiy2019-08-171-0/+5
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-0/+1
* qemu-img: Saner printing of large file sizesEric Blake2019-04-301-38/+11Star
* block/qapi: Clean up how we print to monitor or stdoutMarkus Armbruster2019-04-181-65/+55Star
* qapi: drop x- from x-block-latency-histogram-setVladimir Sementsov-Ogievskiy2019-03-121-6/+6
* block: bdrv_get_full_backing_filename's ret. val.Max Reitz2019-02-251-10/+2Star
* block: Use bdrv_refresh_filename() to pullMax Reitz2019-02-251-0/+4
* bdrv_query_image_info Error parameter addedAndrey Shinkevich2019-02-111-1/+6
* block/qapi: Fix memory leak in qmp_query_blockstats()Kevin Wolf2018-08-151-1/+2
* block/qapi: Include anonymous BBs in query-blockstatsKevin Wolf2018-07-301-1/+5
* block/qapi: Add 'qdev' field to query-blockstats resultKevin Wolf2018-07-301-0/+10
* qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau2018-05-041-1/+1
* qapi: add block latency histogram interfaceVladimir Sementsov-Ogievskiy2018-03-191-0/+41
* qapi: Replace qobject_to_X(o) by qobject_to(X, o)Max Reitz2018-03-191-6/+6
* Include less of the generated modular QAPI headersMarkus Armbruster2018-03-021-2/+2
* Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster2018-02-091-0/+1
* Include qapi/qmp/qlist.h exactly where neededMarkus Armbruster2018-02-091-0/+1
* qdict qlist: Make most helper macros functionsMarkus Armbruster2018-02-091-0/+1
* Eliminate qapi/qmp/types.hMarkus Armbruster2018-02-091-1/+2
* Include qapi/error.h exactly where neededMarkus Armbruster2018-02-091-0/+1
* block: Guard against NULL bs->drvMax Reitz2017-11-171-1/+7
* block: move ThrottleGroup membership to ThrottleGroupMemberManos Pitsidianakis2017-09-051-3/+5
* block/qapi: Remove redundant NULL check to silence CoverityKevin Wolf2017-08-011-1/+2
* block: Skip implicit nodes in query-block/blockstatsKevin Wolf2017-07-241-6/+27
* block: List anonymous device BBs in query-blockKevin Wolf2017-07-181-1/+1
* block/qapi: Use blk_all_next() for query-blockKevin Wolf2017-07-181-2/+8
* block/qapi: Add qdev device name to query-blockKevin Wolf2017-07-181-0/+10
* block: remove all encryption handling APIsDaniel P. Berrange2017-07-111-1/+1
* Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-06-09-v2' in...Peter Maydell2017-06-221-8/+5Star
|\
| * qapi: merge QInt and QFloat in QNumMarc-André Lureau2017-06-201-8/+5Star
* | block: use Stat64 for wr_highest_offsetPaolo Bonzini2017-06-161-1/+1
|/
* block: Don't bother asserting type of output visitor's outputMarkus Armbruster2017-02-221-1/+0Star
* block/qapi: reduce the execution time of qmp_query_blockstatsDou Liyang2017-02-121-44/+29Star
* block/qapi: reduce the coupling between the bdrv_query_stats and bdrv_query_b...Dou Liyang2017-02-121-12/+14
* qapi: Tweak error message of bdrv_query_image_infoFam Zheng2017-02-121-2/+2
* qapi: rename QmpOutputVisitor to QObjectOutputVisitorDaniel P. Berrange2016-10-251-1/+1
* qapi: rename *qmp-*-visitor* to *qobject-*-visitor*Daniel P. Berrange2016-10-251-1/+1
* qapi: fix memory leak in bdrv_image_info_specific_dumpPino Toscano2016-10-241-0/+1
* qapi: Add new visit_complete() functionEric Blake2016-07-061-5/+4Star
* qmp-output-visitor: Favor new visit_free() functionEric Blake2016-07-061-1/+1
* block: Don't return throttling info in query-named-block-nodesKevin Wolf2016-05-191-3/+3
* block: Move I/O throttling configuration functions to BlockBackendKevin Wolf2016-05-191-1/+1
* block: Move throttling fields from BDS to BBKevin Wolf2016-05-191-1/+1
* block: Convert throttle_group_get_name() to BlockBackendKevin Wolf2016-05-191-1/+1
* block/qapi: Use blk_enable_write_cache()Kevin Wolf2016-03-301-3/+4
* block/qapi: Pass bdrv_query_blk_stats() s->statsMax Reitz2016-03-301-25/+25
* block/qapi: Set s->device in bdrv_query_stats()Max Reitz2016-03-301-3/+2Star