summary refs log tree commit diff stats
path: root/hw/intc (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/intc/riscv_aplic: Fix in_clrip[x] read emulationAnup Patel2024-03-081-2/+15
* hw/intc/riscv_aplic: Fix setipnum_le write emulation for APLIC MSI-modeAnup Patel2024-03-081-4/+16
* hw/intc/Kconfig: Fix GIC settings when using "--without-default-devices"Thomas Huth2024-03-011-6/+6
* hw/intc/grlib_irqmp: implements multicore irqClément Chigot2024-02-151-21/+20
* hw/intc/grlib_irqmp: implements the multiprocessor status registerClément Chigot2024-02-151-3/+32
* hw/intc/grlib_irqmp: add ncpus propertyClément Chigot2024-02-151-9/+21
* hw/sparc/grlib: split out the headers for each peripheralsClément Chigot2024-02-151-2/+4
* Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell2024-02-143-108/+402
|\
| * hw/i386/x86: Fix PIC interrupt handling if APIC is globally disabledBernhard Beschow2024-02-141-0/+13
| * apic, i386/tcg: add x2apic transitionsBui Quang Minh2024-02-142-8/+67
| * apic: add support for x2APIC modeBui Quang Minh2024-02-142-68/+228
| * i386/tcg: implement x2APIC registers MSR accessBui Quang Minh2024-02-142-32/+94
* | hw/intc/s390_flic: Consolidate the use of device_class_set_parent_realize()Zhao Liu2024-02-131-2/+3
|/
* hw/intc/xics: Include missing 'cpu.h' headerPhilippe Mathieu-Daudé2024-01-301-0/+1
* Merge tag 'pull-loongarch-20240111' of https://gitlab.com/gaosong/qemu into s...Peter Maydell2024-01-112-154/+267
|\
| * hw/intc/loongarch_extioi: Add vmstate post_load supportBibo Mao2024-01-111-44/+76
| * hw/intc/loongarch_extioi: Add dynamic cpu number supportBibo Mao2024-01-111-36/+71
| * hw/loongarch/virt: Set iocsr address space per-board rather than percpuBibo Mao2024-01-112-18/+46
| * hw/intc/loongarch_ipi: Use MemTxAttrs interface for ipi opsBibo Mao2024-01-111-59/+77
* | hw/intc/arm_gicv3_cpuif: Mark up VNCR offsets for GIC CPU registersPeter Maydell2024-01-091-0/+11
* | hw/intc/arm_gicv3_cpuif: handle LPIs in in the list registersPeter Maydell2024-01-091-4/+13
* | hw/intc/armv7m_nvic: add "num-prio-bits" propertySamuel Tardieu2024-01-091-1/+22
|/
* system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi2024-01-082-10/+10
* hw/intc: Constify VMStateRichard Henderson2023-12-2938-77/+77
* hw/intc/arm_gicv3: Include missing 'qemu/error-report.h' headerPhilippe Mathieu-Daudé2023-12-191-0/+1
* hw/intc/arm_gicv3: ICC_PMR_EL1 high bits should be RAZBen Dooks2023-11-201-2/+2
* Merge tag 'migration-20231102-pull-request' of https://gitlab.com/juan.quinte...Stefan Hajnoczi2023-11-031-2/+16
|\
| * migration: Hack to maintain backwards compatibility for ppcJuan Quintela2023-11-011-2/+16
* | hw/m68k/irqc: Pass CPU using QOM link propertyPhilippe Mathieu-Daudé2023-11-011-1/+9
|/
* target/arm: Move feature test functions to their own headerPeter Maydell2023-10-271-0/+1
* kvm: require KVM_IRQFD for kernel irqchipPaolo Bonzini2023-10-251-1/+1
* kvm: require KVM_CAP_SIGNAL_MSIPaolo Bonzini2023-10-251-2/+1
* Merge tag 'migration-20231020-pull-request' of https://gitlab.com/juan.quinte...Stefan Hajnoczi2023-10-203-6/+3
|\
| * migration: simplify blockersSteve Sistare2023-10-203-6/+3
* | hw/intc/spapr_xive: Do not use SysBus API to map local MMIO regionPhilippe Mathieu-Daudé2023-10-191-6/+6
* | hw/intc/spapr_xive: Move sysbus_init_mmio() calls aroundPhilippe Mathieu-Daudé2023-10-191-3/+3
* | hw/intc/apic: Use ERRP_GUARD() in apic_common_realize()Philippe Mathieu-Daudé2023-10-191-0/+4
|/
* target/riscv: move KVM only files to kvm subdirDaniel Henrique Barboza2023-10-121-1/+1
* accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson2023-10-043-8/+8
* hw/intc/arm_gicv3_its: Avoid shadowing variable in do_process_its_cmd()Peter Maydell2023-09-291-3/+3
* hw/intc/openpic: Clean up local variable shadowingPhilippe Mathieu-Daudé2023-09-291-5/+2
* hw/other: spelling fixesMichael Tokarev2023-09-218-12/+12
* ppc/xive: Fix uint32_t overflowCédric Le Goater2023-09-181-1/+1
* Merge tag 'pull-riscv-to-apply-20230911' of https://github.com/alistair23/qem...Stefan Hajnoczi2023-09-113-25/+63
|\
| * hw/intc/riscv_aplic.c fix non-KVM --enable-debug buildDaniel Henrique Barboza2023-09-111-6/+2
| * target/riscv: update APLIC and IMSIC to support KVM AIAYong-Xuan Wang2023-09-112-20/+61
| * hw/intc: Make rtc variable names consistentJason Chien2023-09-111-3/+3
| * hw/intc: Fix upper/lower mtime write calculationJason Chien2023-09-111-2/+3
* | hw/intc/arm_gicv3_its: Avoid maybe-uninitialized error in get_vte()Philippe Mathieu-Daudé2023-09-081-9/+6
|/
* ppc/xive: Add support for the PC MMIOsCédric Le Goater2023-09-061-36/+48