Re: [PATCH v2] hw/intc: sifive_plic: Renumber the S irqs for numa support

2022-11-15 Thread Alistair Francis
On Tue, Nov 15, 2022 at 10:12 AM Frédéric Pétrot wrote: > > Commit 40244040a7a changed the way the S irqs are numbered. This breaks when > using numa configuration, e.g.: > ./qemu-system-riscv64 -nographic -machine virt,dumpdtb=numa-tree.dtb \ > -m 2G -smp cpus=16 \ >

[PATCH v2] hw/intc: sifive_plic: Renumber the S irqs for numa support

2022-11-14 Thread Frédéric Pétrot
Commit 40244040a7a changed the way the S irqs are numbered. This breaks when using numa configuration, e.g.: ./qemu-system-riscv64 -nographic -machine virt,dumpdtb=numa-tree.dtb \ -m 2G -smp cpus=16 \ -object memory-backend-ram,id=mem0,size=512M \