commit | 9d71149a64f0ab051575a3f534e80918a3ca8610 | [log] [tgz] |
---|---|---|
author | Bibo Mao <maobibo@loongson.cn> | Mon Jan 20 10:49:19 2025 +0800 |
committer | Bibo Mao <maobibo@loongson.cn> | Wed Mar 05 09:39:17 2025 +0800 |
tree | 077ea80accfdc75750c05480dd66110954fbbcf7 | |
parent | 661c2e1ab29cd9c4d268ae3f44712e8d421c0e56 [diff] |
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>