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: 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
*
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2017-02-26
1
-95
/
+170
|
\
|
*
block: Add bdrv_new_open_driver()
Kevin Wolf
2017-02-24
1
-1
/
+29
|
*
block: Factor out bdrv_open_driver()
Kevin Wolf
2017-02-24
1
-47
/
+65
|
*
block: Use BlockBackend for image probing
Kevin Wolf
2017-02-24
1
-17
/
+19
|
*
block: Factor out bdrv_open_child_bs()
Kevin Wolf
2017-02-24
1
-24
/
+37
|
*
block: Attach bs->file only during .bdrv_open()
Kevin Wolf
2017-02-24
1
-11
/
+24
|
*
block: Pass BdrvChild to bdrv_truncate()
Kevin Wolf
2017-02-24
1
-1
/
+2
*
|
Don't check qobject_type() before qobject_to_qdict()
Markus Armbruster
2017-02-22
1
-2
/
+2
|
/
*
block: bdrv_invalidate_cache: invalidate children first
Vladimir Sementsov-Ogievskiy
2017-02-12
1
-6
/
+5
*
block: check full backing filename when searching protocol filenames
Jeff Cody
2017-02-12
1
-0
/
+13
*
trace: switch to modular code generation for sub-directories
Daniel P. Berrange
2017-01-31
1
-1
/
+1
*
block: remove dead check
Paolo Bonzini
2017-01-24
1
-1
/
+1
*
block: Emit modules in bdrv_iterate_format()
Max Reitz
2016-11-11
1
-0
/
+18
*
block: Fix bdrv_iterate_format() sorting
Max Reitz
2016-11-11
1
-1
/
+1
*
block: Support streaming to an intermediate layer
Alberto Garcia
2016-10-31
1
-1
/
+3
*
block: Pause all jobs during bdrv_reopen_multiple()
Alberto Garcia
2016-10-31
1
-1
/
+4
*
block: only call aio_poll on the current thread's AioContext
Paolo Bonzini
2016-10-28
1
-0
/
+2
*
block: prepare bdrv_reopen_multiple to release AioContext
Paolo Bonzini
2016-10-28
1
-2
/
+2
*
block: Add qdev ID to DEVICE_TRAY_MOVED
Kevin Wolf
2016-10-07
1
-7
/
+0
*
block: Add bdrv_runtime_opts to query-command-line-options
Kevin Wolf
2016-10-07
1
-1
/
+1
*
block: Move 'discard' option to bdrv_open_common()
Kevin Wolf
2016-09-29
1
-1
/
+16
*
block: Parse 'detect-zeroes' in bdrv_open_common()
Kevin Wolf
2016-09-29
1
-0
/
+33
[prev]
[next]