summaryrefslogtreecommitdiff
path: root/block.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-12qed: Implement .bdrv_drainFam Zheng1-2/+17
2015-11-12Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-11-11' into...Peter Maydell1-2/+1
2015-11-11error: More error_setg() usageEric Blake1-2/+1
2015-11-11throttle: Use bs->throttle_state instead of bs->io_limits_enabledAlberto Garcia1-3/+3
2015-11-11block: support passing 'backing': '' to 'blockdev-add'Alberto Garcia1-0/+7
2015-11-11block: Make bdrv_states publicMax Reitz1-2/+1
2015-11-11block: Don't call blk_bs() twice in bdrv_lookup_bs()Alberto Garcia1-3/+3
2015-10-23block: Prepare for NULL BDSMax Reitz1-0/+5
2015-10-23block: Move I/O status and error actions into BBMax Reitz1-125/+0
2015-10-23block: Move BlockAcctStats into BlockBackendMax Reitz1-11/+0
2015-10-23block: Move guest_block_size into BlockBackendMax Reitz1-7/+0
2015-10-23block: Invoke change media CB before NULLing drvMax Reitz1-4/+4
2015-10-23block: Make bdrv_is_inserted() recursiveMax Reitz1-3/+9
2015-10-23block: Make bdrv_is_inserted() return a boolMax Reitz1-5/+7
2015-10-23block: Set BDRV_O_INCOMING in bdrv_fill_options()Max Reitz1-0/+4
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