aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-08-28virtio-net: Ensure queue index fits with RSSAkihiko Odaki1-1/+2
2024-08-28target/arm: Handle denormals correctly for FMOPA (widening)Peter Maydell3-15/+51
2024-08-28hw/arm/mps2-tz.c: fix RX/TX interrupts orderMarco Palumbi1-3/+3
2024-08-28hw/i386/amd_iommu: Don't leak memory in amdvi_update_iotlb()Peter Maydell1-4/+4
2024-08-28docs/sphinx/depfile.py: Handle env.doc2path() returning a Path not a strPeter Maydell1-1/+1
2024-08-28target/arm: Ignore SMCR_EL2.LEN and SVCR_EL2.LEN if EL2 is not enabledPeter Maydell1-1/+1
2024-08-28target/arm: Avoid shifts by -1 in tszimm_shr() and tszimm_shl()Peter Maydell1-2/+16
2024-08-28target/arm: Fix UMOPA/UMOPS of 16-bit valuesPeter Maydell1-4/+4
2024-08-28target/arm: Don't assert for 128-bit tile accesses when SVL is 128Peter Maydell1-1/+9
2024-08-28hw/misc/bcm2835_property: Fix handling of FRAMEBUFFER_SET_PALETTEPeter Maydell1-12/+16
2024-08-28hw/char/bcm2835_aux: Fix assert when receive FIFO fills upFrederik van Hövell1-1/+1
2024-08-28target/rx: Use target_ulong for address in LIRichard Henderson1-1/+2
2024-08-28hw/virtio: Fix the de-initialization of vhost-user devicesThomas Huth1-4/+4
2024-08-28Revert "qemu-char: do not operate on sources from finalize callbacks"Sergey Dyasli1-14/+5
2024-08-28util/async.c: Forbid negative min/max in aio_context_set_thread_pool_params()Peter Maydell1-1/+1
2024-07-26target/loongarch: Fix helper_lddir() a CID INTEGER_OVERFLOW issueSong Gao1-0/+1
2024-07-24hw/intc/loongson_ipi: Fix resource leakPhilippe Mathieu-Daudé1-8/+8
2024-07-24hw/intc/loongson_ipi: Access memory in little endianBibo Mao1-4/+5
2024-07-24chardev/char-win-stdio.c: restore old console modesongziming1-0/+5
2024-07-24target/i386: do not crash if microvm guest uses SGX CPUID leavesPaolo Bonzini1-2/+4
2024-07-24intel_iommu: fix FRCD construction macroClément Mathieu--Drif1-1/+1
2024-07-24virtio-snd: check for invalid param shift operandsManos Pitsidianakis1-2/+4
2024-07-24virtio-snd: add max size bounds check in input cbManos Pitsidianakis1-1/+6
2024-07-24hw/cxl/cxl-host: Fix segmentation fault when getting cxl-fmw propertyZhao Liu1-1/+2
2024-07-23hw/nvme: fix memory leak in nvme_dsmZheyu Ma1-0/+1
2024-07-19hvf: arm: Do not advance PC when raising an exceptionAkihiko Odaki1-0/+1
2024-07-19target/arm: Use FPST_F16 for SME FMOPA (widening)Richard Henderson1-4/+8
2024-07-19target/arm: Use float_status copy in sme_fmopa_sDaniyal Khan1-1/+1
2024-07-19target/arm: LDAPR should honour SCTLR_ELx.nAAPeter Maydell1-1/+1
2024-07-19target/arm: Fix handling of LDAPR/STLR with negative offsetPeter Maydell1-1/+1
2024-07-19qapi/qom: Document feature unstable of @x-vfio-user-serverMarkus Armbruster1-1/+2
2024-07-19scsi: fix regression and honor bootindex again for legacy drivesFiona Ebner1-0/+9
2024-07-19hw/scsi/lsi53c895a: bump instruction limit in scripts processing to fix regre...Fiona Ebner1-1/+1
2024-07-16Update version for 9.0.2 releasev9.0.2Michael Tokarev1-1/+1
2024-07-12hw/nvme: fix number of PIDs for FDP RUH updateVincent Fu1-1/+1
2024-07-08sphinx/qapidoc: Fix to generate doc for explicit, unboxed argumentsMarkus Armbruster2-14/+5
2024-07-05char-stdio: Restore blocking mode of stdout on exitMaxim Mikityanskiy1-0/+4
2024-07-05virtio: remove virtio_tswap16s() call in vring_packed_event_read()Stefano Garzarella1-1/+0
2024-07-05virtio-pci: Fix the failure process in kvm_virtio_pci_vector_use_one()Cindy Lu1-16/+2
2024-07-04tcg/optimize: Fix TCG_COND_TST* simplification of setcond2Richard Henderson3-1/+33
2024-07-03block: Parse filenames only when explicitly requestedKevin Wolf1-33/+57
2024-07-03iotests/270: Don't store data-file with json: prefix in imageKevin Wolf1-3/+11
2024-07-03iotests/244: Don't store data-file with protocol in imageKevin Wolf1-3/+16
2024-07-03qcow2: Don't open data_file with BDRV_O_NO_IOKevin Wolf3-5/+26
2024-07-03tests: add testing of parameter=1 for SMP topologyDaniel P. Berrangé1-0/+8
2024-07-03hw/core: allow parameter=1 for SMP topology on any machineDaniel P. Berrangé2-50/+26
2024-07-02target/arm: Fix FJCVTZS vs flush-to-zeroRichard Henderson3-10/+32
2024-07-02target/arm: Fix VCMLA Dd, Dn, Dm[idx]Richard Henderson1-2/+2
2024-07-01i386/cpu: fixup number of addressable IDs for processor cores in the physical...Chuang Xu1-4/+2
2024-06-30tests: Update our CI to use CentOS Stream 9 instead of 8Thomas Huth6-54/+26