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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-31
mirror: implement mirror_change method
Fiona Ebner
2
-4
/
+53
2023-10-31
block/mirror: determine copy_to_target only once
Fiona Ebner
1
-23
/
+18
2023-10-31
block/mirror: move dirty bitmap to filter
Fiona Ebner
1
-4
/
+13
2023-10-31
block/mirror: set actively_synced even after the job is ready
Fiona Ebner
1
-3
/
+3
2023-10-31
blockjob: introduce block-job-change QMP command
Fiona Ebner
7
-1
/
+82
2023-10-31
virtio-blk: remove batch notification BH
Stefan Hajnoczi
1
-47
/
+1
2023-10-31
virtio: use defer_call() in virtio_irqfd_notify()
Stefan Hajnoczi
5
-1
/
+28
2023-10-31
util/defer-call: move defer_call() to util/
Stefan Hajnoczi
13
-7
/
+27
2023-10-31
block: rename blk_io_plug_call() API to defer_call()
Stefan Hajnoczi
9
-79
/
+76
2023-10-31
blockdev: mirror: avoid potential deadlock when using iothread
Fiona Ebner
1
-2
/
+12
2023-10-31
block: avoid potential deadlock during bdrv_graph_wrlock() in bdrv_close()
Fiona Ebner
1
-1
/
+1
2023-10-31
blockjob: drop AioContext lock before calling bdrv_graph_wrlock()
Fiona Ebner
1
-0
/
+2
2023-10-31
iotests: Test media change with iothreads
Kevin Wolf
1
-2
/
+4
2023-10-31
block: Fix locking in media change monitor commands
Kevin Wolf
1
-0
/
+5
2023-10-31
iotests: add tests for "qemu-img rebase" with compression
Andrey Drobyshev
4
-0
/
+345
2023-10-31
qemu-img: add compression option to rebase subcommand
Andrey Drobyshev
3
-10
/
+26
2023-10-31
iotests/{024, 271}: add testcases for qemu-img rebase
Andrey Drobyshev
4
-0
/
+211
2023-10-31
qemu-img: rebase: avoid unnecessary COW operations
Andrey Drobyshev
1
-20
/
+54
2023-10-31
qemu-img: add chunk size parameter to compare_buffers()
Andrey Drobyshev
1
-9
/
+15
2023-10-31
qemu-img: rebase: use backing files' BlockBackend for buffer alignment
Andrey Drobyshev
1
-2
/
+7
2023-10-31
qemu-iotests: 024: add rebasing test case for overlay_size > backing_size
Andrey Drobyshev
2
-0
/
+87
2023-10-31
qemu-img: rebase: stop when reaching EOF of old backing file
Andrey Drobyshev
1
-1
/
+12
2023-10-31
Merge tag 'pull-lu-20231030' of https://gitlab.com/rth7680/qemu into staging
Stefan Hajnoczi
76
-211
/
+3278
2023-10-31
Merge tag 'pull-ufs-20231030' of https://gitlab.com/jeuk20.kim/qemu into staging
Stefan Hajnoczi
6
-1460
/
+315
2023-10-31
Merge tag 'pull-target-arm-20231027' of https://git-us.linaro.org/people/pmay...
Stefan Hajnoczi
63
-1431
/
+1714
2023-10-30
build: Add update-linux-vdso makefile rule
Richard Henderson
1
-0
/
+10
2023-10-30
linux-user: Show vdso address in /proc/pid/maps
Richard Henderson
3
-0
/
+4
2023-10-30
linux-user/s390x: Add vdso
Richard Henderson
8
-3
/
+155
2023-10-30
linux-user/s390x: Rename __SIGNAL_FRAMESIZE to STACK_FRAME_OVERHEAD
Richard Henderson
1
-3
/
+4
2023-10-30
linux-user/ppc: Add vdso
Richard Henderson
12
-8
/
+467
2023-10-30
linux-user/loongarch64: Add vdso
Richard Henderson
9
-1
/
+245
2023-10-30
linux-user/riscv: Add vdso
Richard Henderson
10
-0
/
+303
2023-10-30
linux-user/hppa: Add vdso
Richard Henderson
8
-10
/
+286
2023-10-30
linux-user/arm: Add vdso
Richard Henderson
9
-18
/
+307
2023-10-30
linux-user/aarch64: Add vdso
Richard Henderson
8
-0
/
+176
2023-10-30
linux-user/x86_64: Add vdso
Richard Henderson
6
-2
/
+168
2023-10-30
linux-user/i386: Add vdso
Richard Henderson
8
-2
/
+271
2023-10-30
linux-user: Add gen-vdso tool
Richard Henderson
3
-1
/
+535
2023-10-30
linux-user: Load vdso image if available
Richard Henderson
1
-9
/
+81
2023-10-30
linux-user: Replace bprm->fd with bprm->src.fd
Richard Henderson
3
-8
/
+6
2023-10-30
linux-user: Use ImageSource in load_symbols
Richard Henderson
1
-36
/
+45
2023-10-30
linux-user: Use ImageSource in load_elf_image
Richard Henderson
1
-79
/
+49
2023-10-30
linux-user: Do not clobber bprm_buf swapping ehdr
Richard Henderson
1
-11
/
+14
2023-10-30
linux-user: Tidy loader_exec
Richard Henderson
1
-19
/
+19
2023-10-30
linux-user: Introduce imgsrc_read, imgsrc_read_alloc
Richard Henderson
2
-9
/
+142
2023-10-30
linux-user: Fix guest signal remapping after adjusting SIGABRT
Richard Henderson
1
-5
/
+4
2023-10-30
Merge tag 'pull-hex-20231018' of https://github.com/quic/qemu into staging
Stefan Hajnoczi
6
-80
/
+50
2023-10-30
hw/ufs: Modify lu.c to share codes with SCSI subsystem
Jeuk Kim
6
-1460
/
+315
2023-10-30
Merge tag 'pull-request-2023-10-27' of https://gitlab.com/thuth/qemu into sta...
Stefan Hajnoczi
12
-37
/
+46
2023-10-27
hw/net/cadence_gem: enforce 32 bits variable size for CRC
Luc Michel
1
-1
/
+1
[next]