summaryrefslogtreecommitdiff
path: root/block.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-20coroutine: move into libqemuutil.a libraryDaniel P. Berrange1-1/+1
2015-10-16block: auto-generated node-namesJeff Cody1-7/+12
2015-10-16block: Allow bdrv_unref_child(bs, NULL)Kevin Wolf1-1/+6
2015-10-16block: Remove bdrv_swap()Kevin Wolf1-154/+1
2015-10-16block: Add and use bdrv_replace_in_backing_chain()Kevin Wolf1-1/+31
2015-10-16block: Implement bdrv_append() without bdrv_swap()Kevin Wolf1-28/+84
2015-10-16block: Introduce parents listKevin Wolf1-0/+3
2015-10-16block: Split bdrv_move_feature_fields()Kevin Wolf1-0/+12
2015-10-16block: Manage backing file references in bdrv_set_backing_hd()Kevin Wolf1-50/+18
2015-10-16block: Convert bs->backing_hd to BdrvChildKevin Wolf1-52/+53
2015-10-16block: Remove bdrv_open_image()Kevin Wolf1-34/+0
2015-10-16block: Convert bs->file to BdrvChildKevin Wolf1-33/+30
2015-10-16block: Introduce BDS.file_childKevin Wolf1-3/+9
2015-10-02block: disable I/O limits at the beginning of bdrv_close()Alberto Garcia1-5/+6
2015-09-14block: Allow specifying driver-specific options to reopenKevin Wolf1-3/+39
2015-09-14block: Drop bdrv_find_whitelisted_format()Max Reitz1-7/+0
2015-09-14block: Drop drv parameter from bdrv_fill_options()Max Reitz1-37/+22
2015-09-14block: Drop drv parameter from bdrv_open_inherit()Max Reitz1-10/+7
2015-09-14block: Drop drv parameter from bdrv_open()Max Reitz1-5/+4
2015-09-14block: Always pass NULL as drv for bdrv_open()Max Reitz1-12/+12
2015-09-11opts: produce valid command line in qemu_opts_printKővágó, Zoltán1-1/+1
2015-09-02block: more check for replaced nodeWen Congyang1-2/+3
2015-07-14block: Fix backing file child when modifying graphKevin Wolf1-2/+3
2015-07-14block: Reorder cleanups in bdrv_close()Kevin Wolf1-6/+8
2015-07-14block: Introduce bdrv_unref_child()Kevin Wolf1-2/+21
2015-07-14block: Introduce bdrv_open_child()Kevin Wolf1-19/+52
2015-07-14block: Move bdrv_attach_child() calls up the call chainKevin Wolf1-20/+21
2015-07-07block: Use bdrv_drain to replace uncessary bdrv_drain_allFam Zheng1-3/+3
2015-07-07block: Initialize local_err in bdrv_append_temp_snapshotFam Zheng1-1/+1
2015-07-02block: Remove bdrv_reset_dirtyFam Zheng1-12/+0
2015-06-23block: Use bdrv_is_sg() everywhereDimitris Aragiorgis1-3/+3
2015-06-23util/hbitmap: Add an API to reset all set bits in hbitmapWen Congyang1-1/+1
2015-06-22Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster1-0/+1
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster1-0/+1
2015-06-22qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster1-1/+1
2015-06-15Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-40/+197
2015-06-12block: Fix reopen flag inheritanceKevin Wolf1-2/+11
2015-06-12block: Add BlockDriverState.inherits_fromKevin Wolf1-0/+17
2015-06-12block: Add list of children to BlockDriverStateKevin Wolf1-0/+37
2015-06-12block: Drain requests before swapping nodes in bdrv_swap()Kevin Wolf1-0/+6
2015-06-12block: Move flag inheritance to bdrv_open_inherit()Kevin Wolf1-13/+61
2015-06-12block: Use QemuOpts in bdrv_open_common()Kevin Wolf1-5/+33
2015-06-12block: driver should override flags in bdrv_open()Max Reitz1-18/+31
2015-06-12block: Change bitmap truncate conditional to assertionJohn Snow1-3/+1
2015-06-12block: record new size in bdrv_dirty_bitmap_truncateJohn Snow1-0/+1
2015-06-12throttle: acquire the ThrottleGroup lock in bdrv_swap()Alberto Garcia1-0/+16
2015-06-12throttle: Add throttle group supportAlberto Garcia1-6/+9
2015-06-12throttle: Extract timers from ThrottleState into a separate structureBenoît Canet1-4/+7
2015-05-29qapi: add dirty bitmap statusJohn Snow1-1/+12
2015-05-22block: Detect multiplication overflow in bdrv_getlengthFam Zheng1-0/+1