aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-04-18hw/virtio: move stubs out of stubs/Paolo Bonzini
2024-04-18hw/usb: move stubs out of stubs/Paolo Bonzini
2024-04-18stubs: remove obsolete stubsPaolo Bonzini
2024-04-18hw: Include minimal source set in user emulation buildPhilippe Mathieu-Daudé
2024-04-18hw/core: Move system emulation files to system_ssPaolo Bonzini
2024-04-18util/qemu-config: Extract QMP commands to qemu-config-qmp.cPhilippe Mathieu-Daudé
2024-04-18yank: only build if neededPaolo Bonzini
2024-04-18tests/unit: match some unit tests to corresponding feature switchesPaolo Bonzini
2024-04-18ebpf: Restrict to system emulationPhilippe Mathieu-Daudé
2024-04-18tests: only build plugins if TCG is enabledPaolo Bonzini
2024-04-18meson: do not link pixman automatically into all targetsPaolo Bonzini
2024-04-16Update version for v9.0.0-rc4 releasev9.0.0-rc4Peter Maydell
2024-04-16usb-storage: Fix BlockConf defaultsKevin Wolf
2024-04-15Merge tag 'hw-misc-20240415' of https://github.com/philmd/qemu into stagingPeter Maydell
2024-04-15Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell
2024-04-15hw/pci-host/ppc440_pcix: Do not expose a bridge device on PCI busBALATON Zoltan
2024-04-15hw/isa/vt82c686: Keep track of PIRQ/PINT pins separatelyBALATON Zoltan
2024-04-15virtio-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 releasev9.0.0-rc3Peter 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