Re: [PATCH 0/5] hw/mips: Proper multi core support

2025-07-15 Thread Jiaxun Yang
在2024年5月6日周一 下午4:31,Jiaxun Yang写道: > Hi all, > > This series implemented propper multiple core support for MIPS > CPS systsm. Ping :-) This is a really long outstanding series, I just want to get some review before respin. Thanks Jiaxun > > Previously all CPUs are being implemented as a smt

[PATCH 0/5] hw/mips: Proper multi core support

2024-05-06 Thread Jiaxun Yang
Hi all, This series implemented propper multiple core support for MIPS CPS systsm. Previously all CPUs are being implemented as a smt thread in a single core. Now it respects topology supplied in QEMU args. To test: Build a latest kernel with 64r6el_defconfig (tested on 6.6, next-20240506). The