summaryrefslogtreecommitdiffstats
path: root/block/qapi.c
Commit message (Expand)AuthorAgeFilesLines
* block/qapi: Use blk_enable_write_cache()Kevin Wolf2019-11-291-3/+4
* block/qapi: Pass bdrv_query_blk_stats() s->statsMax Reitz2019-11-291-25/+25
* block/qapi: Set s->device in bdrv_query_stats()Max Reitz2019-11-291-3/+2
* block/qapi: fix unbounded stack for dump_qdictPeter Xu2019-11-291-1/+2
* block/qapi: make two printf() formats literalPeter Xu2019-11-291-6/+4
* util: move declarations out of qemu-common.hVeronia Bahaa2019-11-291-0/+1
* block/qapi: Include empty drives in query-blockstatsKevin Wolf2019-11-291-15/+33
* block/qapi: Factor out bdrv_query_bds_stats()Kevin Wolf2019-11-291-11/+20
* block/qapi: Factor out bdrv_query_blk_stats()Kevin Wolf2019-11-291-63/+68
* qapi: Add burst length fields to BlockDeviceInfoAlberto Garcia2019-11-291-0/+20
* qapi: Swap visit_* arguments for consistent 'name' placementEric Blake2019-11-291-1/+1
* block: acquire in bdrv_query_image_infoPaolo Bonzini2019-11-291-2/+7
* block/qapi: Emit tray_open only if there is a trayMax Reitz2019-11-291-1/+1
* block: Clean up includesPeter Maydell2019-11-291-0/+1
* block/qapi: Clear err for further errorFam Zheng2019-11-291-0/+1
* block/qapi: allow best-effort queryJohn Snow2019-11-291-3/+4
* block/qapi: explicitly warn if !has_full_backing_filenameJohn Snow2019-11-291-3/+4
* block/qapi: always report full_backing_filenameJohn Snow2019-11-291-3/+4
* block/qapi: do not redundantly print "actual path"John Snow2019-11-291-1/+3
* qobject: Rename qtype_code to QTypeEric Blake2019-11-291-2/+2
* block/qapi: Plug memory leak on query-block error pathMarkus Armbruster2015-11-251-5/+3
* 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/+0
* 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
* qobject: Clean up around qtype_codeMarkus Armbruster2015-05-111-3/+0
* qmp: fill in the image field in BlockDeviceInfoAlberto Garcia2015-04-281-21/+25
* block/qapi: Fix Sparse warningStefan Weil2015-03-191-1/+1
* block: add event when disk usage exceeds thresholdFrancesco Romani2015-02-061-0/+3
* block: add accounting for merged requestsPeter Lieven2015-02-061-0/+2
* block: update string sizes for filename,backing_file,exact_filenameJeff Cody2015-01-231-2/+2
* block: qapi - move string allocation from stack to the heapJeff Cody2015-01-231-3/+4
* block: JSON filenames and relative backing filesMax Reitz2015-01-131-1/+6
* block/qapi: Add cache information to query-blockKevin Wolf2014-12-101-0/+7
* qmp: Add optional switch "query-nodes" in query-blockstatsFam Zheng2014-12-101-7/+13
* block: Include "node-name" if present in query-blockstatsFam Zheng2014-12-101-0/+5
* Revert "qemu-img info: show nocow info"Kevin Wolf2014-11-241-26/+0
* block: Lift device model API into BlockBackendMarkus Armbruster2014-10-201-4/+4
OpenPOWER on IntegriCloud