summaryrefslogtreecommitdiff
path: root/block/qapi.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-10-20block/qapi: Convert qmp_query_block() to BlockBackendMarkus Armbruster1-7/+8
2014-10-20block: Eliminate BlockDriverState member device_name[]Markus Armbruster1-3/+3
2014-09-10block: rename BlockAcctType members to start with BLOCK_ instead of BDRV_Benoît Canet1-8/+8
2014-09-10block: Extract the BlockAcctStats structureBenoît Canet1-9/+10
2014-08-15qemu-img info: show nocow infoChunyan Liu1-0/+26
2014-08-15block: Avoid bdrv_get_geometry() where errors should be detectedMarkus Armbruster1-4/+10
2014-06-27block: acquire AioContext in qmp_query_blockstats()Stefan Hajnoczi1-0/+4
2014-06-27block: make bdrv_query_stats() staticStefan Hajnoczi1-1/+1
2014-05-30block/qapi: Plug memory leak in dump_qobject() case QTYPE_QERRORMarkus Armbruster1-0/+1
2014-05-19block: optimize zero writes with bdrv_write_zeroesPeter Lieven1-0/+1
2014-04-30block: Use error_abort in bdrv_image_info_specific_dump()Max Reitz1-2/+1
2014-02-17Use error_is_set() only when necessaryMarkus Armbruster1-2/+2
2014-01-24qmp: Add QMP query-named-block-nodes to list the named BlockDriverState nodes.Benoît Canet1-54/+55
2014-01-24qapi: Add "backing" to BlockStatsFam Zheng1-0/+5
2013-11-29qapi: Change BlockDirtyInfo to listFam Zheng1-0/+5
2013-11-29block: per caller dirty bitmapFam Zheng1-8/+0
2013-10-11block/qapi: Human-readable ImageInfoSpecific dumpMax Reitz1-0/+121