aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-01-29Update version for 8.1.5 releasev8.1.5Michael Tokarev
2024-01-27target/arm: Fix A64 scalar SQSHRN and SQRSHRNPeter Maydell
2024-01-27target/xtensa: fix OOB TLB entry accessMax Filippov
2024-01-26qtest: bump aspeed_smc-test timeout to 6 minutesDaniel P. Berrangé
2024-01-26monitor: only run coroutine commands in qemu_aio_contextStefan Hajnoczi
2024-01-26iotests: port 141 to Python for reliable QMP testingStefan Hajnoczi
2024-01-26iotests: add filter_qmp_generated_node_ids()Stefan Hajnoczi
2024-01-26block/blklogwrites: Fix a bug when logging "write zeroes" operations.Ari Sundholm
2024-01-26virtio-net: correctly copy vnet header when flushing TXJason Wang
2024-01-25tcg/arm: Fix SIGILL in tcg_out_qemu_st_directJoseph Burt
2024-01-25block/io: clear BDRV_BLOCK_RECURSE flag after recursing in bdrv_co_block_statusFiona Ebner
2024-01-25accel/tcg: Revert mapping of PCREL translation block to multiple virtual addr...Paolo Bonzini
2024-01-23readthodocs: fully specify a build environmentAlex Bennée
2024-01-20hw/scsi/esp-pci: set DMA_STAT_BCMBLT when BLAST command issuedMark Cave-Ayland
2024-01-20hw/scsi/esp-pci: synchronise setting of DMA_STAT_DONE with ESP completion int...Mark Cave-Ayland
2024-01-20hw/scsi/esp-pci: generate PCI interrupt from separate ESP and PCI sourcesMark Cave-Ayland
2024-01-20hw/scsi/esp-pci: use correct address register for PCI DMA transfersMark Cave-Ayland
2024-01-20migration/rdma: define htonll/ntohll only if not predefinedNick Briggs
2024-01-20hw/pflash: implement update buffer for block writesGerd Hoffmann
2024-01-20hw/pflash: use ldn_{be,le}_p and stn_{be,le}_pGerd Hoffmann
2024-01-20hw/pflash: refactor pflash_data_write()Gerd Hoffmann
2024-01-20backends/cryptodev: Do not ignore throttle/backends ErrorsPhilippe Mathieu-Daudé
2024-01-20target/i386: pcrel: store low bits of physical address in data[0]Paolo Bonzini
2024-01-20target/i386: fix incorrect EIP in PC-relative translation blocksguoguangyao
2024-01-20target/i386: Do not re-compute new pc with CF_PCRELRichard Henderson
2024-01-19load_elf: fix iterator's type for elf file processingAnastasia Belova
2024-01-13.gitlab-ci.d/buildtest.yml: Work around htags bug when environment is largePeter Maydell
2024-01-13target/s390x: Fix LAE setting a wrong access registerIlya Leoshkevich
2024-01-13tests/qtest/virtio-ccw: Fix device presence checkingSamuel Tardieu
2024-01-11util: fix build with musl libc on ppc64leNatanael Copa
2024-01-11hw/intc/arm_gicv3_cpuif: handle LPIs in in the list registersPeter Maydell
2024-01-08chardev/char.c: fix "abstract device type" error messageMichael Tokarev
2024-01-08target/riscv: Fix mcycle/minstret increment behaviorXu Lu
2024-01-05hw/net/can/sja1000: fix bug for single acceptance filter and standard framePavel Pisa
2023-12-22iotests: Basic tests for internal snapshotsKevin Wolf
2023-12-22vl: Improve error message for conflicting -incoming and -loadvmKevin Wolf
2023-12-22block: Fix crash when loading snapshot on inactive nodeKevin Wolf
2023-12-22Update version for 8.1.4 releasev8.1.4Michael Tokarev
2023-12-20target/arm/helper: Propagate MDCR_EL2.HPMN into PMCR_EL0.NJean-Philippe Brucker
2023-12-14target/i386: Fix 32-bit wrapping of pc/eip computationRichard Henderson
2023-12-14block: Fix AioContext locking in qmp_block_resize()Kevin Wolf
2023-12-13system/memory: use ldn_he_p/stn_he_pPatrick Venture
2023-12-13target/arm: Disable SME if SVE is disabledPeter Maydell
2023-12-13ui/vnc-clipboard: fix inflate_bufferFiona Ebner
2023-12-13ui/gtk-egl: move function calls back to regular code pathVolker Rümelin
2023-12-13ui/gtk-egl: Check EGLSurface before doing scanoutAntonio Caggiano
2023-12-13msix: unset PCIDevice::msix_vector_poll_notifier in rollbackRobert Hoo
2023-12-13hw/acpi/erst: Do not ignore Error* in realize handlerPhilippe Mathieu-Daudé
2023-12-13pcie_sriov: Remove g_new assertionAkihiko Odaki
2023-12-05hw/audio/hda-codec: fix multiplication overflowVolker Rümelin