aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
11 daysusb-storage: Fix BlockConf defaultsstagingKevin Wolf
12 daysMerge tag 'hw-misc-20240415' of https://github.com/philmd/qemu into stagingPeter Maydell
12 daysMerge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell
12 dayshw/pci-host/ppc440_pcix: Do not expose a bridge device on PCI busBALATON Zoltan
12 dayshw/isa/vt82c686: Keep track of PIRQ/PINT pins separatelyBALATON Zoltan
12 daysvirtio-pci: fix use of a released vectorCindy Lu
2024-04-13Merge tag 'pull-sp-20240412' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell
2024-04-12target/sparc: Use GET_ASI_CODE for ASI_KERNELTXT and ASI_USERTXTRichard Henderson
2024-04-12Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell
2024-04-12meson.build: Disable -fzero-call-used-regs on OpenBSDThomas Huth
2024-04-12Makefile: fix use of -j without an argumentMatheus Tavares Bernardino
2024-04-10Update version for v9.0.0-rc3 releasePeter Maydell
2024-04-10Merge tag 'hw-misc-20240410' of https://github.com/philmd/qemu into stagingPeter Maydell
2024-04-10hw/audio/virtio-snd: Remove unused assignmentPhilippe Mathieu-Daudé
2024-04-10hw/net/net_tx_pkt: Fix overrun in update_sctp_checksum()Philippe Mathieu-Daudé
2024-04-10hw/sd/sdhci: Do not update TRNMOD when Command Inhibit (DAT) is setPhilippe Mathieu-Daudé
2024-04-10hw/net/lan9118: Fix overflow in MIL TX FIFOPhilippe Mathieu-Daudé
2024-04-10hw/net/lan9118: Replace magic '2048' value by MIL_TXFIFO_SIZE definitionPhilippe Mathieu-Daudé
2024-04-10backends/cryptodev: Do not abort for invalid session IDPhilippe Mathieu-Daudé
2024-04-10hw/misc/applesmc: Fix memory leak in reset() handlerPhilippe Mathieu-Daudé
2024-04-10hw/misc/applesmc: Do not call DeviceReset from DeviceRealizePhilippe 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-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