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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-23
block: Mark bdrv_co_io_(un)plug() and callers GRAPH_RDLOCK
Kevin Wolf
4
-4
/
+9
2023-02-23
block: Mark bdrv_co_create() and callers GRAPH_RDLOCK
Kevin Wolf
16
-90
/
+84
2023-02-23
block: Mark preadv_snapshot/snapshot_block_status GRAPH_RDLOCK
Kevin Wolf
5
-15
/
+17
2023-02-23
block: Mark bdrv_co_copy_range() GRAPH_RDLOCK
Emanuele Giuseppe Esposito
10
-77
/
+66
2023-02-23
block: Mark bdrv_co_do_pwrite_zeroes() GRAPH_RDLOCK
Kevin Wolf
1
-4
/
+3
2023-02-23
block: Mark bdrv_co_pwrite_sync() and callers GRAPH_RDLOCK
Kevin Wolf
3
-6
/
+6
2023-02-23
block: Mark public read/write functions GRAPH_RDLOCK
Kevin Wolf
31
-238
/
+233
2023-02-23
block: Mark read/write in block/io.c GRAPH_RDLOCK
Kevin Wolf
10
-111
/
+101
2023-02-23
block: Mark bdrv_co_pwrite_zeroes() and callers GRAPH_RDLOCK
Kevin Wolf
18
-69
/
+92
2023-02-23
block: Mark bdrv_co_pdiscard() and callers GRAPH_RDLOCK
Emanuele Giuseppe Esposito
16
-37
/
+47
2023-02-23
block: Mark bdrv_co_flush() and callers GRAPH_RDLOCK
Emanuele Giuseppe Esposito
20
-60
/
+98
2023-02-23
block/qed: add missing graph rdlock in qed_need_check_timer_entry
Emanuele Giuseppe Esposito
1
-1
/
+3
2023-02-23
block: Mark bdrv_co_ioctl() and callers GRAPH_RDLOCK
Kevin Wolf
5
-7
/
+11
2023-02-23
block: Mark bdrv_co_block_status() and callers GRAPH_RDLOCK
Kevin Wolf
14
-62
/
+81
2023-02-23
block: Mark bdrv_co_truncate() and callers GRAPH_RDLOCK
Kevin Wolf
11
-28
/
+44
2023-02-23
mirror: Fix access of uninitialised fields during start
Kevin Wolf
1
-1
/
+7
2023-02-23
block: Make bdrv_can_set_read_only() static
Kevin Wolf
2
-4
/
+2
2023-02-21
Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into staging
Peter Maydell
13
-61
/
+272
2023-02-21
Merge tag 'pr-2023-02-16' of https://gitlab.com/a1xndr/qemu into staging
Peter Maydell
14
-404
/
+71
2023-02-20
Merge tag 'vfio-updates-20230216.0' of https://gitlab.com/alex.williamson/qem...
Peter Maydell
19
-596
/
+612
2023-02-20
Merge tag 'pull-virtiofs-20230216b' of https://gitlab.com/dagrh/qemu into sta...
Peter Maydell
35
-13990
/
+13
2023-02-20
Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging
Peter Maydell
25
-128
/
+295
2023-02-17
hbitmap: fix hbitmap_status() return value for first dirty bit case
Andrey Zhadchenko
2
-2
/
+2
2023-02-17
block/file-posix: don't use functions calling AIO_WAIT_WHILE in worker threads
Emanuele Giuseppe Esposito
1
-1
/
+1
2023-02-17
MAINTAINERS: drop Vladimir from parallels block driver
Vladimir Sementsov-Ogievskiy
1
-2
/
+0
2023-02-17
block: temporarily hold the new AioContext of bs_top in bdrv_append()
Stefano Garzarella
1
-0
/
+23
2023-02-17
block: Handle curl 7.55.0, 7.85.0 version changes
Anton Johansson
1
-7
/
+37
2023-02-17
block: Assert non-coroutine context for bdrv_open_inherit()
Kevin Wolf
1
-7
/
+6
2023-02-17
block: Fix bdrv_co_create_opts_simple() to open images with no_co_wrapper
Kevin Wolf
1
-2
/
+2
2023-02-17
vpc: Fix .bdrv_co_create(_opts) to open images with no_co_wrapper
Kevin Wolf
1
-5
/
+5
2023-02-17
vmdk: Fix .bdrv_co_create(_opts) to open images with no_co_wrapper
Kevin Wolf
1
-10
/
+12
2023-02-17
vhdx: Fix .bdrv_co_create(_opts) to open images with no_co_wrapper
Kevin Wolf
1
-5
/
+5
2023-02-17
vdi: Fix .bdrv_co_create(_opts) to open images with no_co_wrapper
Kevin Wolf
1
-5
/
+5
2023-02-17
qed: Fix .bdrv_co_create(_opts) to open images with no_co_wrapper
Kevin Wolf
1
-5
/
+5
2023-02-17
qcow2: Fix open/create to open images with no_co_wrapper
Kevin Wolf
1
-21
/
+22
2023-02-17
qcow: Fix .bdrv_co_create(_opts) to open images with no_co_wrapper
Kevin Wolf
1
-5
/
+5
2023-02-17
parallels: Fix .bdrv_co_create(_opts) to open images with no_co_wrapper
Kevin Wolf
1
-5
/
+5
2023-02-17
luks: Fix .bdrv_co_create(_opts) to open images with no_co_wrapper
Kevin Wolf
1
-10
/
+9
2023-02-17
block: Create no_co_wrappers for open functions
Kevin Wolf
3
-13
/
+44
2023-02-17
block-coroutine-wrapper: Introduce no_co_wrapper
Kevin Wolf
2
-11
/
+86
2023-02-17
curl: Fix error path in curl_open()
Hanna Czenczek
1
-2
/
+4
2023-02-17
configure: Enable -Wthread-safety if present
Kevin Wolf
1
-0
/
+1
2023-02-17
bsd-user/mmap: use TSA_NO_TSA to suppress clang TSA warnings in FreeBSD
Emanuele Giuseppe Esposito
2
-4
/
+6
2023-02-17
util/qemu-thread-posix: use TSA_NO_TSA to suppress clang TSA warnings in FreeBSD
Emanuele Giuseppe Esposito
2
-6
/
+10
2023-02-17
vdpa: fix VHOST_BACKEND_F_IOTLB_ASID flag check
Eugenio PĂ©rez
1
-1
/
+1
2023-02-17
net: stream: add a new option to automatically reconnect
Laurent Vivier
4
-5
/
+162
2023-02-17
vmnet: stop recieving events when VM is stopped
Joelle van Dyne
2
-13
/
+37
2023-02-17
net: Increase L2TPv3 buffer to fit jumboframes
Christian Svensson
1
-1
/
+1
2023-02-17
hw/net/vmxnet3: allow VMXNET3_MAX_MTU itself as a value
Fiona Ebner
1
-1
/
+1
2023-02-17
hw/net/lan9118: log [read|write]b when mode_16bit is enabled rather than abort
Qiang Liu
1
-9
/
+8
[next]