aboutsummaryrefslogtreecommitdiff
path: root/block/qapi.c
AgeCommit message (Expand)Author
2020-02-20block: Fix VM size field width in snapshot dumpMax Reitz
2020-02-20qapi: Allow getting flat output from 'query-named-block-nodes'Peter Krempa
2019-10-10qapi: query-blockstat: add driver specific file-posix statsAnton Nefedov
2019-10-10qapi: add unmap to BlockDeviceStatsAnton Nefedov
2019-09-19cutils: Move size_to_str() from "qemu-common.h" to "qemu/cutils.h"Philippe Mathieu-Daudé
2019-08-16qapi: add dirty-bitmaps to query-named-block-nodes resultVladimir Sementsov-Ogievskiy
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-04-30qemu-img: Saner printing of large file sizesEric Blake
2019-04-18block/qapi: Clean up how we print to monitor or stdoutMarkus Armbruster
2019-03-12qapi: drop x- from x-block-latency-histogram-setVladimir Sementsov-Ogievskiy
2019-02-25block: bdrv_get_full_backing_filename's ret. val.Max Reitz
2019-02-25block: Use bdrv_refresh_filename() to pullMax Reitz
2019-02-11bdrv_query_image_info Error parameter addedAndrey Shinkevich
2018-08-15block/qapi: Fix memory leak in qmp_query_blockstats()Kevin Wolf
2018-07-30block/qapi: Include anonymous BBs in query-blockstatsKevin Wolf
2018-07-30block/qapi: Add 'qdev' field to query-blockstats resultKevin Wolf
2018-05-04qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau
2018-03-19qapi: add block latency histogram interfaceVladimir Sementsov-Ogievskiy
2018-03-19qapi: Replace qobject_to_X(o) by qobject_to(X, o)Max Reitz
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster
2018-02-09Include qapi/qmp/qlist.h exactly where neededMarkus Armbruster
2018-02-09qdict qlist: Make most helper macros functionsMarkus Armbruster
2018-02-09Eliminate qapi/qmp/types.hMarkus Armbruster
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster
2017-11-17block: Guard against NULL bs->drvMax Reitz
2017-09-05block: move ThrottleGroup membership to ThrottleGroupMemberManos Pitsidianakis
2017-08-01block/qapi: Remove redundant NULL check to silence CoverityKevin Wolf
2017-07-24block: Skip implicit nodes in query-block/blockstatsKevin Wolf
2017-07-18block: List anonymous device BBs in query-blockKevin Wolf
2017-07-18block/qapi: Use blk_all_next() for query-blockKevin Wolf
2017-07-18block/qapi: Add qdev device name to query-blockKevin Wolf
2017-07-11block: remove all encryption handling APIsDaniel P. Berrange
2017-06-22Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-06-09-v2' in...Peter Maydell
2017-06-20qapi: merge QInt and QFloat in QNumMarc-André Lureau
2017-06-16block: use Stat64 for wr_highest_offsetPaolo Bonzini
2017-02-22block: Don't bother asserting type of output visitor's outputMarkus Armbruster
2017-02-12block/qapi: reduce the execution time of qmp_query_blockstatsDou Liyang
2017-02-12block/qapi: reduce the coupling between the bdrv_query_stats and bdrv_query_b...Dou Liyang
2017-02-12qapi: Tweak error message of bdrv_query_image_infoFam Zheng
2016-10-25qapi: rename QmpOutputVisitor to QObjectOutputVisitorDaniel P. Berrange
2016-10-25qapi: rename *qmp-*-visitor* to *qobject-*-visitor*Daniel P. Berrange
2016-10-24qapi: fix memory leak in bdrv_image_info_specific_dumpPino Toscano
2016-07-06qapi: Add new visit_complete() functionEric Blake
2016-07-06qmp-output-visitor: Favor new visit_free() functionEric Blake
2016-05-19block: Don't return throttling info in query-named-block-nodesKevin Wolf
2016-05-19block: Move I/O throttling configuration functions to BlockBackendKevin Wolf
2016-05-19block: Move throttling fields from BDS to BBKevin Wolf
2016-05-19block: Convert throttle_group_get_name() to BlockBackendKevin Wolf
2016-03-30block/qapi: Use blk_enable_write_cache()Kevin Wolf