index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
block
/
block.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: Avoid bs->blk in bdrv_next()
Kevin Wolf
2016-05-19
1
-1
/
+2
*
block: Remove bdrv_aio_multiwrite()
Kevin Wolf
2016-05-19
1
-5
/
+2
*
block: Move I/O throttling configuration functions to BlockBackend
Kevin Wolf
2016-05-19
1
-4
/
+0
*
quorum: implement bdrv_add_child() and bdrv_del_child()
Wen Congyang
2016-05-12
1
-0
/
+4
*
Add new block driver interface to add/delete a BDS's child
Wen Congyang
2016-05-12
1
-0
/
+4
*
block: plug whole tree at once, introduce bdrv_io_unplugged_begin/end
Paolo Bonzini
2016-05-12
1
-1
/
+2
*
block: Fix bdrv_drain in coroutine
Fam Zheng
2016-04-11
1
-0
/
+1
*
block: Remove bdrv_(set_)enable_write_cache()
Kevin Wolf
2016-03-30
1
-2
/
+0
*
block: Remove BDRV_O_CACHE_WB
Kevin Wolf
2016-03-30
1
-2
/
+1
*
block: Remove bdrv_parse_cache_flags()
Kevin Wolf
2016-03-30
1
-1
/
+0
*
block: Move enable_write_cache to BB level
Kevin Wolf
2016-03-30
1
-0
/
+1
*
block: Add bdrv_parse_cache_mode()
Kevin Wolf
2016-03-30
1
-0
/
+1
*
block: move encryption deprecation warning into qcow code
Daniel P. Berrange
2016-03-30
1
-0
/
+1
*
block: add flag to indicate that no I/O will be performed
Daniel P. Berrange
2016-03-30
1
-0
/
+1
*
block: Remove bdrv_make_anon()
Kevin Wolf
2016-03-30
1
-1
/
+0
*
include/qemu/iov.h: Don't include qemu-common.h
Markus Armbruster
2016-03-22
1
-1
/
+1
*
block: Pull up blk_read_unthrottled() implementation
Kevin Wolf
2016-03-17
1
-2
/
+0
*
block: Remove bdrv_states list
Max Reitz
2016-03-17
1
-1
/
+0
*
block: Add bdrv_next_monitor_owned()
Max Reitz
2016-03-17
1
-0
/
+1
*
block: Move some bdrv_*_all() functions to BB
Max Reitz
2016-03-17
1
-2
/
+0
*
block: Remove unused typedef of BlockDriverDirtyHandler
Fam Zheng
2016-03-14
1
-2
/
+0
*
block: Move block dirty bitmap code to separate files
Fam Zheng
2016-03-14
1
-34
/
+1
*
typedefs: Add BdrvDirtyBitmap
Fam Zheng
2016-03-14
1
-1
/
+0
*
block: Include hbitmap.h in block.h
Fam Zheng
2016-03-14
1
-1
/
+1
*
block: Fix snapshot=on cache modes
Kevin Wolf
2016-03-14
1
-1
/
+0
*
block: set device_list.tqe_prev to NULL on BDS removal
Jeff Cody
2016-02-02
1
-0
/
+1
*
block: Add "file" output parameter to block status query functions
Fam Zheng
2016-02-02
1
-4
/
+7
*
block: Make bdrv_close() static
Max Reitz
2016-02-02
1
-1
/
+0
*
block: Remove BDS close notifier
Max Reitz
2016-02-02
1
-1
/
+0
*
block: Inactivate BDS when migration completes
Kevin Wolf
2016-01-20
1
-0
/
+1
*
block: Rename BDRV_O_INCOMING to BDRV_O_INACTIVE
Kevin Wolf
2016-01-20
1
-1
/
+1
*
block: Add check on mirror target
Fam Zheng
2016-01-07
1
-0
/
+1
*
block: Rename BLOCK_OP_TYPE_MIRROR to BLOCK_OP_TYPE_MIRROR_SOURCE
Fam Zheng
2016-01-07
1
-1
/
+1
*
block: Remove prototype of bdrv_swap from header
Fam Zheng
2015-12-18
1
-1
/
+0
*
block: Add opaque value to the amend CB
Max Reitz
2015-12-18
1
-2
/
+2
*
block: Introduce bs->explicit_options
Kevin Wolf
2015-12-18
1
-0
/
+1
*
block: Allow references for backing files
Kevin Wolf
2015-12-18
1
-1
/
+2
*
blkdebug: Merge hand-rolled and qapi BlkdebugEvent enum
Eric Blake
2015-12-17
1
-61
/
+1
*
block: Don't wait serialising for non-COR read requests
Fam Zheng
2015-12-03
1
-2
/
+2
*
block: Add block job transactions
Fam Zheng
2015-11-12
1
-0
/
+1
*
qed: Implement .bdrv_drain
Fam Zheng
2015-11-12
1
-1
/
+0
*
block: Add ioctl parameter fields to BlockRequest
Fam Zheng
2015-11-12
1
-4
/
+12
*
block: Introduce "drained begin/end" API
Fam Zheng
2015-10-23
1
-0
/
+19
*
block: Move I/O status and error actions into BB
Max Reitz
2015-10-23
1
-11
/
+0
*
block: Move BlockAcctStats into BlockBackend
Max Reitz
2015-10-23
1
-2
/
+0
*
block: Move guest_block_size into BlockBackend
Max Reitz
2015-10-23
1
-1
/
+0
*
block: Make bdrv_is_inserted() return a bool
Max Reitz
2015-10-23
1
-1
/
+1
*
coroutine: move into libqemuutil.a library
Daniel P. Berrange
2015-10-20
1
-1
/
+1
*
block: Add and use bdrv_replace_in_backing_chain()
Kevin Wolf
2015-10-16
1
-1
/
+3
*
block: Manage backing file references in bdrv_set_backing_hd()
Kevin Wolf
2015-10-16
1
-0
/
+1
[next]