aboutsummaryrefslogtreecommitdiff
path: root/block/qapi.c
AgeCommit message (Expand)Author
2015-06-22qerror: Finally unused, clean upMarkus Armbruster
2015-06-22qobject: Use 'bool' for qboolEric Blake
2015-06-12throttle: add the name of the ThrottleGroup to BlockDeviceInfoAlberto Garcia
2015-06-12throttle: Add throttle group supportAlberto Garcia
2015-05-11qobject: Clean up around qtype_codeMarkus Armbruster
2015-04-28qmp: fill in the image field in BlockDeviceInfoAlberto Garcia
2015-03-19block/qapi: Fix Sparse warningStefan Weil
2015-02-06block: add event when disk usage exceeds thresholdFrancesco Romani
2015-02-06block: add accounting for merged requestsPeter Lieven
2015-01-23block: update string sizes for filename,backing_file,exact_filenameJeff Cody
2015-01-23block: qapi - move string allocation from stack to the heapJeff Cody
2015-01-13block: JSON filenames and relative backing filesMax Reitz
2014-12-10block/qapi: Add cache information to query-blockKevin Wolf
2014-12-10qmp: Add optional switch "query-nodes" in query-blockstatsFam Zheng
2014-12-10block: Include "node-name" if present in query-blockstatsFam Zheng
2014-11-24Revert "qemu-img info: show nocow info"Kevin Wolf
2014-10-20block: Lift device model API into BlockBackendMarkus Armbruster
2014-10-20block/qapi: Convert qmp_query_block() to BlockBackendMarkus Armbruster
2014-10-20block: Eliminate BlockDriverState member device_name[]Markus Armbruster
2014-09-10block: rename BlockAcctType members to start with BLOCK_ instead of BDRV_Benoît Canet
2014-09-10block: Extract the BlockAcctStats structureBenoît Canet
2014-08-15qemu-img info: show nocow infoChunyan Liu
2014-08-15block: Avoid bdrv_get_geometry() where errors should be detectedMarkus Armbruster
2014-06-27block: acquire AioContext in qmp_query_blockstats()Stefan Hajnoczi
2014-06-27block: make bdrv_query_stats() staticStefan Hajnoczi
2014-05-30block/qapi: Plug memory leak in dump_qobject() case QTYPE_QERRORMarkus Armbruster
2014-05-19block: optimize zero writes with bdrv_write_zeroesPeter Lieven
2014-04-30block: Use error_abort in bdrv_image_info_specific_dump()Max Reitz
2014-02-17Use error_is_set() only when necessaryMarkus Armbruster
2014-01-24qmp: Add QMP query-named-block-nodes to list the named BlockDriverState nodes.Benoît Canet
2014-01-24qapi: Add "backing" to BlockStatsFam Zheng
2013-11-29qapi: Change BlockDirtyInfo to listFam Zheng
2013-11-29block: per caller dirty bitmapFam Zheng
2013-10-11block/qapi: Human-readable ImageInfoSpecific dumpMax Reitz
2013-10-11block: Add bdrv_get_specific_infoMax Reitz
2013-09-06block: Add iops_size to do the iops accounting for a given io size.Benoît Canet
2013-09-06block: Add support for throttling burst max in QMP and the command line.Benoît Canet
2013-09-06block: Enable the new throttling code in the block layer.Benoît Canet
2013-06-07qmp: add ImageInfo in BlockDeviceInfo used by query-blockWenchao Xia
2013-06-07block: add image info query function bdrv_query_image_info()Wenchao Xia
2013-06-07block: add snapshot info query function bdrv_query_snapshot_info_list()Wenchao Xia
2013-06-04block: dump snapshot and image info to specified outputWenchao Xia
2013-06-04block: move qmp and info dump related code to block/qapi.cWenchao Xia