Re: [PATCH 2/2] target/riscv: Run extension checks for all CPUs

2022-05-16 Thread Alistair Francis
On Tue, May 17, 2022 at 3:02 PM Weiwei Li wrote: > > > 在 2022/5/17 下午12:11, Alistair Francis 写道: > > From: Alistair Francis > > > > Instead of just running the extension checks for the base CPUs, instead > > run them for all CPUs. > > > > Signed-off-by: Alistair Francis > > --- > > target/risc

Re: [PATCH 2/2] target/riscv: Run extension checks for all CPUs

2022-05-16 Thread Weiwei Li
在 2022/5/17 下午12:11, Alistair Francis 写道: From: Alistair Francis Instead of just running the extension checks for the base CPUs, instead run them for all CPUs. Signed-off-by: Alistair Francis --- target/riscv/cpu.c | 161 ++--- 1 file changed, 80 i

[PATCH 2/2] target/riscv: Run extension checks for all CPUs

2022-05-16 Thread Alistair Francis
From: Alistair Francis Instead of just running the extension checks for the base CPUs, instead run them for all CPUs. Signed-off-by: Alistair Francis --- target/riscv/cpu.c | 161 ++--- 1 file changed, 80 insertions(+), 81 deletions(-) diff --git a/targ