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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-18
remove unnecessary casts from uintptr_t
Paolo Bonzini
1
-1
/
+1
2024-01-18
io_uring: move LuringState typedef to block/aio.h
Paolo Bonzini
1
-2
/
+2
2024-01-04
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Peter Maydell
1
-3
/
+8
2023-12-31
configure, meson: rename targetos to host_os
Paolo Bonzini
1
-2
/
+2
2023-12-31
meson: remove CONFIG_POSIX and CONFIG_WIN32 from config_targetos
Paolo Bonzini
1
-2
/
+5
2023-12-31
meson: remove OS definitions from config_targetos
Paolo Bonzini
1
-1
/
+3
2023-12-21
block: remove outdated AioContext locking comments
Stefan Hajnoczi
2
-12
/
+0
2023-12-21
block: remove AioContext locking
Stefan Hajnoczi
13
-283
/
+24
2023-12-21
graph-lock: remove AioContext locking
Stefan Hajnoczi
13
-107
/
+64
2023-12-21
block: Fix crash when loading snapshot on inactive node
Kevin Wolf
1
-1
/
+3
2023-12-21
block/file-posix: set up Linux AIO and io_uring in the current thread
Stefan Hajnoczi
1
-52
/
+51
2023-11-28
export/vhost-user-blk: Fix consecutive drains
Kevin Wolf
1
-2
/
+7
2023-11-28
vmdk: Don't corrupt desc file in vmdk_write_cid
Fam Zheng
1
-8
/
+20
2023-11-21
stream: Fix AioContext locking during bdrv_graph_wrlock()
Kevin Wolf
1
-2
/
+2
2023-11-21
block: Fix deadlocks in bdrv_graph_wrunlock()
Kevin Wolf
13
-37
/
+62
2023-11-21
block: Fix bdrv_graph_wrlock() call in blk_remove_bs()
Kevin Wolf
1
-1
/
+3
2023-11-13
block/snapshot: Fix compiler warning with -Wshadow=local
Thomas Huth
1
-4
/
+2
2023-11-08
block: Protect bs->file with graph_lock
Kevin Wolf
13
-37
/
+88
2023-11-08
block: Take graph lock for most of .bdrv_open
Kevin Wolf
16
-20
/
+60
2023-11-08
vhdx: Take locks for accessing bs->file
Kevin Wolf
3
-28
/
+39
2023-11-08
qcow2: Take locks for accessing bs->file
Kevin Wolf
4
-41
/
+59
2023-11-08
block: Add missing GRAPH_RDLOCK annotations
Kevin Wolf
15
-52
/
+46
2023-11-08
block: Introduce bdrv_co_change_backing_file()
Kevin Wolf
2
-94
/
+98
2023-11-08
blkverify: Add locking for request_fn
Kevin Wolf
1
-5
/
+11
2023-11-08
block: Protect bs->backing with graph_lock
Kevin Wolf
5
-11
/
+30
2023-11-07
block: Mark bdrv_replace_node() GRAPH_WRLOCK
Kevin Wolf
2
-12
/
+27
2023-11-07
block: Mark bdrv_set_backing_hd_drained() GRAPH_WRLOCK
Kevin Wolf
1
-0
/
+2
2023-11-07
block: Mark bdrv_cow_child() and callers GRAPH_RDLOCK
Kevin Wolf
1
-1
/
+1
2023-11-07
block: Mark bdrv_chain_contains() and callers GRAPH_RDLOCK
Kevin Wolf
1
-0
/
+2
2023-11-07
block: Mark bdrv_(un)freeze_backing_chain() and callers GRAPH_RDLOCK
Kevin Wolf
5
-10
/
+37
2023-11-07
block: Mark bdrv_skip_filters() and callers GRAPH_RDLOCK
Kevin Wolf
5
-20
/
+51
2023-11-07
block: Mark bdrv_skip_implicit_filters() and callers GRAPH_RDLOCK
Kevin Wolf
1
-0
/
+3
2023-11-07
block: Mark bdrv_filter_or_cow_bs() and callers GRAPH_RDLOCK
Kevin Wolf
1
-0
/
+4
2023-11-07
block: Mark block_job_add_bdrv() GRAPH_WRLOCK
Kevin Wolf
4
-6
/
+29
2023-11-07
block: Mark bdrv_root_attach_child() GRAPH_WRLOCK
Kevin Wolf
1
-0
/
+2
2023-11-07
block: Mark bdrv_filter_bs() and callers GRAPH_RDLOCK
Kevin Wolf
1
-0
/
+2
2023-11-07
block: Mark bdrv_has_zero_init() and callers GRAPH_RDLOCK
Kevin Wolf
6
-9
/
+15
2023-11-07
block: Mark bdrv_probe_blocksizes() and callers GRAPH_RDLOCK
Kevin Wolf
2
-1
/
+4
2023-11-07
Merge tag 'pull-block-2023-11-06' of https://gitlab.com/hreitz/qemu into staging
Stefan Hajnoczi
2
-15
/
+30
2023-11-07
Merge tag 'pull-target-arm-20231106' of https://git.linaro.org/people/pmaydel...
Stefan Hajnoczi
1
-3
/
+4
2023-11-06
file-posix: fix over-writing of returning zone_append offset
Naohiro Aota
1
-9
/
+7
2023-11-06
block/file-posix: fix update_zones_wp() caller
Sam Li
1
-2
/
+5
2023-11-06
qcow2: keep reference on zeroize with discard-no-unref enabled
Jean-Louis Dupond
1
-4
/
+18
2023-11-06
block/nvme: nvme_process_completion() fix bound for cid
Vladimir Sementsov-Ogievskiy
1
-3
/
+4
2023-11-03
util/uuid: Add UUID_STR_LEN definition
Cédric Le Goater
2
-2
/
+2
2023-11-01
cpr: relax blockdev migration blockers
Steve Sistare
7
-7
/
+7
2023-10-31
mirror: return mirror-specific information upon query
Fiona Ebner
1
-8
/
+23
2023-10-31
qapi/block-core: use JobType for BlockJobInfo's type
Fiona Ebner
1
-2
/
+2
2023-10-31
mirror: implement mirror_change method
Fiona Ebner
1
-3
/
+41
2023-10-31
block/mirror: determine copy_to_target only once
Fiona Ebner
1
-23
/
+18
[next]