On Tue, Mar 19, 2019 at 12:10 PM Peter Maydell <peter.mayd...@linaro.org> wrote: > > 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.)
I don't have any linux-user tests setup at the moment so I'm not sure. I'll add one and update this accordingly. Alistair > > thanks > -- PMM