aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-09Merge tag 'pull-misc-20240409' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell
2024-04-09linux-user: Preserve unswapped siginfo_t for straceRichard Henderson
2024-04-09accel/tcg: Improve can_do_io managementRichard Henderson
2024-04-09target/s390x: Use insn_start from DisasContextBaseRichard Henderson
2024-04-09target/riscv: Use insn_start from DisasContextBaseRichard Henderson
2024-04-09target/microblaze: Use insn_start from DisasContextBaseRichard Henderson
2024-04-09target/i386: Preserve DisasContextBase.insn_start across rewindRichard Henderson
2024-04-09target/hppa: Use insn_start from DisasContextBaseRichard Henderson
2024-04-09target/arm: Use insn_start from DisasContextBaseRichard Henderson
2024-04-09accel/tcg: Add insn_start to DisasContextBaseRichard Henderson
2024-04-09tcg: Add TCGContext.emit_before_opRichard Henderson
2024-04-09target/m68k: Map FPU exceptions to FPSR registerKeith Packard
2024-04-09target/sh4: add missing CHECK_NOT_DELAY_SLOTZack Buhman
2024-04-09target/sh4: Fix mac.w with saturation enabledZack Buhman
2024-04-09target/sh4: Fix mac.l with saturation enabledZack Buhman
2024-04-09target/sh4: Merge mach and macl into a unionRichard Henderson
2024-04-09target/sh4: mac.w: memory accesses are 16-bit wordsZack Buhman
2024-04-09target/hppa: Fix IIAOQ, IIASQ for pa2.0Richard Henderson
2024-04-09linux-user: replace calloc() with g_new0()Nguyen Dinh Phi
2024-04-09linux-user: Fix waitid return of siginfo_t and rusageRichard Henderson
2024-04-09tcg/optimize: Do not attempt to constant fold neg_vecRichard Henderson
2024-04-09Merge tag 'edk2-20240409-pull-request' of https://gitlab.com/kraxel/qemu into...Peter Maydell
2024-04-09edk2: rebuild binaries with correct version informationGerd Hoffmann
2024-04-09edk2/seabios: use common extra versionGerd Hoffmann
2024-04-09edk2: commit version infoGerd Hoffmann
2024-04-09edk2: get version + date from git submoduleGerd Hoffmann
2024-04-09Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell
2024-04-09Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell
2024-04-09qdev-monitor: fix error message in find_device_state()Vladimir Sementsov-Ogievskiy
2024-04-09vhost-user-blk: simplify and fix vhost_user_blk_handle_config_changeVladimir Sementsov-Ogievskiy
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-09virtio-snd: rewrite invalid tx/rx message handlingManos Pitsidianakis
2024-04-09virtio-snd: Enhance error handling for invalid transfersZheyu Ma
2024-04-09Revert "hw/virtio: Add support for VDPA network simulation devices"Michael S. Tsirkin
2024-04-08kvm: error out of kvm_irqchip_add_msi_route() in case of full route tableIgor Mammedov
2024-04-08nanomips: fix warnings with GCC 14Paolo Bonzini
2024-04-08Merge tag 'pull-target-arm-20240408' of https://git.linaro.org/people/pmaydel...Peter Maydell
2024-04-08Merge tag 'migration-20240407-pull-request' of https://gitlab.com/peterx/qemu...Peter Maydell
2024-04-08target/arm: Use correct SecuritySpace for AArch64 AT ops at EL3Peter Maydell
2024-04-08Makefile: preserve --jobserver-auth argument when calling ninjaMartin Hundebøll
2024-04-07MAINTAINERS: Adjust migration documentation filesAvihai Horon
2024-04-07migration/postcopy: ensure preempt channel is ready before loading statesWei Wang
2024-04-05target/arm: Fix CNTPOFF_EL2 trap to missing EL3Pierre-Clément Tosi
2024-04-04Merge tag 'qemu-sparc-20240404' of https://github.com/mcayland/qemu into stagingPeter Maydell
2024-04-04Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingPeter Maydell
2024-04-04esp.c: remove explicit setting of DRQ within ESP state machineMark Cave-Ayland