summary refs log tree commit diff stats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * add cpu_test_interrupt()/cpu_set_interrupt() helpers and use them tree wideIgor Mammedov2025-08-291-0/+22
| * user-exec: ensure interrupt_request is not usedPaolo Bonzini2025-08-291-0/+1
* | hw/arm/stm32f205_soc: Don't leak TYPE_OR_IRQ objectsPeter Maydell2025-08-301-1/+1
* | tcg: Add tcg_gen_atomic_{xchg,fetch_and,fetch_or}_i128Richard Henderson2025-08-302-0/+10
* | accel/tcg: Add cpu_atomic_*_mmu for 16-byte xchg, fetch_and, fetch_orRichard Henderson2025-08-301-3/+10
* | hw/intc/arm_gicv3_kvm: preserve pending interrupts during cprSteve Sistare2025-08-301-0/+3
|/
* Merge tag 'pull-lu-20250828' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson2025-08-282-4/+8
|\
| * linux-user: Move target_cpu_copy_regs decl to qemu.hRichard Henderson2025-08-281-4/+0
| * linux-user: Move ppc uabi/asm/elf.h workaround to osdep.hRichard Henderson2025-08-281-0/+8
* | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson2025-08-281-17/+0
|\ \ | |/ |/|
| * kvm/kvm-all: make kvm_park/unpark_vcpu local to kvm-all.cAni Sinha2025-08-271-17/+0
* | hw: add compat machines for 10.2Cornelia Huck2025-08-272-0/+6
|/
* vfio/pci: preserve pending interruptsSteve Sistare2025-08-091-0/+6
* hw/sd/sdbus: Provide buffer size to sdbus_do_command()Philippe Mathieu-Daudé2025-08-051-2/+21
* io: add support for activating TLS thread safety workaroundDaniel P. Berrangé2025-07-221-0/+1
* crypto: implement workaround for GNUTLS thread safety problemsDaniel P. Berrangé2025-07-221-0/+14
* Merge tag 'pull-ppc-20250721' of https://github.com/legoater/qemu into stagingStefan Hajnoczi2025-07-213-27/+83
|\
| * ppc/xive2: Implement PHYS ring VP push TIMA opNicholas Piggin2025-07-211-0/+2
| * ppc/xive2: Implement set_os_pending TIMA opNicholas Piggin2025-07-211-0/+2
| * ppc/xive2: Implement pool context push TIMA opNicholas Piggin2025-07-211-0/+2
| * ppc/xive: Check TIMA operations validityNicholas Piggin2025-07-211-0/+1
| * ppc/xive2: implement NVP context save restore for POOL ringNicholas Piggin2025-07-211-0/+1
| * ppc/xive: Add xive_tctx_pipr_set() helper functionNicholas Piggin2025-07-211-3/+2
| * ppc/xive: tctx signaling registers reworkNicholas Piggin2025-07-211-1/+25
| * ppc/xive: Add xive_tctx_pipr_present() to present new interruptNicholas Piggin2025-07-211-0/+2
| * ppc/xive: Change presenter .match_nvt to match not presentNicholas Piggin2025-07-211-12/+15
| * ppc/xive2: redistribute irqs for pool and phys ctx pullGlenn Miles2025-07-212-2/+6
| * ppc/xive2: Implement "Ack OS IRQ to even report line" TIMA opGlenn Miles2025-07-212-1/+3
| * ppc/xive2: Support redistribution of group interruptsGlenn Miles2025-07-211-0/+3
| * ppc/xive2: add interrupt priority configuration flagsGlenn Miles2025-07-211-3/+5
| * pnv/xive2: Support ESB EscalationGlenn Miles2025-07-212-5/+9
| * ppc/xive: Move NSR decoding into helper functionsNicholas Piggin2025-07-211-0/+4
| * ppc/xive2: Fix calculation of END queue sizesGlenn Miles2025-07-211-0/+1
* | Merge tag 'display-20250718-pull-request' of https://gitlab.com/kraxel/qemu i...Stefan Hajnoczi2025-07-211-1/+1
|\ \
| * | ramfb: Add property to control if load the romfileShaoqin Huang2025-07-171-1/+1
* | | host-utils: Drop workaround for buggy Apple Clang __builtin_subcll()Peter Maydell2025-07-212-14/+1
| |/ |/|
* | Merge tag 'accel-20250715' of https://github.com/philmd/qemu into stagingStefan Hajnoczi2025-07-1610-66/+115
|\ \
| * | system/runstate: Document qemu_add_vm_change_state_handler_prio* in hdrPhilippe Mathieu-Daudé2025-07-151-0/+30
| * | system/runstate: Document qemu_add_vm_change_state_handler()Philippe Mathieu-Daudé2025-07-151-0/+10
| * | accel/tcg: Propagate AccelState to dump_accel_info()Philippe Mathieu-Daudé2025-07-151-0/+2
| * | accel/system: Introduce @x-accel-stats QMP commandPhilippe Mathieu-Daudé2025-07-152-0/+5
| * | accel: Extract AccelClass definition to 'accel/accel-ops.h'Philippe Mathieu-Daudé2025-07-154-38/+54
| * | accel: Rename 'system/accel-ops.h' -> 'accel/accel-cpu-ops.h'Philippe Mathieu-Daudé2025-07-151-4/+4
| * | hw/xen/arch_hvm: Unify x86 and ARM variantsPhilippe Mathieu-Daudé2025-07-153-24/+10
* | | Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi2025-07-167-34/+47
|\ \ \
| * | | blockjob: mark block_job_remove_all_bdrv() as GRAPH_UNLOCKEDFiona Ebner2025-07-141-1/+1
| * | | block: mark bdrv_open_child_common() and its callers GRAPH_UNLOCKEDFiona Ebner2025-07-141-4/+5
| * | | block: mark bdrv_close() as GRAPH_UNLOCKEDFiona Ebner2025-07-141-1/+1
| * | | block: mark bdrv_close_all() as GRAPH_UNLOCKEDFiona Ebner2025-07-141-1/+1
| * | | block: mark bdrv_drop_intermediate() as GRAPH_UNLOCKEDFiona Ebner2025-07-141-3/+4