aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-10-11meson: define qemu_isa_flagsPaolo Bonzini1-9/+15
2024-10-11meson: fix machine option for x86_versionPierrick Bouvier1-1/+1
2024-10-11rust: add PL011 device modelPaolo Bonzini37-12/+1906
2024-10-11rust: add utility procedural macro crateManos Pitsidianakis19-2/+304
2024-10-11scripts/archive-source: find directory name for subprojectsPaolo Bonzini1-1/+22
2024-10-11rust: add crate to expose bindings and interfacesManos Pitsidianakis13-0/+541
2024-10-11meson.build: add HAVE_GLIB_WITH_ALIGNED_ALLOC flagManos Pitsidianakis1-1/+7
2024-10-11.gitattributes: add Rust diff and merge attributesManos Pitsidianakis1-0/+3
2024-10-11rust: add bindgen step as a meson dependencyManos Pitsidianakis7-0/+213
2024-10-11configure, meson: detect Rust toolchainPaolo Bonzini2-4/+164
2024-10-10Merge tag 'crypto-fixes-pull-request' of https://gitlab.com/berrange/qemu int...Peter Maydell12-254/+705
2024-10-10tests/unit: Add a assert for test_io_channel_unix_listen_cleanupKunwu1-2/+4
2024-10-10crypto: drop obsolete back compat logic for old nettleDaniel P. Berrangé1-14/+3
2024-10-10crypto/hashpriv: Remove old hash API functionAlejandro Zeise1-6/+0
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