Re: [PATCH v2 0/7] hw/loongarch/virt: CPU irq routing enhancement

2025-02-10 Thread Philippe Mathieu-Daudé
Cc'ing Igor for vCPU hotplugging expertise. On 10/2/25 10:36, Bibo Mao wrote: Interrupt controller ipi and extioi on LoongArch system can send intterrupt to multiple CPUs, physical cpu id is used to route interrupt for CPUs. With cpu hotplug feature in future, notification with ipi and extioi i

[PATCH v2 0/7] hw/loongarch/virt: CPU irq routing enhancement

2025-02-10 Thread Bibo Mao
Interrupt controller ipi and extioi on LoongArch system can send intterrupt to multiple CPUs, physical cpu id is used to route interrupt for CPUs. With cpu hotplug feature in future, notification with ipi and extioi interrupt controller is required. Since there is common Notifier API for CPU hotpl