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-10-09
block: Add bdrv_lock()/unlock()
Kevin Wolf
1
-0
/
+27
2020-10-09
block: Add bdrv_co_enter()/leave()
Kevin Wolf
1
-0
/
+23
2020-10-05
block: generate coroutine-wrapper code
Vladimir Sementsov-Ogievskiy
1
-73
/
+0
2020-10-05
block: declare some coroutine functions in block/coroutines.h
Vladimir Sementsov-Ogievskiy
1
-4
/
+4
2020-10-05
block: return error-code from bdrv_invalidate_cache
Vladimir Sementsov-Ogievskiy
1
-14
/
+18
2020-10-02
block/export: Add blk_exp_close_all(_type)
Kevin Wolf
1
-1
/
+1
2020-09-23
qemu/atomic.h: rename atomic_ to qatomic_
Stefan Hajnoczi
1
-2
/
+2
2020-09-17
qemu/: fix some comment spelling errors
zhaolichang
1
-1
/
+1
2020-09-07
block: Leave BDS.backing_{file,format} constant
Max Reitz
1
-8
/
+27
2020-09-07
block: Improve get_allocated_file_size's default
Max Reitz
1
-3
/
+39
2020-09-07
block: Use CAFs for debug breakpoints
Max Reitz
1
-13
/
+3
2020-09-07
block: Use CAFs in bdrv_refresh_filename()
Max Reitz
1
-8
/
+21
2020-09-07
block: Re-evaluate backing file handling in reopen
Max Reitz
1
-9
/
+40
2020-09-07
block: Use CAFs when working with backing chains
Max Reitz
1
-14
/
+30
2020-09-07
block: Use bdrv_filter_(bs|child) where obvious
Max Reitz
1
-11
/
+20
2020-09-07
block: Add bdrv_supports_compressed_writes()
Max Reitz
1
-0
/
+23
2020-09-07
block: Drop bdrv_is_encrypted()
Max Reitz
1
-8
/
+0
2020-09-07
block: Include filters when freezing backing chain
Max Reitz
1
-21
/
+39
2020-09-07
block: bdrv_set_backing_hd() is about bs->backing
Max Reitz
1
-2
/
+2
2020-09-07
block: bdrv_cow_child() for bdrv_has_zero_init()
Max Reitz
1
-1
/
+1
2020-09-07
block: Add chain helper functions
Max Reitz
1
-0
/
+62
2020-09-07
block: Add child access functions
Max Reitz
1
-0
/
+91
2020-09-07
block: Raise an error when backing file parameter is an empty string
Connor Kuehl
1
-0
/
+4
2020-08-21
meson: replace create-config with meson configure_file
Paolo Bonzini
1
-0
/
+2
2020-08-21
meson: convert block
Marc-André Lureau
1
-1
/
+1
2020-07-17
block: Require aligned image size to avoid assertion failure
Kevin Wolf
1
-0
/
+16
2020-07-14
qemu-img: Deprecate use of -b without -F
Eric Blake
1
-1
/
+26
2020-07-14
block: Add support to warn on backing file change without format
Eric Blake
1
-3
/
+10
2020-07-14
block: Error if backing file fails during creation without -u
Eric Blake
1
-10
/
+2
2020-07-14
qemu-img: Flush stdout before before potential stderr messages
Eric Blake
1
-0
/
+1
2020-07-10
error: Reduce unnecessary error propagation
Markus Armbruster
1
-1
/
+1
2020-07-10
error: Eliminate error_propagate() with Coccinelle, part 2
Markus Armbruster
1
-4
/
+2
2020-07-10
error: Eliminate error_propagate() with Coccinelle, part 1
Markus Armbruster
1
-2
/
+1
2020-07-10
block: Avoid error accumulation in bdrv_img_create()
Markus Armbruster
1
-2
/
+2
2020-07-10
qemu-option: Use returned bool to check for failure
Markus Armbruster
1
-10
/
+6
2020-07-06
block: inline bdrv_unallocated_blocks_are_zero()
Vladimir Sementsov-Ogievskiy
1
-15
/
+0
2020-07-06
block/amend: add 'force' option
Maxim Levitsky
1
-1
/
+3
2020-06-10
block: Call attention to truncation of long NBD exports
Eric Blake
1
-2
/
+5
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
[next]