aboutsummaryrefslogtreecommitdiff
path: root/block/qapi.c
AgeCommit message (Expand)Author
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
2016-03-30block/qapi: Pass bdrv_query_blk_stats() s->statsMax Reitz
2016-03-30block/qapi: Set s->device in bdrv_query_stats()Max Reitz
2016-03-30block/qapi: fix unbounded stack for dump_qdictPeter Xu
2016-03-30block/qapi: make two printf() formats literalPeter Xu
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa
2016-03-14block/qapi: Include empty drives in query-blockstatsKevin Wolf
2016-03-14block/qapi: Factor out bdrv_query_bds_stats()Kevin Wolf
2016-03-14block/qapi: Factor out bdrv_query_blk_stats()Kevin Wolf
2016-02-22qapi: Add burst length fields to BlockDeviceInfoAlberto Garcia
2016-02-08qapi: Swap visit_* arguments for consistent 'name' placementEric Blake
2016-02-02block: acquire in bdrv_query_image_infoPaolo Bonzini
2016-02-02block/qapi: Emit tray_open only if there is a trayMax Reitz
2016-01-20block: Clean up includesPeter Maydell
2016-01-07block/qapi: Clear err for further errorFam Zheng
2015-12-18block/qapi: allow best-effort queryJohn Snow
2015-12-18block/qapi: explicitly warn if !has_full_backing_filenameJohn Snow
2015-12-18block/qapi: always report full_backing_filenameJohn Snow
2015-12-18block/qapi: do not redundantly print "actual path"John Snow
2015-12-17qobject: Rename qtype_code to QTypeEric Blake
2015-11-25block/qapi: Plug memory leak on query-block error pathMarkus Armbruster
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-11throttle: Use bs->throttle_state instead of bs->io_limits_enabledAlberto Garcia
2015-10-23block: Prepare for NULL BDSMax Reitz
2015-10-23block: Move I/O status and error actions into BBMax Reitz