aboutsummaryrefslogtreecommitdiff
path: root/hw/intc
AgeCommit message (Expand)AuthorFilesLines
2025-05-14hw/intc/loongarch_pch: Set version information at initial stageBibo Mao2-7/+15
2025-05-14hw/intc/loongarch_pch: Remove some duplicate macroBibo Mao1-10/+10
2025-05-14hw/intc/loongarch_pch: Modify register name PCH_PIC_xxx_OFFSET with PCH_PIC_xxxBibo Mao1-10/+10
2025-05-14hw/intc/loongarch_pch: Modify name of some registersBibo Mao1-24/+26
2025-05-06Merge tag 'pull-loongarch-20250506' of https://github.com/bibo-mao/qemu into ...Stefan Hajnoczi5-22/+111
2025-05-06hw/intc/loongarch_pch: Replace legacy reset callback with new apiBibo Mao1-18/+8
2025-05-06hw/intc/loongarch_pch: Add reset supportBibo Mao1-0/+25
2025-05-06hw/intc/loongarch_extioi: Replace legacy reset callback with new apiBibo Mao1-4/+8
2025-05-06hw/intc/loongarch_extioi: Add reset supportBibo Mao1-0/+41
2025-05-06hw/intc/loongarch_ipi: Add reset supportBibo Mao1-0/+29
2025-05-05hw/intc/aspeed: Add support for AST2700 TSP INTCSteven Lee1-2/+207
2025-05-05hw/intc/aspeed: Add support for AST2700 SSP INTCSteven Lee1-0/+211
2025-04-25hw/intc/i8259: Remove unused DEBUG_PIC defineBALATON Zoltan1-4/+1
2025-04-25qom: Make InterfaceInfo[] uses constPhilippe Mathieu-Daudé15-15/+15
2025-04-25qom: Have class_init() take a const data argumentPhilippe Mathieu-Daudé65-74/+76
2025-04-24Merge tag 'pull-misc-2025-04-24' of https://repo.or.cz/qemu/armbru into stagingStefan Hajnoczi3-6/+0
2025-04-24Merge tag 'pull-loongarch-20250424' of https://github.com/gaosong715/qemu int...Stefan Hajnoczi1-9/+0
2025-04-24cleanup: Drop pointless return at end of functionMarkus Armbruster3-6/+0
2025-04-24hw/intc/loongarch_pch_msi: Remove gpio input handlerBibo Mao1-9/+0
2025-04-23include/system: Move exec/address-spaces.h to system/address-spaces.hRichard Henderson3-3/+3
2025-04-23include/system: Move exec/memory.h to system/memory.hRichard Henderson3-3/+3
2025-04-23hw/intc/s390_flic: Remove the obsolete migration_enabled flagThomas Huth1-14/+0
2025-03-24Merge tag 'pull-aspeed-20250323' of https://github.com/legoater/qemu into sta...Stefan Hajnoczi1-1/+1
2025-03-23hw/intc/aspeed: Fix IRQ handler mask checkSteven Lee1-1/+1
2025-03-20ppc/xive2: Fix logical / bitwise comparison typoNicholas Piggin1-1/+1
2025-03-20pnv/xive: Fix possible undefined shift error in group size calculationNicholas Piggin2-8/+38
2025-03-20ppc/xive: Fix typo in crowd block level calculationNicholas Piggin1-1/+1
2025-03-14target/arm: Move arm_current_el() and arm_el_is_aa64() to internals.hPeter Maydell1-0/+1
2025-03-11ppc/xive2: Check crowd backlog when scanning group backlogFrederic Barrat1-26/+56
2025-03-11pnv/xive2: Rename nvp_ to nvx_ if they can refer to NVP or NVGCGlenn Miles1-28/+28
2025-03-11ppc/xive2: Support crowd-matching when looking for targetFrederic Barrat5-37/+114
2025-03-11ppc/xive2: Add support for MMIO operations on the NVPG/NVC BARFrederic Barrat3-14/+157
2025-03-11ppc/xive2: Process group backlog when updating the CPPRFrederic Barrat2-4/+173
2025-03-11ppc/xive2: Process group backlog when pushing an OS contextFrederic Barrat1-0/+97
2025-03-11ppc/xive2: Add undelivered group interrupt to backlogFrederic Barrat2-30/+148
2025-03-11ppc/xive2: Support group-matching when looking for targetFrederic Barrat3-48/+111
2025-03-11ppc/xive2: Add grouping level to notificationFrederic Barrat3-46/+63
2025-03-11ppc/xive: Rename ipb_to_pipr() to xive_ipb_to_pipr()Michael Kowal1-16/+6
2025-03-11ppc/xive2: Update NVP save/restore for group attributesFrederic Barrat1-5/+18
2025-03-09hw/intc/aspeed: Add Support for AST2700 INTCIO ControllerJamin Lin1-0/+112
2025-03-09hw/intc/aspeed: Add Support for Multi-Output IRQ HandlingJamin Lin2-15/+135
2025-03-09hw/intc/aspeed: Introduce IRQ handler function to reduce code duplicationJamin Lin1-31/+39
2025-03-09hw/intc/aspeed: Introduce AspeedINTCIRQ structure to save the irq index and r...Jamin Lin1-39/+48
2025-03-09hw/intc/aspeed: Refactor INTC to support separate input and output pin indicesJamin Lin2-42/+67
2025-03-09hw/intc/aspeed: Add support for multiple output pins in INTCJamin Lin1-0/+4
2025-03-09hw/intc/aspeed: Rename num_ints to num_inpins for clarityJamin Lin1-14/+17
2025-03-09hw/intc/aspeed: Support different memory region opsJamin Lin1-1/+4
2025-03-09hw/intc/aspeed: Add object type name to trace events for better debuggingJamin Lin2-25/+31
2025-03-09hw/intc/aspeed: Introduce helper functions for enable and status registersJamin Lin1-83/+108
2025-03-09hw/intc/aspeed: Reduce regs array size by adding a register sub-regionJamin Lin1-21/+29