index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-13
block: Remove check_new_perm from bdrv_replace_child()
Kevin Wolf
1
-7
/
+14
2017-03-08
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
1
-62
/
+120
2017-03-07
block: More detailed syntax error reporting for JSON filenames
Markus Armbruster
1
-2
/
+7
2017-03-07
qobject: Propagate parse errors through qobject_from_json()
Markus Armbruster
1
-1
/
+1
2017-03-07
block: Fix error handling in bdrv_replace_in_backing_chain()
Kevin Wolf
1
-19
/
+6
2017-03-07
block: Handle permission errors in change_parent_backing_link()
Kevin Wolf
1
-6
/
+44
2017-03-07
block: Ignore multiple children in bdrv_check_update_perm()
Kevin Wolf
1
-13
/
+22
2017-03-07
block: Factor out bdrv_replace_child_noperm()
Kevin Wolf
1
-13
/
+25
2017-03-07
block: Factor out should_update_child()
Kevin Wolf
1
-15
/
+27
2017-02-28
block: Add Error parameter to bdrv_append()
Kevin Wolf
1
-6
/
+17
2017-02-28
block: Add Error parameter to bdrv_set_backing_hd()
Kevin Wolf
1
-7
/
+23
2017-02-28
block: Assertions for resize permission
Kevin Wolf
1
-0
/
+3
2017-02-28
block: Allow backing file links in change_parent_backing_link()
Kevin Wolf
1
-4
/
+3
2017-02-28
block: BdrvChildRole.attach/detach() callbacks
Kevin Wolf
1
-35
/
+60
2017-02-28
block: Fix pending requests check in bdrv_append()
Kevin Wolf
1
-2
/
+2
2017-02-28
block: Add BdrvChildRole.stay_at_node
Kevin Wolf
1
-0
/
+3
2017-02-28
block: Include details on permission errors in message
Kevin Wolf
1
-11
/
+56
2017-02-28
block: Add BdrvChildRole.get_parent_desc()
Kevin Wolf
1
-0
/
+9
2017-02-28
block: Add error parameter to blk_insert_bs()
Kevin Wolf
1
-1
/
+4
2017-02-28
block: Add permissions to blk_new()
Kevin Wolf
1
-1
/
+1
2017-02-28
block: Request real permissions in bdrv_attach_child()
Kevin Wolf
1
-2
/
+8
2017-02-28
block: Require .bdrv_child_perm() with child nodes
Kevin Wolf
1
-2
/
+4
2017-02-28
vvfat: Implement .bdrv_child_perm()
Kevin Wolf
1
-1
/
+1
2017-02-28
block: Default .bdrv_child_perm() for format drivers
Kevin Wolf
1
-0
/
+44
2017-02-28
block: Default .bdrv_child_perm() for filter drivers
Kevin Wolf
1
-0
/
+23
2017-02-28
block: Involve block drivers in permission granting
Kevin Wolf
1
-4
/
+202
2017-02-28
block: Let callers request permissions when attaching a child node
Kevin Wolf
1
-8
/
+58
2017-02-28
block: Add Error argument to bdrv_attach_child()
Kevin Wolf
1
-3
/
+13
2017-02-26
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
1
-95
/
+170
2017-02-24
block: Add bdrv_new_open_driver()
Kevin Wolf
1
-1
/
+29
2017-02-24
block: Factor out bdrv_open_driver()
Kevin Wolf
1
-47
/
+65
2017-02-24
block: Use BlockBackend for image probing
Kevin Wolf
1
-17
/
+19
2017-02-24
block: Factor out bdrv_open_child_bs()
Kevin Wolf
1
-24
/
+37
2017-02-24
block: Attach bs->file only during .bdrv_open()
Kevin Wolf
1
-11
/
+24
2017-02-24
block: Pass BdrvChild to bdrv_truncate()
Kevin Wolf
1
-1
/
+2
2017-02-22
Don't check qobject_type() before qobject_to_qdict()
Markus Armbruster
1
-2
/
+2
2017-02-12
block: bdrv_invalidate_cache: invalidate children first
Vladimir Sementsov-Ogievskiy
1
-6
/
+5
2017-02-12
block: check full backing filename when searching protocol filenames
Jeff Cody
1
-0
/
+13
2017-01-31
trace: switch to modular code generation for sub-directories
Daniel P. Berrange
1
-1
/
+1
2017-01-24
block: remove dead check
Paolo Bonzini
1
-1
/
+1
2016-11-11
block: Emit modules in bdrv_iterate_format()
Max Reitz
1
-0
/
+18
2016-11-11
block: Fix bdrv_iterate_format() sorting
Max Reitz
1
-1
/
+1
2016-10-31
block: Support streaming to an intermediate layer
Alberto Garcia
1
-1
/
+3
2016-10-31
block: Pause all jobs during bdrv_reopen_multiple()
Alberto Garcia
1
-1
/
+4
2016-10-28
block: only call aio_poll on the current thread's AioContext
Paolo Bonzini
1
-0
/
+2
2016-10-28
block: prepare bdrv_reopen_multiple to release AioContext
Paolo Bonzini
1
-2
/
+2
2016-10-07
block: Add qdev ID to DEVICE_TRAY_MOVED
Kevin Wolf
1
-7
/
+0
2016-10-07
block: Add bdrv_runtime_opts to query-command-line-options
Kevin Wolf
1
-1
/
+1
2016-09-29
block: Move 'discard' option to bdrv_open_common()
Kevin Wolf
1
-1
/
+16
2016-09-29
block: Parse 'detect-zeroes' in bdrv_open_common()
Kevin Wolf
1
-0
/
+33
[prev]
[next]