aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-08-28target/hexagon: don't look for static glibAlyssa Ross
2024-08-28module: Prevent crash by resetting local_err in module_load_qom_all()Alexander Ivanov
2024-08-28target/arm: Clear high SVE elements in handle_vec_simd_wshliRichard Henderson
2024-08-28target/i386: Do not apply REX to MMX operandsRichard Henderson
2024-08-28block/blkio: use FUA flag on write zeroes only if supportedStefano Garzarella
2024-08-28hw/core/ptimer: fix timer zero period condition for freq > 1GHzJianzhou Yue
2024-08-28nbd/server: CVE-2024-7409: Avoid use-after-free when closing serverEric Blake
2024-08-28nbd/server: CVE-2024-7409: Close stray clients at server-stopEric Blake
2024-08-28nbd/server: CVE-2024-7409: Drop non-negotiating clientsEric Blake
2024-08-28nbd/server: CVE-2024-7409: Cap default max-connections to 100Eric Blake
2024-08-28nbd/server: Plumb in new args to nbd_client_add()Eric Blake
2024-08-28iotests: Add `vvfat` testsAmjad Alsharafi
2024-08-28vvfat: Fix reading files with non-continuous clustersAmjad Alsharafi
2024-08-28vvfat: Fix wrong checks for cluster mappings invariantAmjad Alsharafi
2024-08-28vvfat: Fix usage of `info.file.offset`Amjad Alsharafi
2024-08-28vvfat: Fix bug in writing to middle of fileAmjad Alsharafi
2024-08-28hw/sd/sdhci: Reset @data_count index on invalid ADMA transfersPhilippe Mathieu-Daudé
2024-08-28target/i386: Fix VSIB decodeRichard Henderson
2024-08-28virtio-net: Fix network stall at the host side waiting for kickthomas
2024-08-28virtio-net: Ensure queue index fits with RSSAkihiko Odaki
2024-08-28target/arm: Handle denormals correctly for FMOPA (widening)Peter Maydell
2024-08-28hw/arm/mps2-tz.c: fix RX/TX interrupts orderMarco Palumbi
2024-08-28hw/i386/amd_iommu: Don't leak memory in amdvi_update_iotlb()Peter Maydell
2024-08-28docs/sphinx/depfile.py: Handle env.doc2path() returning a Path not a strPeter Maydell
2024-08-28target/arm: Ignore SMCR_EL2.LEN and SVCR_EL2.LEN if EL2 is not enabledPeter Maydell
2024-08-28target/arm: Avoid shifts by -1 in tszimm_shr() and tszimm_shl()Peter Maydell
2024-08-28target/arm: Fix UMOPA/UMOPS of 16-bit valuesPeter Maydell
2024-08-28target/arm: Don't assert for 128-bit tile accesses when SVL is 128Peter Maydell
2024-08-28hw/misc/bcm2835_property: Fix handling of FRAMEBUFFER_SET_PALETTEPeter Maydell
2024-08-28hw/char/bcm2835_aux: Fix assert when receive FIFO fills upFrederik van Hövell
2024-08-28target/rx: Use target_ulong for address in LIRichard Henderson
2024-08-28hw/virtio: Fix the de-initialization of vhost-user devicesThomas Huth
2024-08-28util/async.c: Forbid negative min/max in aio_context_set_thread_pool_params()Peter Maydell
2024-08-27hw/intc/loongson_ipi: Access memory in little endianBibo Mao
2024-08-27chardev/char-win-stdio.c: restore old console modesongziming
2024-08-27target/i386: do not crash if microvm guest uses SGX CPUID leavesPaolo Bonzini
2024-08-27intel_iommu: fix FRCD construction macroClément Mathieu--Drif
2024-08-27virtio-snd: check for invalid param shift operandsManos Pitsidianakis
2024-08-27virtio-snd: add max size bounds check in input cbManos Pitsidianakis
2024-08-27hw/cxl/cxl-host: Fix segmentation fault when getting cxl-fmw propertyZhao Liu
2024-08-27hw/nvme: fix memory leak in nvme_dsmZheyu Ma
2024-08-27hvf: arm: Do not advance PC when raising an exceptionAkihiko Odaki
2024-08-27target/arm: Use FPST_F16 for SME FMOPA (widening)Richard Henderson
2024-08-27target/arm: Use float_status copy in sme_fmopa_sDaniyal Khan
2024-08-27target/arm: LDAPR should honour SCTLR_ELx.nAAPeter Maydell
2024-08-27target/arm: Fix handling of LDAPR/STLR with negative offsetPeter Maydell
2024-08-27qapi/qom: Document feature unstable of @x-vfio-user-serverMarkus Armbruster
2024-07-16Update version for 8.2.6 releasev8.2.6Michael Tokarev
2024-07-12hw/nvme: fix number of PIDs for FDP RUH updateVincent Fu
2024-07-08sphinx/qapidoc: Fix to generate doc for explicit, unboxed argumentsMarkus Armbruster