summaryrefslogtreecommitdiffstats
path: root/block.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2015-06-151-40/+197
|\
| * block: Fix reopen flag inheritanceKevin Wolf2015-06-121-2/+11
| * block: Add BlockDriverState.inherits_fromKevin Wolf2015-06-121-0/+17
| * block: Add list of children to BlockDriverStateKevin Wolf2015-06-121-0/+37
| * block: Drain requests before swapping nodes in bdrv_swap()Kevin Wolf2015-06-121-0/+6
| * block: Move flag inheritance to bdrv_open_inherit()Kevin Wolf2015-06-121-13/+61
| * block: Use QemuOpts in bdrv_open_common()Kevin Wolf2015-06-121-5/+33
| * block: driver should override flags in bdrv_open()Max Reitz2015-06-121-18/+31
| * block: Change bitmap truncate conditional to assertionJohn Snow2015-06-121-3/+1
| * block: record new size in bdrv_dirty_bitmap_truncateJohn Snow2015-06-121-0/+1
* | throttle: acquire the ThrottleGroup lock in bdrv_swap()Alberto Garcia2015-06-121-0/+16
* | throttle: Add throttle group supportAlberto Garcia2015-06-121-6/+9
* | throttle: Extract timers from ThrottleState into a separate structureBenoƮt Canet2015-06-121-4/+7
|/
* qapi: add dirty bitmap statusJohn Snow2015-05-291-1/+12
* block: Detect multiplication overflow in bdrv_getlengthFam Zheng2015-05-221-0/+1
* block: align bounce buffers to pageDenis V. Lunev2015-05-221-4/+4
* block: minimal bounce buffer alignmentDenis V. Lunev2015-05-221-0/+11
* block: move I/O request processing to block/io.cStefan Hajnoczi2015-04-281-2512/+0
* block: extract bdrv_setup_io_funcs()Stefan Hajnoczi2015-04-281-1/+6
* block: add bdrv_set_dirty()/bdrv_reset_dirty() to block_int.hStefan Hajnoczi2015-04-281-8/+4
* block: replace bdrv_states iteration with bdrv_next()Stefan Hajnoczi2015-04-281-6/+8
* block: Resize bitmaps on bdrv_truncateJohn Snow2015-04-281-0/+18
* block: Ensure consistent bitmap function prototypesJohn Snow2015-04-281-7/+6
* block: add BdrvDirtyBitmap documentationJohn Snow2015-04-281-5/+5
* qmp: Add dirty bitmap status field in query-blockJohn Snow2015-04-281-0/+1
* qmp: add block-dirty-bitmap-clearJohn Snow2015-04-281-0/+8
* qmp: Add support of "dirty-bitmap" sync mode for drive-backupJohn Snow2015-04-281-0/+9
* block: Add bitmap successorsJohn Snow2015-04-281-1/+103
* block: Add bitmap disabled statusJohn Snow2015-04-281-0/+25
* block: Introduce bdrv_dirty_bitmap_granularity()John Snow2015-04-281-2/+6
* qmp: Add block-dirty-bitmap-add and block-dirty-bitmap-removeJohn Snow2015-04-281-0/+20
* qmp: Ensure consistent granularity typeJohn Snow2015-04-281-5/+6
* qapi: Add optional field "name" to block dirty bitmapFam Zheng2015-04-281-1/+31
* qmp: fill in the image field in BlockDeviceInfoAlberto Garcia2015-04-281-2/+7
* block: use bdrv_get_device_or_node_name() in error messagesAlberto Garcia2015-04-281-12/+12
* block: add bdrv_get_device_or_node_name()Alberto Garcia2015-04-281-0/+9
* block: avoid unnecessary bottom halvesPaolo Bonzini2015-04-281-9/+34
* block: Pause block jobs in bdrv_drain_allFam Zheng2015-04-281-0/+20
* block: Switch to host monotonic clock for IO throttlingFam Zheng2015-04-281-1/+8
* Convert (ffs(val) - 1) to ctz32(val)Stefan Hajnoczi2015-04-281-1/+1
* block: Fix unaligned zero writeFam Zheng2015-03-271-6/+39
* block: Drop bdrv_findFam Zheng2015-03-161-9/+0
OpenPOWER on IntegriCloud