aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-10-10crypto/hash-afalg: Remove old hash API functionsAlejandro Zeise1-56/+4
2024-10-10crypto/hash-nettle: Remove old hash API functionsAlejandro Zeise1-53/+0
2024-10-10crypto/hash-gnutls: Remove old hash API functionsAlejandro Zeise1-47/+0
2024-10-10crypto/hash-gcrypt: Remove old hash API functionsAlejandro Zeise1-67/+0
2024-10-10crypto/hash-glib: Remove old hash API functionsAlejandro Zeise1-53/+0
2024-10-10tests/unit/test-crypto-hash: accumulative hashingAlejandro Zeise1-0/+46
2024-10-10crypto/hash: Implement and use new hash APIAlejandro Zeise1-30/+131
2024-10-10crypto/hash-afalg: Implement new hash APIAlejandro Zeise1-0/+127
2024-10-10util/iov: Introduce iov_send_recv_with_flags()Alejandro Zeise2-7/+45
2024-10-10crypto/hash-nettle: Implement new hash APIAlejandro Zeise1-0/+70
2024-10-10crypto/hash-gnutls: Implement new hash APIAlejandro Zeise1-0/+78
2024-10-10crypto/hash-gcrypt: Implement new hash APIAlejandro Zeise1-0/+79
2024-10-10crypto/hash-glib: Implement new hash APIAlejandro Zeise1-0/+67
2024-10-10crypto: accumulative hashing APIAlejandro Zeise2-0/+132
2024-10-09Merge tag 'migration-20241009-pull-request' of https://gitlab.com/peterx/qemu...Peter Maydell15-177/+141
2024-10-09Merge tag 'chr-pull-request' of https://gitlab.com/marcandre.lureau/qemu into...Peter Maydell7-19/+140
2024-10-09Merge tag 'pull-tcg-20241008' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell12-36/+321
2024-10-09tests/qtest: Bump qmp-cmd-test timeout to 120sPeter Maydell1-0/+1
2024-10-09migration/multifd: fix build error when qpl compression is enabledYuan Liu1-5/+5
2024-10-09chardev: add path option for pty backendOctavian Purdila4-7/+91
2024-10-09chardev: introduce 'reconnect-ms' and deprecate 'reconnect'Daniil Tatianin5-12/+49
2024-10-08util/iova-tree: Remove deadcodeDr. David Alan Gilbert2-48/+0
2024-10-08tests/migration-test: Wait for cancellation sooner in multifd cancelJuraj Marcin1-2/+10
2024-10-08util/userfaultfd: Remove unused uffd_poll_eventsDr. David Alan Gilbert2-29/+0
2024-10-08migration/postcopy: Use uffd helpersDr. David Alan Gilbert1-34/+14
2024-10-08util/userfaultfd: Return -errno on errorDr. David Alan Gilbert1-9/+12
2024-10-08migration: Remove unused socket_send_channel_create_syncDr. David Alan Gilbert2-19/+0
2024-10-08migration: Deprecate zero-blocks capabilityFabiano Rosas3-1/+14
2024-10-08migration: Remove unused migrate_zero_blocksDr. David Alan Gilbert2-8/+0
2024-10-08migration: Remove migrate_cap_setDr. David Alan Gilbert2-21/+0
2024-10-08migration/multifd: Ensure packet->ramblock is null-terminatedFabiano Rosas1-1/+3
2024-10-08memory: notify hypervisor of all eventfds during listener (de)registrationAni Sinha1-0/+83
2024-10-08accel/tcg: Make page_set_flags() documentation publicPhilippe Mathieu-Daudé2-5/+13
2024-10-08target/m68k: Always return a temporary from gen_lea_modeRichard Henderson1-4/+9
2024-10-08tcg/ppc: Use TCG_REG_TMP2 for scratch index in prepare_host_addrRichard Henderson1-2/+2
2024-10-08tcg/ppc: Use TCG_REG_TMP2 for scratch tcg_out_qemu_stRichard Henderson1-2/+2
2024-10-08linux-user: Add strace for recvfrom()Philippe Mathieu-Daudé2-1/+18
2024-10-08linux-user: Add strace for sendto()Philippe Mathieu-Daudé2-1/+16
2024-10-08linux-user: Factor print_buf_len() outPhilippe Mathieu-Daudé1-4/+9
2024-10-08linux-user: Display sockaddr buffer as pointerPhilippe Mathieu-Daudé1-1/+1
2024-10-08linux-user: Correct print_sockaddr() formatPhilippe Mathieu-Daudé1-6/+6
2024-10-08linux-user: Trace wait4()'s and waitpid()'s wstatusIlya Leoshkevich2-2/+61
2024-10-08linux-user: add strace support for openat2Michael Vogt6-7/+66
2024-10-08linux-user: add openat2 support in linux-userMichael Vogt2-2/+116
2024-10-08linux-user: Fix parse_elf_properties GNU0_MAGIC checkRichard Henderson1-6/+6
2024-10-08linux-user/flatload: Take mmap_lock in load_flt_binary()Philippe Mathieu-Daudé1-0/+3
2024-10-07build-sys: Add rust feature optionManos Pitsidianakis7-1/+36
2024-10-07Require meson version 1.5.0Paolo Bonzini7-6/+6
2024-10-07Merge tag 'pull-request-2024-10-07' of https://gitlab.com/thuth/qemu into sta...Peter Maydell34-3026/+172
2024-10-07tests/functional: Bump timeout of some testsThomas Huth1-3/+6