On Wed, Apr 20, 2022 at 5:57 PM <[email protected]> wrote: > > From: Frank Chang <[email protected]> > > Allow user to set core's marchid, mvendorid, mipid CSRs through > -cpu command line option. > > The default values of marchid and mipid are built with QEMU's version > numbers. > > Signed-off-by: Frank Chang <[email protected]> > Reviewed-by: Jim Shu <[email protected]> > Reviewed-by: Alistair Francis <[email protected]> > --- > target/riscv/cpu.c | 9 +++++++++ > target/riscv/cpu.h | 4 ++++ > target/riscv/csr.c | 38 ++++++++++++++++++++++++++++++++++---- > 3 files changed, 47 insertions(+), 4 deletions(-) >
Reviewed-by: Bin Meng <[email protected]>
