[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/3] hw/intc/loongarch_ipi: CPU irq routing enhancement
From: |
Bibo Mao |
Subject: |
[PATCH 0/3] hw/intc/loongarch_ipi: CPU irq routing enhancement |
Date: |
Tue, 21 Jan 2025 10:37:20 +0800 |
LoongArch ipi can send intterrupt to multiple CPUs, physical cpu id is
used to route interrupt for CPUs.
With cpu hotplug feature in future, notification for ipi interrupt
controller is required. Here cpu hotplug interface is added on ipi
class, so that gpio irq line is connected to cpu irq line, and irq
routing can be setup.
Bibo Mao (3):
hw/intc/loongarch_ipi: Add basic hotplug framework
hw/intc/loongarch_ipi: Implment cpu hotplug interface
hw/intc/loongarch_ipi: Notify ipi object when cpu is plugged
hw/intc/loongarch_ipi.c | 71 +++++++++++++++++++++++++++++++++++++++++
hw/loongarch/virt.c | 4 +--
2 files changed, 73 insertions(+), 2 deletions(-)
base-commit: 20fac491cfeebb042f59cc61ae76fed1b397d25c
--
2.39.3
- [PATCH 0/3] hw/intc/loongarch_ipi: CPU irq routing enhancement,
Bibo Mao <=