aboutsummaryrefslogtreecommitdiff
path: root/block.c
AgeCommit message (Expand)Author
2015-12-17blkdebug: Merge hand-rolled and qapi BlkdebugEvent enumEric Blake
2015-11-12qed: Implement .bdrv_drainFam Zheng
2015-11-12Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-11-11' into...Peter Maydell
2015-11-11error: More error_setg() usageEric Blake
2015-11-11throttle: Use bs->throttle_state instead of bs->io_limits_enabledAlberto Garcia
2015-11-11block: support passing 'backing': '' to 'blockdev-add'Alberto Garcia
2015-11-11block: Make bdrv_states publicMax Reitz
2015-11-11block: Don't call blk_bs() twice in bdrv_lookup_bs()Alberto 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: Move guest_block_size into BlockBackendMax Reitz
2015-10-23block: Invoke change media CB before NULLing drvMax Reitz
2015-10-23block: Make bdrv_is_inserted() recursiveMax Reitz
2015-10-23block: Make bdrv_is_inserted() return a boolMax Reitz
2015-10-23block: Set BDRV_O_INCOMING in bdrv_fill_options()Max Reitz
2015-10-20coroutine: move into libqemuutil.a libraryDaniel P. Berrange
2015-10-16block: auto-generated node-namesJeff Cody
2015-10-16block: Allow bdrv_unref_child(bs, NULL)Kevin Wolf
2015-10-16block: Remove bdrv_swap()Kevin Wolf
2015-10-16block: Add and use bdrv_replace_in_backing_chain()Kevin Wolf
2015-10-16block: Implement bdrv_append() without bdrv_swap()Kevin Wolf
2015-10-16block: Introduce parents listKevin Wolf
2015-10-16block: Split bdrv_move_feature_fields()Kevin Wolf
2015-10-16block: Manage backing file references in bdrv_set_backing_hd()Kevin Wolf
2015-10-16block: Convert bs->backing_hd to BdrvChildKevin Wolf
2015-10-16block: Remove bdrv_open_image()Kevin Wolf
2015-10-16block: Convert bs->file to BdrvChildKevin Wolf
2015-10-16block: Introduce BDS.file_childKevin Wolf
2015-10-02block: disable I/O limits at the beginning of bdrv_close()Alberto Garcia
2015-09-14block: Allow specifying driver-specific options to reopenKevin Wolf
2015-09-14block: Drop bdrv_find_whitelisted_format()Max Reitz
2015-09-14block: Drop drv parameter from bdrv_fill_options()Max Reitz
2015-09-14block: Drop drv parameter from bdrv_open_inherit()Max Reitz
2015-09-14block: Drop drv parameter from bdrv_open()Max Reitz
2015-09-14block: Always pass NULL as drv for bdrv_open()Max Reitz
2015-09-11opts: produce valid command line in qemu_opts_printKővágó, Zoltán
2015-09-02block: more check for replaced nodeWen Congyang
2015-07-14block: Fix backing file child when modifying graphKevin Wolf
2015-07-14block: Reorder cleanups in bdrv_close()Kevin Wolf
2015-07-14block: Introduce bdrv_unref_child()Kevin Wolf
2015-07-14block: Introduce bdrv_open_child()Kevin Wolf
2015-07-14block: Move bdrv_attach_child() calls up the call chainKevin Wolf
2015-07-07block: Use bdrv_drain to replace uncessary bdrv_drain_allFam Zheng
2015-07-07block: Initialize local_err in bdrv_append_temp_snapshotFam Zheng
2015-07-02block: Remove bdrv_reset_dirtyFam Zheng
2015-06-23block: Use bdrv_is_sg() everywhereDimitris Aragiorgis
2015-06-23util/hbitmap: Add an API to reset all set bits in hbitmapWen Congyang
2015-06-22Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster