summaryrefslogtreecommitdiffstats
path: root/block.c
Commit message (Expand)AuthorAgeFilesLines
* coroutine: move into libqemuutil.a libraryDaniel P. Berrange2015-10-201-1/+1
* block: auto-generated node-namesJeff Cody2015-10-161-7/+12
* block: Allow bdrv_unref_child(bs, NULL)Kevin Wolf2015-10-161-1/+6
* block: Remove bdrv_swap()Kevin Wolf2015-10-161-154/+1
* block: Add and use bdrv_replace_in_backing_chain()Kevin Wolf2015-10-161-1/+31
* block: Implement bdrv_append() without bdrv_swap()Kevin Wolf2015-10-161-28/+84
* block: Introduce parents listKevin Wolf2015-10-161-0/+3
* block: Split bdrv_move_feature_fields()Kevin Wolf2015-10-161-0/+12
* block: Manage backing file references in bdrv_set_backing_hd()Kevin Wolf2015-10-161-50/+18
* block: Convert bs->backing_hd to BdrvChildKevin Wolf2015-10-161-52/+53
* block: Remove bdrv_open_image()Kevin Wolf2015-10-161-34/+0
* block: Convert bs->file to BdrvChildKevin Wolf2015-10-161-33/+30
* block: Introduce BDS.file_childKevin Wolf2015-10-161-3/+9
* 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
OpenPOWER on IntegriCloud