aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-04-10hw/misc/applesmc: Fix memory leak in reset() handlerPhilippe Mathieu-Daudé
2024-04-10hw/block/nand: Fix out-of-bound access in NAND block bufferPhilippe Mathieu-Daudé
2024-04-10hw/block/nand: Have blk_load() take unsigned offset and return booleanPhilippe Mathieu-Daudé
2024-04-10hw/block/nand: Factor nand_load_iolen() method outPhilippe Mathieu-Daudé
2024-04-10qemu-options: Fix CXL Fixed Memory Window interleave-granularity typoYuquan Wang
2024-04-10hw/virtio/virtio-crypto: Protect from DMA re-entrancy bugsPhilippe Mathieu-Daudé
2024-04-10hw/char/virtio-serial-bus: Protect from DMA re-entrancy bugsPhilippe Mathieu-Daudé
2024-04-10hw/display/virtio-gpu: Protect from DMA re-entrancy bugsPhilippe Mathieu-Daudé
2024-04-10hw/virtio: Introduce virtio_bh_new_guarded() helperPhilippe Mathieu-Daudé
2024-04-10target/m68k: Map FPU exceptions to FPSR registerKeith Packard
2024-04-10target/sh4: add missing CHECK_NOT_DELAY_SLOTZack Buhman
2024-04-10target/sh4: Fix mac.w with saturation enabledZack Buhman
2024-04-10target/sh4: Fix mac.l with saturation enabledZack Buhman
2024-04-10target/sh4: Merge mach and macl into a unionRichard Henderson
2024-04-10target/sh4: mac.w: memory accesses are 16-bit wordsZack Buhman
2024-04-10linux-user: Fix waitid return of siginfo_t and rusageRichard Henderson
2024-04-10tcg/optimize: Do not attempt to constant fold neg_vecRichard Henderson
2024-04-09virtio-snd: rewrite invalid tx/rx message handlingManos Pitsidianakis
2024-04-09virtio-snd: Enhance error handling for invalid transfersZheyu Ma
2024-04-09vdpa-dev: Fix the issue of device status not updating when configuration inte...lyx634449800
2024-04-09hw/virtio: Fix packed virtqueue flush used_idxWafer
2024-04-09target/arm: Use correct SecuritySpace for AArch64 AT ops at EL3Peter Maydell
2024-04-09migration/postcopy: ensure preempt channel is ready before loading statesWei Wang
2024-04-09block/virtio-blk: Fix memory leak from virtio_blk_zone_reportZheyu Ma
2024-04-03hw/net/virtio-net: fix qemu set used ring flag even vhost startedYajun Wu
2024-04-02target/arm: take HSTR traps of cp15 accesses to EL2, not EL1Peter Maydell
2024-04-02hw/intc/arm_gicv3: ICC_HPPIR* return SPURIOUS if int group is disabledPeter Maydell
2024-04-01gitlab-ci/cirrus: switch from 'master' to 'latest'Michael Tokarev
2024-04-01migration/postcopy: Ensure postcopy_start() sets errp if it failsAvihai Horon
2024-04-01target/hppa: Clear psw_n for BE on use_nullify_skip pathRichard Henderson
2024-03-31tcg/optimize: Fix sign_mask for logical right-shiftRichard Henderson
2024-03-31hw/net/net_tx_pkt: Fix virtio header without checksum offloadingAkihiko Odaki
2024-03-31virtio-net: Fix vhost virtqueue notifiers for RSSAkihiko Odaki
2024-03-27target/riscv/kvm: fix timebase-frequency when using KVM accelerationYong-Xuan Wang
2024-03-27target/riscv: Fix mode in riscv_tlb_fillIrina Ryapolova
2024-03-27target/riscv: rvv: Remove the dependency of Zvfbfmin to ZfbfminMax Chou
2024-03-27hw/intc: Update APLIC IDC after claiming iforce registerFrank Chang
2024-03-27target/riscv/vector_helper.c: optimize loops in ldst helpersDaniel Henrique Barboza
2024-03-27target/riscv/vector_helpers: do early exit when vstart >= vlDaniel Henrique Barboza
2024-03-27target/riscv: always clear vstart in whole vec move insnsDaniel Henrique Barboza
2024-03-27target/riscv/vector_helper.c: fix 'vmvr_v' memcpy endianessDaniel Henrique Barboza
2024-03-27trans_rvv.c.inc: set vstart = 0 in int scalar move insnsDaniel Henrique Barboza
2024-03-27target/riscv/vector_helper.c: set vstart = 0 in GEN_VEXT_VSLIDEUP_VX()Daniel Henrique Barboza
2024-03-27monitor/hmp-cmds-target: Append a space in error message in gpa2hva()Yao Xingtao
2024-03-27hw/scsi/scsi-generic: Fix io_timeout property not applyingLorenz Brun
2024-03-27target/i386/tcg: Enable page walking from MMIO memoryGregory Price
2024-03-27iotests: add test for stream job with an unaligned prefetch readFiona Ebner
2024-03-27block-backend: fix edge case in bdrv_next_cleanup() where BDS associated to B...Fiona Ebner
2024-03-27block-backend: fix edge case in bdrv_next() where BDS associated to BB changesFiona Ebner
2024-03-27block/io: accept NULL qiov in bdrv_pad_requestStefan Reiter