aboutsummaryrefslogtreecommitdiff
path: root/hw/intc
AgeCommit message (Expand)Author
2024-06-21hw/intc/arm_gic: Fix deactivation of SPI linesEdgar E. Iglesias
2024-06-19hw/intc/loongson_ipi: Replace ipi_getcpu with cpu_by_arch_idJiaxun Yang
2024-06-19hw/intc/loongson_ipi: Provide per core MMIO address spacesJiaxun Yang
2024-06-19hw/intc: Remove loongarch_ipi.cJiaxun Yang
2024-06-19hw/intc: Avoid using Monitor in INTERRUPT_STATS_PROVIDER::print_info()Philippe Mathieu-Daudé
2024-06-19hw/ppc: Avoid using Monitor in SpaprInterruptControllerClass::print_info()Philippe Mathieu-Daudé
2024-06-19hw/ppc: Avoid using Monitor in pnv_xive2_pic_print_info()Philippe Mathieu-Daudé
2024-06-19hw/ppc: Avoid using Monitor in xive2_nvp_pic_print_info()Philippe Mathieu-Daudé
2024-06-19hw/ppc: Avoid using Monitor in xive2_end_pic_print_info()Philippe Mathieu-Daudé
2024-06-19hw/ppc: Avoid using Monitor in xive2_end_queue_pic_print_info()Philippe Mathieu-Daudé
2024-06-19hw/ppc: Avoid using Monitor in xive2_end_eas_pic_print_info()Philippe Mathieu-Daudé
2024-06-19hw/ppc: Avoid using Monitor in xive2_eas_pic_print_info()Philippe Mathieu-Daudé
2024-06-19hw/ppc: Avoid using Monitor in pnv_xive_pic_print_info()Philippe Mathieu-Daudé
2024-06-19hw/ppc: Avoid using Monitor in xive_nvt_pic_print_info()Philippe Mathieu-Daudé
2024-06-19hw/ppc: Avoid using Monitor in xive_end_eas_pic_print_info()Philippe Mathieu-Daudé
2024-06-19hw/ppc: Avoid using Monitor in xive_end_pic_print_info()Philippe Mathieu-Daudé
2024-06-19hw/ppc: Avoid using Monitor in xive_eas_pic_print_info()Philippe Mathieu-Daudé
2024-06-19hw/ppc: Avoid using Monitor in xive_source_pic_print_info()Philippe Mathieu-Daudé
2024-06-19hw/ppc: Avoid using Monitor in spapr_xive_pic_print_info()Philippe Mathieu-Daudé
2024-06-19hw/ppc: Avoid using Monitor in spapr_xive_end_pic_print_info()Philippe Mathieu-Daudé
2024-06-19hw/ppc: Avoid using Monitor in xive_end_queue_pic_print_info()Philippe Mathieu-Daudé
2024-06-19hw/ppc: Avoid using Monitor in ics_pic_print_info()Philippe Mathieu-Daudé
2024-06-19hw/ppc: Avoid using Monitor in xive_tctx_pic_print_info()Philippe Mathieu-Daudé
2024-06-19hw/ppc: Avoid using Monitor in icp_pic_print_info()Philippe Mathieu-Daudé
2024-06-16aspeed/intc: Add AST2700 supportJamin Lin
2024-06-06hw/intc/loongarch_extioi: Add extioi virt extension definitionSong Gao
2024-06-03hw/intc/riscv_aplic: APLICs should add child earlier than realizeyang.zhang
2024-05-30hw/intc/arm_gic: Fix writes to GICD_ITARGETSRnSebastian Huber
2024-05-30hw/intc/arm_gic: Fix set pending of PPIsSebastian Huber
2024-05-28hw/intc/arm_gic: Fix handling of NS view of GICC_APR<n>Andrey Shumilin
2024-05-17hw/intc/s390_flic: Fix crash that occurs when saving the machine stateThomas Huth
2024-05-10i386: select correct components for no-board buildPaolo Bonzini
2024-05-10s390_flic: add migration-enabled propertyPaolo Bonzini
2024-05-09hw/intc/loongson_ipi: Implement IOCSR address space for MIPSJiaxun Yang
2024-05-09hw/intc/loongarch_ipi: Rename as loongson_ipiJiaxun Yang
2024-05-09hw/intc/loongarch_ipi: Remove pointless MAX_CPU checkJiaxun Yang
2024-05-03kvm: move target-dependent interrupt routing out of kvm-all.cPaolo Bonzini
2024-04-25hw, target: Add ResetType argument to hold and exit phase methodsPeter Maydell
2024-04-25hw/intc/arm_gicv3: Report the VINMI interruptJinjie Ruan
2024-04-25hw/intc/arm_gicv3: Report the NMI interrupt in gicv3_cpuif_update()Jinjie Ruan
2024-04-25hw/intc/arm_gicv3: Implement NMI interrupt priorityJinjie Ruan
2024-04-25hw/intc/arm_gicv3: Handle icv_nmiar1_read() for icc_nmiar1_read()Peter Maydell
2024-04-25hw/intc/arm_gicv3: Add NMI handling CPU interface registersPeter Maydell
2024-04-25hw/intc/arm_gicv3: Implement GICD_INMIRJinjie Ruan
2024-04-25hw/intc/arm_gicv3_redist: Implement GICR_INMIR0Jinjie Ruan
2024-04-25hw/intc/arm_gicv3: Add irq non-maskable propertyJinjie Ruan
2024-04-25hw/intc/arm_gicv3_kvm: Not set has-nmi=true for the KVM GICv3Jinjie Ruan
2024-04-25hw/intc/arm_gicv3: Add has-nmi property to GICv3 deviceJinjie Ruan
2024-04-25hw/intc/arm_gicv3: Add external IRQ lines for NMIJinjie Ruan
2024-04-24target/nios2: Remove the deprecated Nios II targetPhilippe Mathieu-Daudé