hw/intc/loongarch_ipi: Add basic hotplug framework
authorBibo Mao <maobibo@loongson.cn>
Mon, 20 Jan 2025 02:49:19 +0000 (10:49 +0800)
committerBibo Mao <maobibo@loongson.cn>
Wed, 5 Mar 2025 01:39:17 +0000 (09:39 +0800)
commit9d71149a64f0ab051575a3f534e80918a3ca8610
tree077ea80accfdc75750c05480dd66110954fbbcf7
parent661c2e1ab29cd9c4d268ae3f44712e8d421c0e56
hw/intc/loongarch_ipi: Add basic hotplug framework

LoongArch ipi can send interrupt to multiple CPUs, interrupt routing
to CPU comes from destination physical cpu id. Here hotplug interface
is added for IPI 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_ipi.c