aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-02-12qga/qapi-schema: Plug trivial documentation holesMarkus Armbruster1-10/+14
2024-02-12qga/qapi-schema: Clean up documentation of guest-set-vcpusMarkus Armbruster1-10/+10
2024-02-12qga/qapi-schema: Clean up documentation of guest-set-memory-blocksMarkus Armbruster1-9/+10
2024-02-12qapi: Require member documentation (with loophole)Markus Armbruster7-3/+149
2024-02-12sphinx/qapidoc: Drop code to generate doc for simple union tagMarkus Armbruster1-6/+0
2024-02-12qapi: Indent tagged doc comment sections properlyMarkus Armbruster5-40/+42
2024-02-12qapi/block-core: Fix BlockLatencyHistogramInfo doc markupMarkus Armbruster1-3/+1
2024-02-12docs/devel/qapi-code-gen: Tweak doc comment whitespaceMarkus Armbruster1-2/+3
2024-02-12docs/devel/qapi-code-gen: Normalize version refs x.y.0 to just x.yMarkus Armbruster1-2/+2
2024-02-09Merge tag 'migration-staging-pull-request' of https://gitlab.com/peterx/qemu ...Peter Maydell12-396/+547
2024-02-08Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingPeter Maydell13-158/+236
2024-02-08Merge tag 'pull-tcg-20240205-2' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell38-578/+1362
2024-02-08Merge tag 'pull-request-2024-02-06' of https://gitlab.com/thuth/qemu into sta...Peter Maydell23-40/+360
2024-02-08Merge tag 'mem-2024-02-06-v3' of https://github.com/davidhildenbrand/qemu int...Peter Maydell9-53/+180
2024-02-08virtio-blk: avoid using ioeventfd state in irqfd conditionalStefan Hajnoczi1-1/+1
2024-02-07virtio-blk: Use ioeventfd_attach in start_ioeventfdHanna Czenczek1-11/+10
2024-02-07virtio: Re-enable notifications after drainHanna Czenczek2-1/+48
2024-02-07virtio-scsi: Attach event vq notifier with no_pollHanna Czenczek1-1/+6
2024-02-07blkio: Respect memory-alignment for bounce buffer allocationsKevin Wolf1-0/+3
2024-02-07scsi: Don't ignore most usb-storage propertiesKevin Wolf3-28/+15
2024-02-07virtio-blk: do not use C99 mixed declarationsStefan Hajnoczi1-7/+10
2024-02-07iotests: give tempdir an identifying nameDaniel P. Berrangé1-1/+1
2024-02-07iotests: fix leak of tmpdir in dry-run modeDaniel P. Berrangé1-1/+2
2024-02-07scsi: Await request purgingHanna Czenczek1-9/+21
2024-02-07block-backend: Allow concurrent context changesHanna Czenczek1-11/+11
2024-02-07monitor: use aio_co_reschedule_self()Stefan Hajnoczi1-5/+2
2024-02-07virtio-blk: declare VirtIOBlock::rq with a typeStefan Hajnoczi1-1/+1
2024-02-07virtio-blk: add vq_rq[] bounds check in virtio_blk_dma_restart_cb()Stefan Hajnoczi1-0/+2
2024-02-07virtio-blk: clarify that there is at least 1 virtqueueStefan Hajnoczi1-0/+1
2024-02-07virtio-blk: enforce iothread-vq-mapping validationStefan Hajnoczi1-81/+102
2024-02-07ci: Update comment for migration-compat-aarch64Peter Xu1-3/+4
2024-02-07ci: Remove tag dependency for build-previous-qemuPeter Xu1-0/+2
2024-02-07tests/migration-test: Stick with gicv3 in aarch64 testPeter Xu1-1/+1
2024-02-07migration/multifd: Add a synchronization point for channel creationFabiano Rosas1-6/+26
2024-02-07migration/multifd: Unify multifd and TLS connection pathsFabiano Rosas1-43/+40
2024-02-07migration/multifd: Move multifd_send_setup into migration threadFabiano Rosas1-5/+5
2024-02-07migration/multifd: Move multifd_send_setup error handling in to the functionFabiano Rosas3-13/+19
2024-02-07migration/multifd: Remove p->runningFabiano Rosas2-20/+14
2024-02-07migration/multifd: Join the TLS threadFabiano Rosas2-1/+9
2024-02-07migration: Fix logic of channels and transport compatibility checkAvihai Horon1-6/+11
2024-02-06meson: Link with libinotify on FreeBSDIlya Leoshkevich2-5/+24
2024-02-06test-util-filemonitor: Adapt to the FreeBSD inotify rename semanticsIlya Leoshkevich1-0/+8
2024-02-06tests/vm/freebsd: Reload the sshd configurationIlya Leoshkevich1-0/+1
2024-02-06tests/vm: Set UseDNS=no in the sshd configurationIlya Leoshkevich1-0/+2
2024-02-06target/s390x: Prefer fast cpu_env() over slower CPU QOM cast macroPhilippe Mathieu-Daudé7-25/+11
2024-02-06tests/tcg/s390x: Test CONVERT TO BINARYIlya Leoshkevich2-0/+103
2024-02-06tests/tcg/s390x: Test CONVERT TO DECIMALIlya Leoshkevich2-0/+64
2024-02-06target/s390x: Emulate CVB, CVBY and CVBGIlya Leoshkevich4-0/+98
2024-02-06target/s390x: Emulate CVDGIlya Leoshkevich4-0/+31
2024-02-06oslib-posix: initialize backend memory objects in parallelMark Kanda7-37/+145