summaryrefslogtreecommitdiff
path: root/block.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-05-22block: align bounce buffers to pageDenis V. Lunev1-4/+4
2015-05-22block: minimal bounce buffer alignmentDenis V. Lunev1-0/+11
2015-04-28block: move I/O request processing to block/io.cStefan Hajnoczi1-2512/+0
2015-04-28block: extract bdrv_setup_io_funcs()Stefan Hajnoczi1-1/+6
2015-04-28block: add bdrv_set_dirty()/bdrv_reset_dirty() to block_int.hStefan Hajnoczi1-8/+4
2015-04-28block: replace bdrv_states iteration with bdrv_next()Stefan Hajnoczi1-6/+8
2015-04-28block: Resize bitmaps on bdrv_truncateJohn Snow1-0/+18
2015-04-28block: Ensure consistent bitmap function prototypesJohn Snow1-7/+6
2015-04-28block: add BdrvDirtyBitmap documentationJohn Snow1-5/+5
2015-04-28qmp: Add dirty bitmap status field in query-blockJohn Snow1-0/+1
2015-04-28qmp: add block-dirty-bitmap-clearJohn Snow1-0/+8
2015-04-28qmp: Add support of "dirty-bitmap" sync mode for drive-backupJohn Snow1-0/+9
2015-04-28block: Add bitmap successorsJohn Snow1-1/+103
2015-04-28block: Add bitmap disabled statusJohn Snow1-0/+25
2015-04-28block: Introduce bdrv_dirty_bitmap_granularity()John Snow1-2/+6
2015-04-28qmp: Add block-dirty-bitmap-add and block-dirty-bitmap-removeJohn Snow1-0/+20
2015-04-28qmp: Ensure consistent granularity typeJohn Snow1-5/+6
2015-04-28qapi: Add optional field "name" to block dirty bitmapFam Zheng1-1/+31
2015-04-28qmp: fill in the image field in BlockDeviceInfoAlberto Garcia1-2/+7
2015-04-28block: use bdrv_get_device_or_node_name() in error messagesAlberto Garcia1-12/+12
2015-04-28block: add bdrv_get_device_or_node_name()Alberto Garcia1-0/+9
2015-04-28block: avoid unnecessary bottom halvesPaolo Bonzini1-9/+34