aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-01-29Update version for 8.1.5 releasev8.1.5staging-8.1stable-8.1Michael Tokarev1-1/+1
2024-01-27target/arm: Fix A64 scalar SQSHRN and SQRSHRNPeter Maydell1-1/+1
2024-01-27target/xtensa: fix OOB TLB entry accessMax Filippov1-12/+35
2024-01-26qtest: bump aspeed_smc-test timeout to 6 minutesDaniel P. Berrangé1-0/+1
2024-01-26monitor: only run coroutine commands in qemu_aio_contextStefan Hajnoczi32-178/+205
2024-01-26iotests: port 141 to Python for reliable QMP testingStefan Hajnoczi2-331/+176
2024-01-26iotests: add filter_qmp_generated_node_ids()Stefan Hajnoczi1-0/+7
2024-01-26block/blklogwrites: Fix a bug when logging "write zeroes" operations.Ari Sundholm1-9/+26
2024-01-26virtio-net: correctly copy vnet header when flushing TXJason Wang1-4/+9
2024-01-25tcg/arm: Fix SIGILL in tcg_out_qemu_st_directJoseph Burt1-0/+3
2024-01-25block/io: clear BDRV_BLOCK_RECURSE flag after recursing in bdrv_co_block_statusFiona Ebner1-0/+10
2024-01-25accel/tcg: Revert mapping of PCREL translation block to multiple virtual addr...Paolo Bonzini3-8/+6
2024-01-23readthodocs: fully specify a build environmentAlex Bennée2-7/+14
2024-01-20hw/scsi/esp-pci: set DMA_STAT_BCMBLT when BLAST command issuedMark Cave-Ayland1-0/+1
2024-01-20hw/scsi/esp-pci: synchronise setting of DMA_STAT_DONE with ESP completion int...Mark Cave-Ayland1-15/+13
2024-01-20hw/scsi/esp-pci: generate PCI interrupt from separate ESP and PCI sourcesMark Cave-Ayland1-5/+27
2024-01-20hw/scsi/esp-pci: use correct address register for PCI DMA transfersMark Cave-Ayland1-1/+1
2024-01-20migration/rdma: define htonll/ntohll only if not predefinedNick Briggs1-0/+4
2024-01-20hw/pflash: implement update buffer for block writesGerd Hoffmann3-30/+89
2024-01-20hw/pflash: use ldn_{be,le}_p and stn_{be,le}_pGerd Hoffmann1-55/+8
2024-01-20hw/pflash: refactor pflash_data_write()Gerd Hoffmann1-14/+16
2024-01-20backends/cryptodev: Do not ignore throttle/backends ErrorsPhilippe Mathieu-Daudé1-0/+10
2024-01-20target/i386: pcrel: store low bits of physical address in data[0]Paolo Bonzini2-5/+16
2024-01-20target/i386: fix incorrect EIP in PC-relative translation blocksguoguangyao1-2/+2
2024-01-20target/i386: Do not re-compute new pc with CF_PCRELRichard Henderson1-4/+2
2024-01-19load_elf: fix iterator's type for elf file processingAnastasia Belova1-1/+1
2024-01-13.gitlab-ci.d/buildtest.yml: Work around htags bug when environment is largePeter Maydell1-1/+4
2024-01-13target/s390x: Fix LAE setting a wrong access registerIlya Leoshkevich1-1/+2
2024-01-13tests/qtest/virtio-ccw: Fix device presence checkingSamuel Tardieu1-1/+1
2024-01-11util: fix build with musl libc on ppc64leNatanael Copa1-3/+3
2024-01-11hw/intc/arm_gicv3_cpuif: handle LPIs in in the list registersPeter Maydell1-4/+13
2024-01-08chardev/char.c: fix "abstract device type" error messageMichael Tokarev1-1/+1
2024-01-08target/riscv: Fix mcycle/minstret increment behaviorXu Lu1-7/+7
2024-01-05hw/net/can/sja1000: fix bug for single acceptance filter and standard framePavel Pisa1-1/+1
2023-12-22iotests: Basic tests for internal snapshotsKevin Wolf2-0/+277
2023-12-22vl: Improve error message for conflicting -incoming and -loadvmKevin Wolf1-0/+4
2023-12-22block: Fix crash when loading snapshot on inactive nodeKevin Wolf1-1/+3
2023-12-22Update version for 8.1.4 releasev8.1.4Michael Tokarev1-1/+1
2023-12-20target/arm/helper: Propagate MDCR_EL2.HPMN into PMCR_EL0.NJean-Philippe Brucker1-2/+20
2023-12-14target/i386: Fix 32-bit wrapping of pc/eip computationRichard Henderson3-10/+33
2023-12-14block: Fix AioContext locking in qmp_block_resize()Kevin Wolf1-1/+2
2023-12-13system/memory: use ldn_he_p/stn_he_pPatrick Venture1-30/+2
2023-12-13target/arm: Disable SME if SVE is disabledPeter Maydell1-0/+10
2023-12-13ui/vnc-clipboard: fix inflate_bufferFiona Ebner1-0/+5
2023-12-13ui/gtk-egl: move function calls back to regular code pathVolker Rümelin1-6/+6
2023-12-13ui/gtk-egl: Check EGLSurface before doing scanoutAntonio Caggiano1-5/+12
2023-12-13msix: unset PCIDevice::msix_vector_poll_notifier in rollbackRobert Hoo1-0/+1
2023-12-13hw/acpi/erst: Do not ignore Error* in realize handlerPhilippe Mathieu-Daudé1-0/+10
2023-12-13pcie_sriov: Remove g_new assertionAkihiko Odaki1-1/+0
2023-12-05hw/audio/hda-codec: fix multiplication overflowVolker Rümelin1-8/+21