summaryrefslogtreecommitdiffstats
path: root/block.c
Commit message (Expand)AuthorAgeFilesLines
* block: disable I/O limits at the beginning of bdrv_close()Alberto Garcia2015-10-021-5/+6
* block: Allow specifying driver-specific options to reopenKevin Wolf2015-09-141-3/+39
* block: Drop bdrv_find_whitelisted_format()Max Reitz2015-09-141-7/+0
* block: Drop drv parameter from bdrv_fill_options()Max Reitz2015-09-141-37/+22
* block: Drop drv parameter from bdrv_open_inherit()Max Reitz2015-09-141-10/+7
* block: Drop drv parameter from bdrv_open()Max Reitz2015-09-141-5/+4
* block: Always pass NULL as drv for bdrv_open()Max Reitz2015-09-141-12/+12
* opts: produce valid command line in qemu_opts_printKővágó, Zoltán2015-09-111-1/+1
* block: more check for replaced nodeWen Congyang2015-09-021-2/+3
* block: Fix backing file child when modifying graphKevin Wolf2015-07-141-2/+3
* block: Reorder cleanups in bdrv_close()Kevin Wolf2015-07-141-6/+8
* block: Introduce bdrv_unref_child()Kevin Wolf2015-07-141-2/+21
* block: Introduce bdrv_open_child()Kevin Wolf2015-07-141-19/+52
* block: Move bdrv_attach_child() calls up the call chainKevin Wolf2015-07-141-20/+21
* block: Use bdrv_drain to replace uncessary bdrv_drain_allFam Zheng2015-07-071-3/+3
* block: Initialize local_err in bdrv_append_temp_snapshotFam Zheng2015-07-071-1/+1
* block: Remove bdrv_reset_dirtyFam Zheng2015-07-021-12/+0
* block: Use bdrv_is_sg() everywhereDimitris Aragiorgis2015-06-231-3/+3
* util/hbitmap: Add an API to reset all set bits in hbitmapWen Congyang2015-06-231-1/+1
* Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster2015-06-221-0/+1
* qerror: Move #include out of qerror.hMarkus Armbruster2015-06-221-0/+1
* qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster2015-06-221-1/+1
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2015-06-151-40/+197
|\
| * block: Fix reopen flag inheritanceKevin Wolf2015-06-121-2/+11
| * block: Add BlockDriverState.inherits_fromKevin Wolf2015-06-121-0/+17
| * block: Add list of children to BlockDriverStateKevin Wolf2015-06-121-0/+37
| * block: Drain requests before swapping nodes in bdrv_swap()Kevin Wolf2015-06-121-0/+6
| * block: Move flag inheritance to bdrv_open_inherit()Kevin Wolf2015-06-121-13/+61
| * block: Use QemuOpts in bdrv_open_common()Kevin Wolf2015-06-121-5/+33
| * block: driver should override flags in bdrv_open()Max Reitz2015-06-121-18/+31
| * block: Change bitmap truncate conditional to assertionJohn Snow2015-06-121-3/+1
| * block: record new size in bdrv_dirty_bitmap_truncateJohn Snow2015-06-121-0/+1
* | throttle: acquire the ThrottleGroup lock in bdrv_swap()Alberto Garcia2015-06-121-0/+16
* | throttle: Add throttle group supportAlberto Garcia2015-06-121-6/+9
* | throttle: Extract timers from ThrottleState into a separate structureBenoît Canet2015-06-121-4/+7
|/
* qapi: add dirty bitmap statusJohn Snow2015-05-291-1/+12
* block: Detect multiplication overflow in bdrv_getlengthFam Zheng2015-05-221-0/+1
* block: align bounce buffers to pageDenis V. Lunev2015-05-221-4/+4
* block: minimal bounce buffer alignmentDenis V. Lunev2015-05-221-0/+11
* block: move I/O request processing to block/io.cStefan Hajnoczi2015-04-281-2512/+0
* block: extract bdrv_setup_io_funcs()Stefan Hajnoczi2015-04-281-1/+6
* block: add bdrv_set_dirty()/bdrv_reset_dirty() to block_int.hStefan Hajnoczi2015-04-281-8/+4
* block: replace bdrv_states iteration with bdrv_next()Stefan Hajnoczi2015-04-281-6/+8
* block: Resize bitmaps on bdrv_truncateJohn Snow2015-04-281-0/+18
* block: Ensure consistent bitmap function prototypesJohn Snow2015-04-281-7/+6
* block: add BdrvDirtyBitmap documentationJohn Snow2015-04-281-5/+5
* qmp: Add dirty bitmap status field in query-blockJohn Snow2015-04-281-0/+1
* qmp: add block-dirty-bitmap-clearJohn Snow2015-04-281-0/+8
* qmp: Add support of "dirty-bitmap" sync mode for drive-backupJohn Snow2015-04-281-0/+9
* block: Add bitmap successorsJohn Snow2015-04-281-1/+103
OpenPOWER on IntegriCloud