[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/4] hw/intc/loongarch_extioi: CPU irq routing enhancement
From: |
Bibo Mao |
Subject: |
[PATCH 0/4] hw/intc/loongarch_extioi: CPU irq routing enhancement |
Date: |
Fri, 10 Jan 2025 17:04:32 +0800 |
LoongArch extioi can send intterrupt to multiple CPUs, physical cpu id is
used to route interrupt for CPUs.
With cpu hotplug feature in future, notification for extioi interrupt
controller is required. Here cpu hotplug interface is added on extioi
class, so that gpio irq line is connected to cpu irq line, and irq
routing can be setup.
Bibo Mao (4):
hw/intc/loongarch_extioi: Move gpio irq initial to common code
hw/intc/loongarch_extioi: Add basic hotplug framework
hw/intc/loongarch_extioi: Implment cpu hotplug interface
hw/intc/loongarch_extioi: Use cpu plug notification
hw/intc/loongarch_extioi.c | 8 +--
hw/intc/loongarch_extioi_common.c | 84 ++++++++++++++++++++++++++++++-
hw/loongarch/virt.c | 12 ++---
3 files changed, 87 insertions(+), 17 deletions(-)
base-commit: bc6afa1c711da5b4f37c9685a812c77b114d84cb
--
2.39.3
- [PATCH 0/4] hw/intc/loongarch_extioi: CPU irq routing enhancement,
Bibo Mao <=