summary refs log tree commit diff stats
path: root/scripts/qapi/expr.py (unfollow)
Commit message (Expand)AuthorFilesLines
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-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
2024-02-06memory-device: reintroduce memory region size checkDavid Hildenbrand1-0/+14
2024-02-06migration/multifd: Optimize sender side to be locklessPeter Xu2-27/+26
2024-02-05tcg/tci: Support TCG_COND_TST{EQ,NE}Richard Henderson2-1/+15
2024-02-05tcg/s390x: Support TCG_COND_TST{EQ,NE}Richard Henderson2-44/+97
2024-02-05docs/about: Deprecate the old "power5+" and "power7+" CPU namesThomas Huth1-0/+9
2024-02-05target/ppc/cpu-models: Rename power5+ and power7+ for new QOM naming rulesThomas Huth3-10/+8
2024-02-05hw/scsi/lsi53c895a: add missing decrement of reentrancy counterSven Schnelle1-0/+1
2024-02-05migration/multifd: Fix MultiFDSendParams.packet_num racePeter Xu2-24/+34
2024-02-05migration/multifd: Stick with send/recv on function namesPeter Xu3-16/+16
2024-02-05migration/multifd: Cleanup multifd_load_cleanup()Peter Xu1-22/+30