summaryrefslogtreecommitdiff
path: root/block/qapi.c
AgeCommit message (Expand)AuthorFilesLines
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