Re: [PATCH] target/riscv: Fix typo of mimpid cpu option

2022-05-22 Thread Alistair Francis
On Fri, May 20, 2022 at 7:16 PM wrote: > > From: Frank Chang > > "mimpid" cpu option was mistyped to "mipid". > Fixes commit: 9951ba94 Can you use the `Fixes:` tag here instead (have a look in the QEMU log for examples). > > Signed-off-by: Frank Chang Otherwise: Reviewed-by: Alistair

[PATCH] target/riscv: Fix typo of mimpid cpu option

2022-05-20 Thread frank . chang
From: Frank Chang "mimpid" cpu option was mistyped to "mipid". Fixes commit: 9951ba94 Signed-off-by: Frank Chang --- target/riscv/cpu.c | 4 ++-- target/riscv/cpu.h | 2 +- target/riscv/csr.c | 8 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/target/riscv/cpu.c