summaryrefslogtreecommitdiffstats
path: root/block/qapi.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* block/qapi: fix unbounded stack for dump_qdictPeter Xu2016-03-301-1/+2
* block/qapi: make two printf() formats literalPeter Xu2016-03-301-6/+4Star
* util: move declarations out of qemu-common.hVeronia Bahaa2016-03-221-0/+1
* block/qapi: Include empty drives in query-blockstatsKevin Wolf2016-03-141-15/+33
* block/qapi: Factor out bdrv_query_bds_stats()Kevin Wolf2016-03-141-11/+20
* block/qapi: Factor out bdrv_query_blk_stats()Kevin Wolf2016-03-141-63/+68
* qapi: Add burst length fields to BlockDeviceInfoAlberto Garcia2016-02-221-0/+20
* qapi: Swap visit_* arguments for consistent 'name' placementEric Blake2016-02-081-1/+1
* block: acquire in bdrv_query_image_infoPaolo Bonzini2016-02-021-2/+7
* block/qapi: Emit tray_open only if there is a trayMax Reitz2016-02-021-1/+1
* block: Clean up includesPeter Maydell2016-01-201-0/+1
* block/qapi: Clear err for further errorFam Zheng2016-01-071-0/+1
* block/qapi: allow best-effort queryJohn Snow2015-12-181-3/+4
* block/qapi: explicitly warn if !has_full_backing_filenameJohn Snow2015-12-181-3/+4
* block/qapi: always report full_backing_filenameJohn Snow2015-12-181-3/+4
* block/qapi: do not redundantly print "actual path"John Snow2015-12-181-1/+3
* qobject: Rename qtype_code to QTypeEric Blake2015-12-171-2/+2
* block/qapi: Plug memory leak on query-block error pathMarkus Armbruster2015-11-251-5/+3Star
* block: Add average I/O queue depth to BlockDeviceTimedStatsAlberto Garcia2015-11-121-0/+5
* block: Compute minimum, maximum and average I/O latenciesAlberto Garcia2015-11-121-0/+28
* block: Allow configuring whether to account failed and invalid opsAlberto Garcia2015-11-121-0/+3
* block: Add statistics for failed and invalid I/O operationsAlberto Garcia2015-11-121-0/+10
* block: Add idle_time_ns to BlockDeviceStatsAlberto Garcia2015-11-121-0/+5
* throttle: Use bs->throttle_state instead of bs->io_limits_enabledAlberto Garcia2015-11-111-1/+1
* block: Prepare for NULL BDSMax Reitz2015-10-231-2/+2
* block: Move I/O status and error actions into BBMax Reitz2015-10-231-2/+2
* block: Move BlockAcctStats into BlockBackendMax Reitz2015-10-231-10/+14
* block: Remove wr_highest_sector from BlockAcctStatsMax Reitz2015-10-231-2/+2
* block: Convert bs->backing_hd to BdrvChildKevin Wolf2015-10-161-4/+4
* block: Convert bs->file to BdrvChildKevin Wolf2015-10-161-1/+1
* qerror: Finally unused, clean upMarkus Armbruster2015-06-221-6/+0Star
* qobject: Use 'bool' for qboolEric Blake2015-06-221-1/+1
* throttle: add the name of the ThrottleGroup to BlockDeviceInfoAlberto Garcia2015-06-121-0/+3
* throttle: Add throttle group supportAlberto Garcia2015-06-121-1/+4