summaryrefslogtreecommitdiff
path: root/block/qapi.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-10-11block: Add bdrv_get_specific_infoMax Reitz1-0/+3
2013-09-06block: Add iops_size to do the iops accounting for a given io size.Benoît Canet1-0/+3
2013-09-06block: Add support for throttling burst max in QMP and the command line.Benoît Canet1-0/+26
2013-09-06block: Enable the new throttling code in the block layer.Benoît Canet1-12/+9
2013-06-07qmp: add ImageInfo in BlockDeviceInfo used by query-blockWenchao Xia1-3/+47
2013-06-07block: add image info query function bdrv_query_image_info()Wenchao Xia1-6/+37
2013-06-07block: add snapshot info query function bdrv_query_snapshot_info_list()Wenchao Xia1-13/+42
2013-06-04block: dump snapshot and image info to specified outputWenchao Xia1-30/+36
2013-06-04block: move qmp and info dump related code to block/qapi.cWenchao Xia1-0/+360