aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-02-14hw/cxl: Pass CXLComponentState to cache_mem_opsLi Zhijian
2024-02-14cxl/cdat: Fix header sum value in CDAT checksumIra Weiny
2024-02-14cxl/cdat: Handle cdat table build errorsIra Weiny
2024-02-14vhost-user.rst: Fix vring address descriptionAndrey Ignatov
2024-02-13hw/smbios: Fix port connector option validationAkihiko Odaki
2024-02-13hw/smbios: Fix OEM strings table option validationAkihiko Odaki
2024-02-03pci-host: designware: Limit value range of iATU viewport registerGuenter Roeck
2024-02-03qemu-options.hx: Improve -serial option documentationPeter Maydell
2024-02-03system/vl.c: Fix handling of '-serial none -serial something'Peter Maydell
2024-02-03target/arm: fix exception syndrome for AArch32 bkpt insnJan Klötzke
2024-02-01block/blkio: Make s->mem_region_alignment be 64 bitsRichard W.M. Jones
2024-02-01qemu-docs: Update options for graphical frontendsYihuan Pan
2024-01-29migration: Fix use-after-free of migration state objectFabiano Rosas
2024-01-29Update version for 7.2.9 releasev7.2.9Michael Tokarev
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-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-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-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-20target/i386: Fix 32-bit wrapping of pc/eip computationRichard 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-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
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 7.2.8 releasev7.2.8Michael Tokarev
2023-12-20target/arm/helper: Propagate MDCR_EL2.HPMN into PMCR_EL0.NJean-Philippe Brucker
2023-12-20system/memory: use ldn_he_p/stn_he_pPatrick Venture
2023-12-20target/arm: Disable SME if SVE is disabledPeter Maydell
2023-12-20ui/vnc-clipboard: fix inflate_bufferFiona Ebner
2023-12-20ui/gtk-egl: move function calls back to regular code pathVolker Rümelin