summaryrefslogtreecommitdiff
path: root/block/qapi.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-30block/qapi: Use blk_enable_write_cache()Kevin Wolf1-3/+4
2016-03-30block/qapi: Pass bdrv_query_blk_stats() s->statsMax Reitz1-25/+25
2016-03-30block/qapi: Set s->device in bdrv_query_stats()Max Reitz1-3/+2
2016-03-30block/qapi: fix unbounded stack for dump_qdictPeter Xu1-1/+2
2016-03-30block/qapi: make two printf() formats literalPeter Xu1-6/+4
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-0/+1
2016-03-14block/qapi: Include empty drives in query-blockstatsKevin Wolf1-15/+33
2016-03-14block/qapi: Factor out bdrv_query_bds_stats()Kevin Wolf1-11/+20
2016-03-14block/qapi: Factor out bdrv_query_blk_stats()Kevin Wolf1-63/+68
2016-02-22qapi: Add burst length fields to BlockDeviceInfoAlberto Garcia1-0/+20
2016-02-08qapi: Swap visit_* arguments for consistent 'name' placementEric Blake1-1/+1
2016-02-02block: acquire in bdrv_query_image_infoPaolo Bonzini1-2/+7
2016-02-02block/qapi: Emit tray_open only if there is a trayMax Reitz1-1/+1
2016-01-20block: Clean up includesPeter Maydell1-0/+1
2016-01-07block/qapi: Clear err for further errorFam Zheng1-0/+1
2015-12-18block/qapi: allow best-effort queryJohn Snow1-3/+4
2015-12-18block/qapi: explicitly warn if !has_full_backing_filenameJohn Snow1-3/+4
2015-12-18block/qapi: always report full_backing_filenameJohn Snow1-3/+4
2015-12-18block/qapi: do not redundantly print "actual path"John Snow1-1/+3
2015-12-17qobject: Rename qtype_code to QTypeEric Blake1-2/+2
2015-11-25block/qapi: Plug memory leak on query-block error pathMarkus Armbruster1-5/+3
2015-11-12block: Add average I/O queue depth to BlockDeviceTimedStatsAlberto Garcia1-0/+5
2015-11-12block: Compute minimum, maximum and average I/O latenciesAlberto Garcia1-0/+28
2015-11-12block: Allow configuring whether to account failed and invalid opsAlberto Garcia1-0/+3
2015-11-12block: Add statistics for failed and invalid I/O operationsAlberto Garcia1-0/+10
2015-11-12block: Add idle_time_ns to BlockDeviceStatsAlberto Garcia1-0/+5
2015-11-11throttle: Use bs->throttle_state instead of bs->io_limits_enabledAlberto Garcia1-1/+1
2015-10-23block: Prepare for NULL BDSMax Reitz1-2/+2
2015-10-23block: Move I/O status and error actions into BBMax Reitz1-2/+2
2015-10-23block: Move BlockAcctStats into BlockBackendMax Reitz1-10/+14
2015-10-23block: Remove wr_highest_sector from BlockAcctStatsMax Reitz1-2/+2
2015-10-16block: Convert bs->backing_hd to BdrvChildKevin Wolf1-4/+4
2015-10-16block: Convert bs->file to BdrvChildKevin Wolf1-1/+1
2015-06-22qerror: Finally unused, clean upMarkus Armbruster1-6/+0
2015-06-22qobject: Use 'bool' for qboolEric Blake1-1/+1
2015-06-12throttle: add the name of the ThrottleGroup to BlockDeviceInfoAlberto Garcia1-0/+3
2015-06-12throttle: Add throttle group supportAlberto Garcia1-1/+4
2015-05-11qobject: Clean up around qtype_codeMarkus Armbruster1-3/+0
2015-04-28qmp: fill in the image field in BlockDeviceInfoAlberto Garcia1-21/+25
2015-03-19block/qapi: Fix Sparse warningStefan Weil1-1/+1
2015-02-06block: add event when disk usage exceeds thresholdFrancesco Romani1-0/+3
2015-02-06block: add accounting for merged requestsPeter Lieven1-0/+2
2015-01-23block: update string sizes for filename,backing_file,exact_filenameJeff Cody1-2/+2
2015-01-23block: qapi - move string allocation from stack to the heapJeff Cody1-3/+4
2015-01-13block: JSON filenames and relative backing filesMax Reitz1-1/+6
2014-12-10block/qapi: Add cache information to query-blockKevin Wolf1-0/+7
2014-12-10qmp: Add optional switch "query-nodes" in query-blockstatsFam Zheng1-7/+13
2014-12-10block: Include "node-name" if present in query-blockstatsFam Zheng1-0/+5
2014-11-24Revert "qemu-img info: show nocow info"Kevin Wolf1-26/+0
2014-10-20block: Lift device model API into BlockBackendMarkus Armbruster1-4/+4