summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-09-18Update version for 7.2.14 releasev7.2.14Michael Tokarev
2024-09-14hw/intc/arm_gic: fix spurious level triggered interruptsJan Klötzke
2024-09-12tests/docker: remove debian-armel-crossAlex Bennée
2024-09-12hw/display/vhost-user-gpu.c: fix vhost_user_gpu_chr_read()Haoran Zhang
2024-09-12crypto: check gnutls & gcrypt support the requested pbkdf hashDaniel P. Berrangé
2024-09-12crypto: run qcrypto_pbkdf2_count_iters in a new threadTiago Pasqualini
2024-09-12softmmu/physmem: fix memory leak in dirty_memory_extend()David Hildenbrand
2024-09-12gitlab: migrate the s390x custom machine to 22.04Alex Bennée
2024-09-12crypto/tlscredspsk: Free username on finalizePeter Maydell
2024-09-12module: Prevent crash by resetting local_err in module_load_qom_all()Alexander Ivanov
2024-09-12target/i386: Do not apply REX to MMX operandsRichard Henderson
2024-09-12block/blkio: use FUA flag on write zeroes only if supportedStefano Garzarella
2024-09-12hw/core/ptimer: fix timer zero period condition for freq > 1GHzJianzhou Yue
2024-08-27nbd/server: CVE-2024-7409: Avoid use-after-free when closing serverEric Blake
2024-08-11nbd/server: CVE-2024-7409: Close stray clients at server-stopEric Blake
2024-08-11nbd/server: CVE-2024-7409: Drop non-negotiating clientsEric Blake
2024-08-11nbd/server: CVE-2024-7409: Cap default max-connections to 100Eric Blake
2024-08-11nbd/server: Plumb in new args to nbd_client_add()Eric Blake
2024-08-11iotests: Add `vvfat` testsAmjad Alsharafi
2024-08-11vvfat: Fix reading files with non-continuous clustersAmjad Alsharafi
2024-08-11vvfat: Fix wrong checks for cluster mappings invariantAmjad Alsharafi
2024-08-11vvfat: Fix usage of `info.file.offset`Amjad Alsharafi
2024-08-11vvfat: Fix bug in writing to middle of fileAmjad Alsharafi
2024-08-11hw/sd/sdhci: Reset @data_count index on invalid ADMA transfersPhilippe Mathieu-Daudé
2024-08-06virtio-net: Fix network stall at the host side waiting for kickthomas
2024-08-06virtio-net: Ensure queue index fits with RSSAkihiko Odaki
2024-08-02target/arm: Handle denormals correctly for FMOPA (widening)Peter Maydell
2024-08-02hw/arm/mps2-tz.c: fix RX/TX interrupts orderMarco Palumbi
2024-08-02hw/i386/amd_iommu: Don't leak memory in amdvi_update_iotlb()Peter Maydell
2024-08-02docs/sphinx/depfile.py: Handle env.doc2path() returning a Path not a strPeter Maydell
2024-08-02target/arm: Ignore SMCR_EL2.LEN and SVCR_EL2.LEN if EL2 is not enabledPeter Maydell
2024-08-02target/arm: Avoid shifts by -1 in tszimm_shr() and tszimm_shl()Peter Maydell
2024-08-02target/arm: Fix UMOPA/UMOPS of 16-bit valuesPeter Maydell
2024-08-02target/arm: Don't assert for 128-bit tile accesses when SVL is 128Peter Maydell
2024-08-02hw/misc/bcm2835_property: Fix handling of FRAMEBUFFER_SET_PALETTEPeter Maydell
2024-08-02hw/char/bcm2835_aux: Fix assert when receive FIFO fills upFrederik van Hövell
2024-07-30target/rx: Use target_ulong for address in LIRichard Henderson
2024-07-27hw/virtio: Fix the de-initialization of vhost-user devicesThomas Huth
2024-07-27util/async.c: Forbid negative min/max in aio_context_set_thread_pool_params()Peter Maydell
2024-07-24hw/intc/loongson_ipi: Access memory in little endianBibo Mao
2024-07-24chardev/char-win-stdio.c: restore old console modesongziming
2024-07-24target/i386: do not crash if microvm guest uses SGX CPUID leavesPaolo Bonzini
2024-07-24intel_iommu: fix FRCD construction macroClément Mathieu--Drif
2024-07-24hw/cxl/cxl-host: Fix segmentation fault when getting cxl-fmw propertyZhao Liu
2024-07-23hw/nvme: fix memory leak in nvme_dsmZheyu Ma
2024-07-19target/arm: Use FPST_F16 for SME FMOPA (widening)Richard Henderson
2024-07-19target/arm: Use float_status copy in sme_fmopa_sDaniyal Khan
2024-07-19qapi/qom: Document feature unstable of @x-vfio-user-serverMarkus Armbruster
2024-07-16Update version for 7.2.13 releasev7.2.13Michael Tokarev
2024-07-05char-stdio: Restore blocking mode of stdout on exitMaxim Mikityanskiy