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
2024-02-12
qga/qapi-schema: Plug trivial documentation holes
Markus Armbruster
1
-10
/
+14
2024-02-12
qga/qapi-schema: Clean up documentation of guest-set-vcpus
Markus Armbruster
1
-10
/
+10
2024-02-12
qga/qapi-schema: Clean up documentation of guest-set-memory-blocks
Markus Armbruster
1
-9
/
+10
2024-02-12
qapi: Require member documentation (with loophole)
Markus Armbruster
7
-3
/
+149
2024-02-12
sphinx/qapidoc: Drop code to generate doc for simple union tag
Markus Armbruster
1
-6
/
+0
2024-02-12
qapi: Indent tagged doc comment sections properly
Markus Armbruster
5
-40
/
+42
2024-02-12
qapi/block-core: Fix BlockLatencyHistogramInfo doc markup
Markus Armbruster
1
-3
/
+1
2024-02-12
docs/devel/qapi-code-gen: Tweak doc comment whitespace
Markus Armbruster
1
-2
/
+3
2024-02-12
docs/devel/qapi-code-gen: Normalize version refs x.y.0 to just x.y
Markus Armbruster
1
-2
/
+2
2024-02-09
Merge tag 'migration-staging-pull-request' of https://gitlab.com/peterx/qemu ...
Peter Maydell
12
-396
/
+547
2024-02-08
Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging
Peter Maydell
13
-158
/
+236
2024-02-08
Merge tag 'pull-tcg-20240205-2' of https://gitlab.com/rth7680/qemu into staging
Peter Maydell
38
-578
/
+1362
2024-02-08
Merge tag 'pull-request-2024-02-06' of https://gitlab.com/thuth/qemu into sta...
Peter Maydell
23
-40
/
+360
2024-02-08
Merge tag 'mem-2024-02-06-v3' of https://github.com/davidhildenbrand/qemu int...
Peter Maydell
9
-53
/
+180
2024-02-08
virtio-blk: avoid using ioeventfd state in irqfd conditional
Stefan Hajnoczi
1
-1
/
+1
2024-02-07
virtio-blk: Use ioeventfd_attach in start_ioeventfd
Hanna Czenczek
1
-11
/
+10
2024-02-07
virtio: Re-enable notifications after drain
Hanna Czenczek
2
-1
/
+48
2024-02-07
virtio-scsi: Attach event vq notifier with no_poll
Hanna Czenczek
1
-1
/
+6
2024-02-07
blkio: Respect memory-alignment for bounce buffer allocations
Kevin Wolf
1
-0
/
+3
2024-02-07
scsi: Don't ignore most usb-storage properties
Kevin Wolf
3
-28
/
+15
2024-02-07
virtio-blk: do not use C99 mixed declarations
Stefan Hajnoczi
1
-7
/
+10
2024-02-07
iotests: give tempdir an identifying name
Daniel P. Berrangé
1
-1
/
+1
2024-02-07
iotests: fix leak of tmpdir in dry-run mode
Daniel P. Berrangé
1
-1
/
+2
2024-02-07
scsi: Await request purging
Hanna Czenczek
1
-9
/
+21
2024-02-07
block-backend: Allow concurrent context changes
Hanna Czenczek
1
-11
/
+11
2024-02-07
monitor: use aio_co_reschedule_self()
Stefan Hajnoczi
1
-5
/
+2
2024-02-07
virtio-blk: declare VirtIOBlock::rq with a type
Stefan Hajnoczi
1
-1
/
+1
2024-02-07
virtio-blk: add vq_rq[] bounds check in virtio_blk_dma_restart_cb()
Stefan Hajnoczi
1
-0
/
+2
2024-02-07
virtio-blk: clarify that there is at least 1 virtqueue
Stefan Hajnoczi
1
-0
/
+1
2024-02-07
virtio-blk: enforce iothread-vq-mapping validation
Stefan Hajnoczi
1
-81
/
+102
2024-02-07
ci: Update comment for migration-compat-aarch64
Peter Xu
1
-3
/
+4
2024-02-07
ci: Remove tag dependency for build-previous-qemu
Peter Xu
1
-0
/
+2
2024-02-07
tests/migration-test: Stick with gicv3 in aarch64 test
Peter Xu
1
-1
/
+1
2024-02-07
migration/multifd: Add a synchronization point for channel creation
Fabiano Rosas
1
-6
/
+26
2024-02-07
migration/multifd: Unify multifd and TLS connection paths
Fabiano Rosas
1
-43
/
+40
2024-02-07
migration/multifd: Move multifd_send_setup into migration thread
Fabiano Rosas
1
-5
/
+5
2024-02-07
migration/multifd: Move multifd_send_setup error handling in to the function
Fabiano Rosas
3
-13
/
+19
2024-02-07
migration/multifd: Remove p->running
Fabiano Rosas
2
-20
/
+14
2024-02-07
migration/multifd: Join the TLS thread
Fabiano Rosas
2
-1
/
+9
2024-02-07
migration: Fix logic of channels and transport compatibility check
Avihai Horon
1
-6
/
+11
2024-02-06
meson: Link with libinotify on FreeBSD
Ilya Leoshkevich
2
-5
/
+24
2024-02-06
test-util-filemonitor: Adapt to the FreeBSD inotify rename semantics
Ilya Leoshkevich
1
-0
/
+8
2024-02-06
tests/vm/freebsd: Reload the sshd configuration
Ilya Leoshkevich
1
-0
/
+1
2024-02-06
tests/vm: Set UseDNS=no in the sshd configuration
Ilya Leoshkevich
1
-0
/
+2
2024-02-06
target/s390x: Prefer fast cpu_env() over slower CPU QOM cast macro
Philippe Mathieu-Daudé
7
-25
/
+11
2024-02-06
tests/tcg/s390x: Test CONVERT TO BINARY
Ilya Leoshkevich
2
-0
/
+103
2024-02-06
tests/tcg/s390x: Test CONVERT TO DECIMAL
Ilya Leoshkevich
2
-0
/
+64
2024-02-06
target/s390x: Emulate CVB, CVBY and CVBG
Ilya Leoshkevich
4
-0
/
+98
2024-02-06
target/s390x: Emulate CVDG
Ilya Leoshkevich
4
-0
/
+31
2024-02-06
oslib-posix: initialize backend memory objects in parallel
Mark Kanda
7
-37
/
+145
[next]