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-05-29
block/file-*: *_parse_filename() and colons
Max Reitz
1
-0
/
+35
2017-05-29
block: Fix backing paths for filenames with colons
Max Reitz
1
-5
/
+10
2017-05-11
block: Fix write/resize permissions for inactive images
Kevin Wolf
1
-2
/
+33
2017-05-11
block: Inactivate parents before children
Kevin Wolf
1
-7
/
+18
2017-05-11
block: Drop permissions when migration completes
Kevin Wolf
1
-1
/
+11
2017-05-11
block: New BdrvChildRole.activate() for blk_resume_after_migration()
Kevin Wolf
1
-1
/
+11
2017-05-11
block: Respect "force-share" in perm propagating
Fam Zheng
1
-8
/
+24
2017-05-11
block: Add, parse and store "force-share" option
Fam Zheng
1
-0
/
+17
2017-05-11
block: Make bdrv_perm_names public
Fam Zheng
1
-1
/
+1
2017-05-09
block: Simplify bdrv_append_temp_snapshot() logic
Eric Blake
1
-10
/
+7
2017-05-09
qobject: Use simpler QDict/QList scalar insertion macros
Eric Blake
1
-26
/
+19
2017-05-08
qobject: Drop useless QObject casts
Eric Blake
1
-8
/
+4
2017-04-28
block: assert no image modification under BDRV_O_INACTIVE
Denis V. Lunev
1
-0
/
+2
2017-04-28
block: Add .bdrv_truncate() error messages
Max Reitz
1
-2
/
+0
2017-04-28
block: Add errp to BD.bdrv_truncate()
Max Reitz
1
-2
/
+2
2017-04-28
block: Add errp to b{lk,drv}_truncate()
Max Reitz
1
-4
/
+12
2017-04-27
block: An empty filename counts as no filename
Max Reitz
1
-1
/
+1
2017-04-27
Revert "block/io: Comment out permission assertions"
Max Reitz
1
-5
/
+1
2017-04-24
block: use bdrv_can_set_read_only() during reopen
Jeff Cody
1
-6
/
+8
2017-04-24
block: introduce bdrv_can_set_read_only()
Jeff Cody
1
-1
/
+13
2017-04-24
block: code movement
Jeff Cody
1
-5
/
+5
2017-04-24
block: honor BDRV_O_ALLOW_RDWR when clearing bs->read_only
Jeff Cody
1
-0
/
+7
2017-04-24
block: do not set BDS read_only if copy_on_read enabled
Jeff Cody
1
-1
/
+9
2017-04-24
block: add bdrv_set_read_only() helper function
Jeff Cody
1
-0
/
+5
2017-04-24
block: Make errp the last parameter of bdrv_img_create
Fam Zheng
1
-2
/
+2
2017-04-11
block/io: Comment out permission assertions
Max Reitz
1
-1
/
+5
2017-04-11
block: Introduce bdrv_coroutine_enter
Fam Zheng
1
-0
/
+5
2017-04-11
block: Quiesce old aio context during bdrv_set_aio_context
Fam Zheng
1
-2
/
+5
2017-04-07
block: Assert attached child node has right aio context
Fam Zheng
1
-0
/
+4
2017-04-03
block: Document -drive problematic code and bugs
Markus Armbruster
1
-3
/
+45
2017-03-17
block: quiesce AioContext when detaching from it
Paolo Bonzini
1
-0
/
+7
2017-03-17
block: Propagate error in bdrv_open_backing_file
Fam Zheng
1
-0
/
+1
2017-03-17
block: Always call bdrv_child_check_perm first
Fam Zheng
1
-4
/
+9
2017-03-13
block: Refresh filename after changing backing file
Kevin Wolf
1
-0
/
+2
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
[next]