25 Commits (bfb197e0d998bea8741c65492b2b42f443729249)

Author SHA1 Message Date
Markus Armbruster bfb197e0d9 block: Eliminate BlockDriverState member device_name[] 12 years ago
Benoît Canet 28298fd3d9 block: rename BlockAcctType members to start with BLOCK_ instead of BDRV_ 12 years ago
Benoît Canet 0ddd0ad96a block: Extract the BlockAcctStats structure 12 years ago
Chunyan Liu 000c4dfff4 qemu-img info: show nocow info 12 years ago
Markus Armbruster 52bf1e722d block: Avoid bdrv_get_geometry() where errors should be detected 12 years ago
Stefan Hajnoczi 13344f3a17 block: acquire AioContext in qmp_query_blockstats() 12 years ago
Stefan Hajnoczi ac46821f2c block: make bdrv_query_stats() static 12 years ago
Markus Armbruster f25391c2a6 block/qapi: Plug memory leak in dump_qobject() case QTYPE_QERROR 12 years ago
Peter Lieven 465bee1da8 block: optimize zero writes with bdrv_write_zeroes 12 years ago
Max Reitz 35d0d40a03 block: Use error_abort in bdrv_image_info_specific_dump() 12 years ago
Markus Armbruster 84d18f065f Use error_is_set() only when necessary 12 years ago
Benoît Canet c13163fba1 qmp: Add QMP query-named-block-nodes to list the named BlockDriverState nodes. 12 years ago
Fam Zheng c8059b97e1 qapi: Add "backing" to BlockStats 12 years ago
Fam Zheng 21b5683508 qapi: Change BlockDirtyInfo to list 13 years ago
Fam Zheng e4654d2d94 block: per caller dirty bitmap 13 years ago
Max Reitz a8d8ecb77f block/qapi: Human-readable ImageInfoSpecific dump 13 years ago
Max Reitz eae041fe6f block: Add bdrv_get_specific_info 13 years ago
Benoît Canet 2024c1df43 block: Add iops_size to do the iops accounting for a given io size. 13 years ago
Benoît Canet 3e9fab690d block: Add support for throttling burst max in QMP and the command line. 13 years ago
Benoît Canet cc0681c454 block: Enable the new throttling code in the block layer. 13 years ago
Wenchao Xia 553a7e8718 qmp: add ImageInfo in BlockDeviceInfo used by query-block 13 years ago
Wenchao Xia 43526ec8d1 block: add image info query function bdrv_query_image_info() 13 years ago
Wenchao Xia fb0ed4539c block: add snapshot info query function bdrv_query_snapshot_info_list() 13 years ago
Wenchao Xia 5b91704469 block: dump snapshot and image info to specified output 13 years ago
Wenchao Xia f364ec65b5 block: move qmp and info dump related code to block/qapi.c 13 years ago