aboutsummaryrefslogtreecommitdiff
path: root/block/qapi.c
AgeCommit message (Expand)Author
2016-07-06qapi: Add new visit_complete() functionEric Blake
2016-07-06qmp-output-visitor: Favor new visit_free() functionEric Blake
2016-05-19block: Don't return throttling info in query-named-block-nodesKevin Wolf
2016-05-19block: Move I/O throttling configuration functions to BlockBackendKevin Wolf
2016-05-19block: Move throttling fields from BDS to BBKevin Wolf
2016-05-19block: Convert throttle_group_get_name() to BlockBackendKevin Wolf
2016-03-30block/qapi: Use blk_enable_write_cache()Kevin Wolf
2016-03-30block/qapi: Pass bdrv_query_blk_stats() s->statsMax Reitz
2016-03-30block/qapi: Set s->device in bdrv_query_stats()Max Reitz
2016-03-30block/qapi: fix unbounded stack for dump_qdictPeter Xu
2016-03-30block/qapi: make two printf() formats literalPeter Xu
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa
2016-03-14block/qapi: Include empty drives in query-blockstatsKevin Wolf
2016-03-14block/qapi: Factor out bdrv_query_bds_stats()Kevin Wolf
2016-03-14block/qapi: Factor out bdrv_query_blk_stats()Kevin Wolf
2016-02-22qapi: Add burst length fields to BlockDeviceInfoAlberto Garcia
2016-02-08qapi: Swap visit_* arguments for consistent 'name' placementEric Blake
2016-02-02block: acquire in bdrv_query_image_infoPaolo Bonzini
2016-02-02block/qapi: Emit tray_open only if there is a trayMax Reitz
2016-01-20block: Clean up includesPeter Maydell
2016-01-07block/qapi: Clear err for further errorFam Zheng
2015-12-18block/qapi: allow best-effort queryJohn Snow
2015-12-18block/qapi: explicitly warn if !has_full_backing_filenameJohn Snow
2015-12-18block/qapi: always report full_backing_filenameJohn Snow
2015-12-18block/qapi: do not redundantly print "actual path"John Snow
2015-12-17qobject: Rename qtype_code to QTypeEric Blake
2015-11-25block/qapi: Plug memory leak on query-block error pathMarkus Armbruster
2015-11-12block: Add average I/O queue depth to BlockDeviceTimedStatsAlberto Garcia
2015-11-12block: Compute minimum, maximum and average I/O latenciesAlberto Garcia
2015-11-12block: Allow configuring whether to account failed and invalid opsAlberto Garcia
2015-11-12block: Add statistics for failed and invalid I/O operationsAlberto Garcia
2015-11-12block: Add idle_time_ns to BlockDeviceStatsAlberto Garcia
2015-11-11throttle: Use bs->throttle_state instead of bs->io_limits_enabledAlberto Garcia
2015-10-23block: Prepare for NULL BDSMax Reitz
2015-10-23block: Move I/O status and error actions into BBMax Reitz
2015-10-23block: Move BlockAcctStats into BlockBackendMax Reitz
2015-10-23block: Remove wr_highest_sector from BlockAcctStatsMax Reitz
2015-10-16block: Convert bs->backing_hd to BdrvChildKevin Wolf
2015-10-16block: Convert bs->file to BdrvChildKevin Wolf
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