summary refs log tree commit diff stats
path: root/include/hw/intc (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/intc/arm_gicv3: Use bitops.h uint32_t bit array functionsPeter Maydell2024-11-191-40/+14
* hw/intc/loongarch_ipi: Add loongarch IPI supportBibo Mao2024-08-061-0/+25
* hw/intc/loongson_ipi: Move common code to loongson_ipi_common.cBibo Mao2024-08-061-0/+2
* hw/intc/loongson_ipi: Expose loongson_ipi_core_read/write helpersBibo Mao2024-08-061-0/+6
* hw/intc/loongson_ipi: Add LoongsonIPICommonClass::cpu_by_arch_id handlerBibo Mao2024-08-061-0/+1
* hw/intc/loongson_ipi: Add LoongsonIPICommonClass::get_iocsr_as handlerBibo Mao2024-08-061-0/+2
* hw/intc/loongson_ipi: Move IPICore structure to loongson_ipi_common.hBibo Mao2024-08-062-17/+18
* hw/intc/loongson_ipi: Move IPICore::mmio_mem to LoongsonIPIStateBibo Mao2024-08-061-1/+1
* hw/intc/loongson_ipi: Move common definitions to loongson_ipi_common.hBibo Mao2024-08-062-18/+19
* hw/intc/loongson_ipi: Add TYPE_LOONGSON_IPI_COMMON stubBibo Mao2024-08-062-2/+38
* hw/intc/loongson_ipi: Rename LoongsonIPI -> LoongsonIPIStateBibo Mao2024-08-061-3/+3
* hw/loongarch: Remove unimplemented extioi INT_encode modeSong Gao2024-07-191-1/+0
* hw/intc/loongson_ipi: Provide per core MMIO address spacesJiaxun Yang2024-06-191-0/+2
* hw/intc: Avoid using Monitor in INTERRUPT_STATS_PROVIDER::print_info()Philippe Mathieu-Daudé2024-06-191-1/+1
* aspeed/intc: Add AST2700 supportJamin Lin2024-06-161-0/+44
* hw/intc/loongarch_extioi: Add extioi virt extension definitionSong Gao2024-06-061-0/+21
* hw/intc/loongarch_ipi: Rename as loongson_ipiJiaxun Yang2024-05-091-6/+6
* intc: remove PICCommonState from typedefs.hPaolo Bonzini2024-05-031-0/+2
* hw/loongarch: fdt adds Extend I/O Interrupt ControllerSong Gao2024-04-291-0/+1
* hw/intc/arm_gicv3: Add NMI handling CPU interface registersPeter Maydell2024-04-251-0/+7
* hw/intc/arm_gicv3: Add irq non-maskable propertyJinjie Ruan2024-04-251-0/+4
* hw/intc/arm_gicv3: Add has-nmi property to GICv3 deviceJinjie Ruan2024-04-251-0/+1
* hw/intc/arm_gicv3: Add external IRQ lines for NMIJinjie Ruan2024-04-252-0/+4
* target/nios2: Remove the deprecated Nios II targetPhilippe Mathieu-Daudé2024-04-241-66/+0
* hw/intc/grlib_irqmp: implements multicore irqClément Chigot2024-02-151-1/+1
* hw/sparc/grlib: split out the headers for each peripheralsClément Chigot2024-02-151-0/+41
* hw/arm/armv7m: Make 'hw/intc/armv7m_nvic.h' a target agnostic headerPhilippe Mathieu-Daudé2024-01-261-1/+1
* hw/intc/loongarch_extioi: Add dynamic cpu number supportBibo Mao2024-01-111-3/+8
* hw/loongarch/virt: Set iocsr address space per-board rather than percpuBibo Mao2024-01-112-2/+2
* hw/m68k/irqc: Pass CPU using QOM link propertyPhilippe Mathieu-Daudé2023-11-011-0/+1
* arm: spelling fixesMichael Tokarev2023-07-251-1/+1
* hw/intc/arm_gic: Un-inline GIC*/ITS class_name() helpersPhilippe Mathieu-Daudé2023-06-283-0/+21
* hw/intc/loongarch_ipi: Bring back all 4 IPI mailboxesJiaxun Yang2023-06-051-1/+3
* hw/loongarch/virt: Set max 256 cpus support on loongarch virt machineSong Gao2023-05-151-4/+6
* hw/loongarch/virt: Modify ipi as percpu deviceSong Gao2023-05-151-6/+4
* hw/mips: Declare all length properties as unsignedPhilippe Mathieu-Daudé2023-03-081-2/+2
* hw/intc/i8259: Document i8259_init()Philippe Mathieu-Daudé2023-02-271-1/+9
* hw: Move ioapic*.h to intc/Bernhard Beschow2023-02-271-0/+33
* target/arm: Declare CPU <-> NVIC helpers in 'hw/intc/armv7m_nvic.h'Philippe Mathieu-Daudé2023-02-161-0/+123
* hw/intc/armv7m_nvic: Use OBJECT_DECLARE_SIMPLE_TYPE() macroPhilippe Mathieu-Daudé2023-02-161-4/+1
* hw/intc: Extract the IRQ counting functions into a separate fileThomas Huth2023-01-131-0/+10
* hw/intc/i8259: Make using the isa_pic singleton more type-safeBernhard Beschow2023-01-131-3/+3
* include: Include headers where neededMarkus Armbruster2023-01-084-0/+8
* Merge tag 'pull-loongarch-20230106' of https://gitlab.com/gaosong/qemu into s...Peter Maydell2023-01-072-8/+7
|\
| * hw/intc/loongarch_pch: Change default irq number of pch irq controllerTianrui Zhao2023-01-062-4/+3
| * hw/intc/loongarch_pch_pic: add irq number propertyTianrui Zhao2023-01-061-3/+2
| * hw/intc/loongarch_pch_msi: add irq number propertyTianrui Zhao2023-01-061-1/+2
* | hw/intc: sifive_plic: Drop PLICMode_HBin Meng2023-01-061-1/+0
|/
* hw/intc: Move mtimer/mtimecmp to aclintAtish Patra2022-09-071-0/+2
* hw/intc/ppc-uic: Convert ppc-uic to a PPC4xx DCR deviceBALATON Zoltan2022-08-311-4/+2