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