aboutsummaryrefslogtreecommitdiff
path: root/hw/intc
AgeCommit message (Expand)Author
2023-01-07Merge tag 'pull-loongarch-20230106' of https://gitlab.com/gaosong/qemu into s...Peter Maydell
2023-01-06hw/intc/loongarch_pch: Change default irq number of pch irq controllerTianrui Zhao
2023-01-06hw/intc/loongarch_pch_pic: add irq number propertyTianrui Zhao
2023-01-06hw/intc/loongarch_pch_msi: add irq number propertyTianrui Zhao
2023-01-06hw/intc: sifive_plic: Fix the pending register range checkBin Meng
2023-01-06hw/intc: sifive_plic: Change "priority-base" to start from interrupt source 0Bin Meng
2023-01-06hw/intc: sifive_plic: Update "num-sources" property default valueBin Meng
2023-01-06hw/intc: sifive_plic: Use error_setg() to propagate the error up via errp in ...Bin Meng
2023-01-06hw/intc: sifive_plic: Improve robustness of the PLIC config parserBin Meng
2023-01-06hw/intc: sifive_plic: Drop PLICMode_HBin Meng
2023-01-06hw/intc: Select MSI_NONBROKEN in RISC-V AIA interrupt controllersBin Meng
2023-01-06hw/riscv: Select MSI_NONBROKEN in SIFIVE_PLICBin Meng
2023-01-06hw/intc: sifive_plic: fix out-of-bound access of source_priority arrayJim Shu
2023-01-06hw/intc: sifive_plic: Renumber the S irqs for numa supportFrédéric Pétrot
2022-12-16hw/intc/xics: Convert TYPE_ICS to 3-phase resetPeter Maydell
2022-12-16hw/intc/xics: Reset TYPE_ICS objects with device_cold_reset()Peter Maydell
2022-12-15hw/intc: Convert TYPE_KVM_ARM_ITS to 3-phase resetPeter Maydell
2022-12-15hw/intc: Convert TYPE_ARM_GICV3_ITS to 3-phase resetPeter Maydell
2022-12-15hw/intc: Convert TYPE_ARM_GICV3_ITS_COMMON to 3-phase resetPeter Maydell
2022-12-15hw/intc: Convert TYPE_KVM_ARM_GICV3 to 3-phase resetPeter Maydell
2022-12-15hw/intc: Convert TYPE_ARM_GICV3_COMMON to 3-phase resetPeter Maydell
2022-12-15hw/intc: Convert TYPE_ARM_GIC_KVM to 3-phase resetPeter Maydell
2022-12-15hw/intc: Convert TYPE_ARM_GIC_COMMON to 3-phase resetPeter Maydell
2022-12-15hw/intc/arm_gicv3: Fix GICD_TYPER ITLinesNumber advertisementLuke Starrett
2022-11-21hw/intc: add implementation of GICD_IIDR to Arm GICAlex Bennée
2022-11-21hw/intc: clean-up access to GIC multi-byte registersAlex Bennée
2022-11-14hw/intc/arm_gicv3: fix prio masking on pmr writeJens Wiklander
2022-11-04hw/intc: Fix LoongArch extioi coreisr accessingXiaojuan Yang
2022-11-04hw/intc: Convert the memops to with_attrs in LoongArch extioiXiaojuan Yang
2022-10-31hw/ppc/mac.h: Rename to include/hw/nvram/mac_nvram.hBALATON Zoltan
2022-10-17hw/intc: Fix LoongArch ipi device emulationXiaojuan Yang
2022-10-14hw/intc: sifive_plic: change interrupt priority register to WARL fieldJim Shu
2022-10-14hw/intc: sifive_plic: fix hard-coded max priority levelJim Shu
2022-09-22hw/intc/xics: Avoid dynamic stack allocationPhilippe Mathieu-Daudé
2022-09-07hw/intc: Move mtimer/mtimecmp to aclintAtish Patra
2022-09-07target/riscv: Use official extension names for AIA CSRsAnup Patel
2022-08-31hw/intc/ppc-uic: Convert ppc-uic to a PPC4xx DCR deviceBALATON Zoltan
2022-08-01misc: fix commonly doubled up wordsDaniel P. Berrangé
2022-07-28hw/intc: sifive_plic: Fix multi-socket plic configuraitonAtish Patra
2022-07-19hw/intc/loongarch_pch_pic: Fix bugs for update_irq functionXiaojuan Yang
2022-07-18ppc64: Allocate IRQ lines with qdev_init_gpio_in()Cédric Le Goater
2022-07-18hw/intc/armv7m_nvic: ICPRn must not unpend an IRQ that is being held highPeter Maydell
2022-07-06ppc: Define SETFIELD for the ppc targetAlexey Kardashevskiy
2022-07-05hw/intc/loongarch_ipi: Fix mail send and any send functionXiaojuan Yang
2022-07-05hw/intc/loongarch_ipi: Fix ipi device access of 64bitsXiaojuan Yang
2022-07-04hw/intc/loongarch_pch_msi: Fix msi vector convertionMao Bibo
2022-06-28Trivial: 3 char repeat typosDr. David Alan Gilbert
2022-06-20pnv/xive2: Access direct mapped thread contexts from all chipsFrederic Barrat
2022-06-10hw/intc: sifive_plic: Avoid overflowing the addr_config bufferAlistair Francis
2022-06-08Fix 'writeable' typosPeter Maydell