summary refs log tree commit diff stats
path: root/hw/intc (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw, target: Add ResetType argument to hold and exit phase methodsPeter Maydell2024-04-258-12/+12
* hw/intc/arm_gicv3: Report the VINMI interruptJinjie Ruan2024-04-251-2/+12
* hw/intc/arm_gicv3: Report the NMI interrupt in gicv3_cpuif_update()Jinjie Ruan2024-04-251-0/+4
* hw/intc/arm_gicv3: Implement NMI interrupt priorityJinjie Ruan2024-04-253-9/+64
* hw/intc/arm_gicv3: Handle icv_nmiar1_read() for icc_nmiar1_read()Peter Maydell2024-04-253-12/+98
* hw/intc/arm_gicv3: Add NMI handling CPU interface registersPeter Maydell2024-04-253-5/+148
* hw/intc/arm_gicv3: Implement GICD_INMIRJinjie Ruan2024-04-252-0/+36
* hw/intc/arm_gicv3_redist: Implement GICR_INMIR0Jinjie Ruan2024-04-252-0/+20
* hw/intc/arm_gicv3: Add irq non-maskable propertyJinjie Ruan2024-04-251-0/+38
* hw/intc/arm_gicv3_kvm: Not set has-nmi=true for the KVM GICv3Jinjie Ruan2024-04-251-0/+5
* hw/intc/arm_gicv3: Add has-nmi property to GICv3 deviceJinjie Ruan2024-04-253-0/+4
* hw/intc/arm_gicv3: Add external IRQ lines for NMIJinjie Ruan2024-04-251-0/+6
* target/nios2: Remove the deprecated Nios II targetPhilippe Mathieu-Daudé2024-04-243-317/+0
* hw/intc/arm_gicv3: ICC_HPPIR* return SPURIOUS if int group is disabledPeter Maydell2024-04-021-2/+2
* hw/intc: Update APLIC IDC after claiming iforce registerFrank Chang2024-03-221-0/+1
* hw/intc/loongarch_extioi: Fix interrupt routing updateBibo Mao2024-03-201-1/+1
* hw/intc: Check @errp to handle the error of IOAPICCommonClass.realize()Zhao Liu2024-03-121-0/+4
* hw/intc/grlib_irqmp: abort realize when ncpus value is out of rangeClément Chigot2024-03-091-0/+1
* hw/intc/apic: fix memory leakPaolo Bonzini2024-03-091-4/+2
* 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