summary refs log tree commit diff stats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * hw/intc/loongson_ipi: Add load and save interface with ipi_common classBibo Mao2025-06-191-0/+2
| * hw/intc/loongarch_ipi: Add kernel irqchip realize functionBibo Mao2025-06-191-0/+3
| * hw/intc/loongarch_extioi: Add kernel irqchip save and restore functionBibo Mao2025-06-191-0/+2
| * hw/intc/loongarch_extioi: Add kernel irqchip realize functionBibo Mao2025-06-191-0/+3
* | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi2025-06-218-70/+147
|\ \ | |/ |/|
| * update Linux headers to v6.16-rc3Paolo Bonzini2025-06-208-70/+147
* | Merge tag 'pull-target-arm-20250616' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi2025-06-163-0/+8
|\ \ | |/ |/|
| * hw/intc/arm_gic: introduce a first-cpu-index propertyFrederic Konrad2025-06-162-0/+5
| * hw/arm: make cpu targeted by arm_load_kernel the primary CPU.Clément Chigot2025-06-131-0/+3
* | include/qemu/compiler: add QEMU_UNINITIALIZED attribute macroStefan Hajnoczi2025-06-121-0/+20
|/
* Merge tag 'pull-vfio-20250611' of https://github.com/legoater/qemu into stagingStefan Hajnoczi2025-06-1110-11/+146
|\
| * vfio: improve VFIODeviceIOOps docsJohn Levon2025-06-111-9/+43
| * vfio-pci: skip reset during cprSteve Sistare2025-06-111-0/+2
| * pci: skip reset during cprSteve Sistare2025-06-111-0/+2
| * pci: export msix_is_pendingSteve Sistare2025-06-111-0/+1
| * vfio/container: recover from unmap-all-vaddr failureSteve Sistare2025-06-112-0/+13
| * vfio/container: mdev cpr blockerSteve Sistare2025-06-112-0/+5
| * vfio/container: restore DMA vaddrSteve Sistare2025-06-111-0/+3
| * vfio/container: preserve descriptorsSteve Sistare2025-06-111-0/+6
| * vfio/container: register container for cprSteve Sistare2025-06-112-0/+17
| * migration: lower handler prioritySteve Sistare2025-06-111-1/+5
| * migration: cpr helpersSteve Sistare2025-06-111-0/+5
| * vfio: mark posted writes in region write callbacksJohn Levon2025-06-112-2/+3
| * vfio: add per-region fd supportJohn Levon2025-06-111-2/+5
| * hw/vfio/ap: Storing event information for an AP configuration change eventRorie Reyes2025-06-111-0/+39
* | Merge tag 'hw-misc-20250610' of https://github.com/philmd/qemu into stagingStefan Hajnoczi2025-06-117-8/+13
|\ \
| * | hw/riscv/riscv-iommu: Remove definition of RISCVIOMMU[Pci|Sys]ClassZhenzhong Duan2025-06-101-4/+2
| * | hw/gpio/aspeed: Fix definition of AspeedGPIOClassZhenzhong Duan2025-06-101-1/+1
| * | hw/virtio/virtio-pmem: Fix definition of VirtIOPMEMClassZhenzhong Duan2025-06-101-1/+1
| * | hw/virtio/virtio-mem: Fix definition of VirtIOMEMClassZhenzhong Duan2025-06-101-1/+1
| * | hw/core/cpu: Move CacheType to general cpu.hZhao Liu2025-06-101-0/+6
| * | accel/hvf: Fix TYPE_HVF_ACCEL instance sizePhilippe Mathieu-Daudé2025-06-101-0/+1
| * | hw/core/resetcontainer: Consolidate OBJECT_DECLARE_SIMPLE_TYPEZhao Liu2025-06-101-1/+1
| |/
* | hw/loongarch/virt: Remove global variables about memmap tablesBibo Mao2025-06-102-3/+2
* | hw/loongarch/virt: Remove global variables about initrdBibo Mao2025-06-101-0/+2
* | hw/intc/loongarch_extioi: Fix typo issue about register EXTIOI_COREISR_ENDBibo Mao2025-06-101-1/+1
|/
* include/gdbstub: fix include guard in commands.hAlex Bennée2025-06-071-1/+1
* include/exec: fix assert in size_memopAlex Bennée2025-06-071-2/+2
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi2025-06-067-20/+98
|\
| * qemu-thread: Document QemuEventAkihiko Odaki2025-06-061-0/+10
| * qemu-thread: Use futex if available for QemuLockCntAkihiko Odaki2025-06-061-1/+1
| * qemu-thread: Use futex for QemuEvent on WindowsAkihiko Odaki2025-06-063-16/+10
| * qemu-thread: Replace __linux__ with CONFIG_LINUXAkihiko Odaki2025-06-061-1/+1
| * futex: Support WindowsAkihiko Odaki2025-06-061-12/+41
| * futex: Check value after qemu_futex_wait()Akihiko Odaki2025-06-061-0/+9
| * i386/kvm: Prefault memory on page state changeTom Lendacky2025-06-061-0/+1
| * util/error: make func optionalPaolo Bonzini2025-06-051-0/+2
| * util/error: allow non-NUL-terminated err->srcPaolo Bonzini2025-06-051-1/+8
| * util/error: expose Error definition to Rust codePaolo Bonzini2025-06-051-0/+26
* | Merge tag 'pull-vfio-20250605' of https://github.com/legoater/qemu into stagingStefan Hajnoczi2025-06-055-15/+174
|\ \