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
2020-05-18
block: Drop @child_class from bdrv_child_perm()
Max Reitz
1
-23
/
+16
2020-05-18
block: Drop child_file
Max Reitz
1
-37
/
+2
2020-05-18
block: Drop bdrv_format_default_perms()
Max Reitz
1
-19
/
+0
2020-05-18
block: Make bdrv_filter_default_perms() static
Max Reitz
1
-6
/
+11
2020-05-18
block: Use child_of_bds in remaining places
Max Reitz
1
-1
/
+2
2020-05-18
block: Drop child_backing
Max Reitz
1
-57
/
+3
2020-05-18
block: Make backing files child_of_bds children
Max Reitz
1
-6
/
+20
2020-05-18
block: Drop child_format
Max Reitz
1
-29
/
+0
2020-05-18
block: Add bdrv_default_perms()
Max Reitz
1
-0
/
+32
2020-05-18
block: Relax *perms_for_storage for data children
Max Reitz
1
-10
/
+48
2020-05-18
block: Pull out bdrv_default_perms_for_storage()
Max Reitz
1
-25
/
+46
2020-05-18
block: Pull out bdrv_default_perms_for_cow()
Max Reitz
1
-22
/
+40
2020-05-18
block: Distinguish paths in *_format_default_perms
Max Reitz
1
-6
/
+13
2020-05-18
block: Add child_of_bds
Max Reitz
1
-0
/
+24
2020-05-18
block: Unify bdrv_child_cb_detach()
Max Reitz
1
-7
/
+20
2020-05-18
block: Unify bdrv_child_cb_attach()
Max Reitz
1
-7
/
+20
2020-05-18
block: Use bdrv_inherited_options()
Max Reitz
1
-52
/
+19
2020-05-18
block: Add generic bdrv_inherited_options()
Max Reitz
1
-0
/
+81
2020-05-18
block: Rename bdrv_inherited_options()
Max Reitz
1
-4
/
+4
2020-05-18
block: Pass parent_is_format to .inherit_options()
Max Reitz
1
-10
/
+27
2020-05-18
block: Pass BdrvChildRole to .inherit_options()
Max Reitz
1
-16
/
+24
2020-05-18
block: Pass BdrvChildRole to bdrv_child_perm()
Max Reitz
1
-10
/
+12
2020-05-18
block: Add BdrvChildRole to BdrvChild
Max Reitz
1
-3
/
+8
2020-05-18
block: Rename BdrvChildRole to BdrvChildClass
Max Reitz
1
-69
/
+73
2020-05-18
block: Add bdrv_make_empty()
Max Reitz
1
-0
/
+23
2020-05-08
block: Drop unused .bdrv_has_zero_init_truncate
Eric Blake
1
-21
/
+0
2020-05-04
block: Avoid dead assignment
Philippe Mathieu-Daudé
1
-1
/
+1
2020-04-30
block-backend: Add flags to blk_truncate()
Kevin Wolf
1
-1
/
+2
2020-04-30
qapi: Only input visitors can actually fail
Markus Armbruster
1
-8
/
+1
2020-03-27
block: fix bdrv_root_attach_child forget to unref child_bs
Vladimir Sementsov-Ogievskiy
1
-0
/
+1
2020-03-26
block: trickle down the fallback image creation function use to the block dri...
Maxim Levitsky
1
-15
/
+20
2020-03-26
block: pass BlockDriver reference to the .bdrv_co_create
Maxim Levitsky
1
-1
/
+2
2020-03-24
block: bdrv_set_backing_bs: fix use-after-free
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2020-03-24
block: Assert BlockDriver::format_name is not NULL
Philippe Mathieu-Daudé
1
-0
/
+1
2020-03-11
block.c: adding bdrv_co_delete_file
Daniel Henrique Barboza
1
-0
/
+26
2020-03-11
block: Fix cross-AioContext blockdev-snapshot
Kevin Wolf
1
-0
/
+1
2020-03-11
block: Make bdrv_get_cumulative_perm() public
Kevin Wolf
1
-4
/
+2
2020-03-06
block: bdrv_reopen() with backing file in different AioContext
Kevin Wolf
1
-6
/
+26
2020-03-06
block: Introduce 'bdrv_reopen_commit_post' step
Peter Krempa
1
-0
/
+9
2020-03-06
block: Fix leak in bdrv_create_file_fallback()
Max Reitz
1
-1
/
+2
2020-02-22
qemu/queue.h: add QLIST_SAFE_REMOVE()
Stefan Hajnoczi
1
-4
/
+1
2020-02-20
block: Generic file creation fallback
Max Reitz
1
-12
/
+147
2020-02-20
qapi: Allow getting flat output from 'query-named-block-nodes'
Peter Krempa
1
-2
/
+3
2020-02-18
block: Remove bdrv_recurse_is_first_non_filter()
Max Reitz
1
-33
/
+0
2020-02-18
block: Use bdrv_recurse_can_replace()
Max Reitz
1
-2
/
+16
2020-02-18
block: Add bdrv_recurse_can_replace()
Max Reitz
1
-0
/
+38
2020-02-18
block: Drop bdrv_is_first_non_filter()
Max Reitz
1
-26
/
+0
2020-02-18
block: Remove superfluous semicolons
Philippe Mathieu-Daudé
1
-2
/
+2
2020-02-06
block: fix memleaks in bdrv_refresh_filename
Pan Nengyuan
1
-0
/
+1
2020-02-06
block: Use a GString in bdrv_perm_names()
Alberto Garcia
1
-5
/
+6
[next]