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
/
block.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: assert no image modification under BDRV_O_INACTIVE
Denis V. Lunev
2017-04-28
1
-0
/
+2
*
block: Add .bdrv_truncate() error messages
Max Reitz
2017-04-28
1
-2
/
+0
*
block: Add errp to BD.bdrv_truncate()
Max Reitz
2017-04-28
1
-2
/
+2
*
block: Add errp to b{lk,drv}_truncate()
Max Reitz
2017-04-28
1
-4
/
+12
*
block: An empty filename counts as no filename
Max Reitz
2017-04-27
1
-1
/
+1
*
Revert "block/io: Comment out permission assertions"
Max Reitz
2017-04-27
1
-5
/
+1
*
block: use bdrv_can_set_read_only() during reopen
Jeff Cody
2017-04-24
1
-6
/
+8
*
block: introduce bdrv_can_set_read_only()
Jeff Cody
2017-04-24
1
-1
/
+13
*
block: code movement
Jeff Cody
2017-04-24
1
-5
/
+5
*
block: honor BDRV_O_ALLOW_RDWR when clearing bs->read_only
Jeff Cody
2017-04-24
1
-0
/
+7
*
block: do not set BDS read_only if copy_on_read enabled
Jeff Cody
2017-04-24
1
-1
/
+9
*
block: add bdrv_set_read_only() helper function
Jeff Cody
2017-04-24
1
-0
/
+5
*
block: Make errp the last parameter of bdrv_img_create
Fam Zheng
2017-04-24
1
-2
/
+2
*
block/io: Comment out permission assertions
Max Reitz
2017-04-11
1
-1
/
+5
*
block: Introduce bdrv_coroutine_enter
Fam Zheng
2017-04-11
1
-0
/
+5
*
block: Quiesce old aio context during bdrv_set_aio_context
Fam Zheng
2017-04-11
1
-2
/
+5
*
block: Assert attached child node has right aio context
Fam Zheng
2017-04-07
1
-0
/
+4
*
block: Document -drive problematic code and bugs
Markus Armbruster
2017-04-03
1
-3
/
+45
*
block: quiesce AioContext when detaching from it
Paolo Bonzini
2017-03-17
1
-0
/
+7
*
block: Propagate error in bdrv_open_backing_file
Fam Zheng
2017-03-17
1
-0
/
+1
*
block: Always call bdrv_child_check_perm first
Fam Zheng
2017-03-17
1
-4
/
+9
*
block: Refresh filename after changing backing file
Kevin Wolf
2017-03-13
1
-0
/
+2
*
block: Remove check_new_perm from bdrv_replace_child()
Kevin Wolf
2017-03-13
1
-7
/
+14
*
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2017-03-08
1
-62
/
+120
|
\
|
*
block: Fix error handling in bdrv_replace_in_backing_chain()
Kevin Wolf
2017-03-07
1
-19
/
+6
|
*
block: Handle permission errors in change_parent_backing_link()
Kevin Wolf
2017-03-07
1
-6
/
+44
|
*
block: Ignore multiple children in bdrv_check_update_perm()
Kevin Wolf
2017-03-07
1
-13
/
+22
|
*
block: Factor out bdrv_replace_child_noperm()
Kevin Wolf
2017-03-07
1
-13
/
+25
|
*
block: Factor out should_update_child()
Kevin Wolf
2017-03-07
1
-15
/
+27
*
|
block: More detailed syntax error reporting for JSON filenames
Markus Armbruster
2017-03-07
1
-2
/
+7
*
|
qobject: Propagate parse errors through qobject_from_json()
Markus Armbruster
2017-03-07
1
-1
/
+1
|
/
*
block: Add Error parameter to bdrv_append()
Kevin Wolf
2017-02-28
1
-6
/
+17
*
block: Add Error parameter to bdrv_set_backing_hd()
Kevin Wolf
2017-02-28
1
-7
/
+23
*
block: Assertions for resize permission
Kevin Wolf
2017-02-28
1
-0
/
+3
*
block: Allow backing file links in change_parent_backing_link()
Kevin Wolf
2017-02-28
1
-4
/
+3
*
block: BdrvChildRole.attach/detach() callbacks
Kevin Wolf
2017-02-28
1
-35
/
+60
*
block: Fix pending requests check in bdrv_append()
Kevin Wolf
2017-02-28
1
-2
/
+2
*
block: Add BdrvChildRole.stay_at_node
Kevin Wolf
2017-02-28
1
-0
/
+3
*
block: Include details on permission errors in message
Kevin Wolf
2017-02-28
1
-11
/
+56
*
block: Add BdrvChildRole.get_parent_desc()
Kevin Wolf
2017-02-28
1
-0
/
+9
*
block: Add error parameter to blk_insert_bs()
Kevin Wolf
2017-02-28
1
-1
/
+4
*
block: Add permissions to blk_new()
Kevin Wolf
2017-02-28
1
-1
/
+1
*
block: Request real permissions in bdrv_attach_child()
Kevin Wolf
2017-02-28
1
-2
/
+8
*
block: Require .bdrv_child_perm() with child nodes
Kevin Wolf
2017-02-28
1
-2
/
+4
*
vvfat: Implement .bdrv_child_perm()
Kevin Wolf
2017-02-28
1
-1
/
+1
*
block: Default .bdrv_child_perm() for format drivers
Kevin Wolf
2017-02-28
1
-0
/
+44
*
block: Default .bdrv_child_perm() for filter drivers
Kevin Wolf
2017-02-28
1
-0
/
+23
*
block: Involve block drivers in permission granting
Kevin Wolf
2017-02-28
1
-4
/
+202
*
block: Let callers request permissions when attaching a child node
Kevin Wolf
2017-02-28
1
-8
/
+58
*
block: Add Error argument to bdrv_attach_child()
Kevin Wolf
2017-02-28
1
-3
/
+13
[next]