aboutsummaryrefslogtreecommitdiff
path: root/block.c
AgeCommit message (Expand)Author
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
2015-06-22qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster
2015-06-15Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2015-06-12block: Fix reopen flag inheritanceKevin Wolf
2015-06-12block: Add BlockDriverState.inherits_fromKevin Wolf
2015-06-12block: Add list of children to BlockDriverStateKevin Wolf
2015-06-12block: Drain requests before swapping nodes in bdrv_swap()Kevin Wolf
2015-06-12block: Move flag inheritance to bdrv_open_inherit()Kevin Wolf
2015-06-12block: Use QemuOpts in bdrv_open_common()Kevin Wolf
2015-06-12block: driver should override flags in bdrv_open()Max Reitz
2015-06-12block: Change bitmap truncate conditional to assertionJohn Snow
2015-06-12block: record new size in bdrv_dirty_bitmap_truncateJohn Snow
2015-06-12throttle: acquire the ThrottleGroup lock in bdrv_swap()Alberto Garcia
2015-06-12throttle: Add throttle group supportAlberto Garcia
2015-06-12throttle: Extract timers from ThrottleState into a separate structureBenoît Canet
2015-05-29qapi: add dirty bitmap statusJohn Snow
2015-05-22block: Detect multiplication overflow in bdrv_getlengthFam Zheng
2015-05-22block: align bounce buffers to pageDenis V. Lunev
2015-05-22block: minimal bounce buffer alignmentDenis V. Lunev
2015-04-28block: move I/O request processing to block/io.cStefan Hajnoczi
2015-04-28block: extract bdrv_setup_io_funcs()Stefan Hajnoczi
2015-04-28block: add bdrv_set_dirty()/bdrv_reset_dirty() to block_int.hStefan Hajnoczi
2015-04-28block: replace bdrv_states iteration with bdrv_next()Stefan Hajnoczi
2015-04-28block: Resize bitmaps on bdrv_truncateJohn Snow
2015-04-28block: Ensure consistent bitmap function prototypesJohn Snow
2015-04-28block: add BdrvDirtyBitmap documentationJohn Snow
2015-04-28qmp: Add dirty bitmap status field in query-blockJohn Snow
2015-04-28qmp: add block-dirty-bitmap-clearJohn Snow
2015-04-28qmp: Add support of "dirty-bitmap" sync mode for drive-backupJohn Snow
2015-04-28block: Add bitmap successorsJohn Snow
2015-04-28block: Add bitmap disabled statusJohn Snow