On Tue, 19 Mar 2019 at 18:24, Alistair Francis <alistair.fran...@wdc.com> wrote: > > Signed-off-by: Alistair Francis <alistair.fran...@wdc.com> > --- > target/riscv/cpu.c | 10 ---------- > target/riscv/cpu.h | 1 - > 2 files changed, 11 deletions(-)
Won't this break linux-user? cpu_get_model() in linux-user/riscv/target_elf.h specifies the "any" CPU as the default to use if the user doesn't pass one on the command line. (In general you want the default for linux-user to be an "as many features as possible enabled" CPU.) thanks -- PMM