hw/intc/loongarch_extioi: Add basic hotplug framework
authorBibo Mao <maobibo@loongson.cn>
Fri, 10 Jan 2025 07:35:24 +0000 (15:35 +0800)
committerBibo Mao <maobibo@loongson.cn>
Wed, 5 Mar 2025 01:39:17 +0000 (09:39 +0800)
commite45c96b7d62513327324e801c325b5b6530f8e4a
tree8a0277c6662e12fec43c43b01a94be9e55c37919
parent8b4b668f6a3661885fcabcedcf812930d5577f7e
hw/intc/loongarch_extioi: Add basic hotplug framework

LoongArch extioi interrupt controller routes peripheral interrupt
to multiple CPUs, physical cpu id is used in interrupt routing table.
Here hotplug interface is added for extioi object, so that parent irq
line can be connected, and routing table can be added for new created
cpu.

Here only basic hotplug framework is added, it is stub function.

Signed-off-by: Bibo Mao <maobibo@loongson.cn>
hw/intc/loongarch_extioi_common.c