summaryrefslogtreecommitdiffstats
path: root/block/qapi.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* block/qapi: Convert qmp_query_block() to BlockBackendMarkus Armbruster2014-10-201-7/+8
* block: Eliminate BlockDriverState member device_name[]Markus Armbruster2014-10-201-3/+3
* block: rename BlockAcctType members to start with BLOCK_ instead of BDRV_Benoît Canet2014-09-101-8/+8
* block: Extract the BlockAcctStats structureBenoît Canet2014-09-101-9/+10
* qemu-img info: show nocow infoChunyan Liu2014-08-151-0/+26
* block: Avoid bdrv_get_geometry() where errors should be detectedMarkus Armbruster2014-08-151-4/+10
* block: acquire AioContext in qmp_query_blockstats()Stefan Hajnoczi2014-06-271-0/+4
* block: make bdrv_query_stats() staticStefan Hajnoczi2014-06-271-1/+1
* block/qapi: Plug memory leak in dump_qobject() case QTYPE_QERRORMarkus Armbruster2014-05-301-0/+1
* block: optimize zero writes with bdrv_write_zeroesPeter Lieven2014-05-191-0/+1
* block: Use error_abort in bdrv_image_info_specific_dump()Max Reitz2014-04-301-2/+1
* Use error_is_set() only when necessaryMarkus Armbruster2014-02-171-2/+2
* qmp: Add QMP query-named-block-nodes to list the named BlockDriverState nodes.Benoît Canet2014-01-241-54/+55
* qapi: Add "backing" to BlockStatsFam Zheng2014-01-241-0/+5
* qapi: Change BlockDirtyInfo to listFam Zheng2013-11-291-0/+5
* block: per caller dirty bitmapFam Zheng2013-11-291-8/+0
* block/qapi: Human-readable ImageInfoSpecific dumpMax Reitz2013-10-111-0/+121
* block: Add bdrv_get_specific_infoMax Reitz2013-10-111-0/+3
* block: Add iops_size to do the iops accounting for a given io size.Benoît Canet2013-09-061-0/+3
* block: Add support for throttling burst max in QMP and the command line.Benoît Canet2013-09-061-0/+26
OpenPOWER on IntegriCloud