On Fri, Sep 27, 2019 at 8:48 AM Alistair Francis <alistair.fran...@wdc.com> wrote: > > Instead of using the DEFINE_MACHINE() macro to define the machine let's > do it manually. This allows us to specify machine properties. > > This patch is no functional change. > > Signed-off-by: Alistair Francis <alistair.fran...@wdc.com> > --- > hw/riscv/sifive_u.c | 44 ++++++++++++++++++++++++++----------- > include/hw/riscv/sifive_u.h | 7 +++++- > 2 files changed, 37 insertions(+), 14 deletions(-) >
Reviewed-by: Bin Meng <bmeng...@gmail.com> Tested-by: Bin Meng <bmeng...@gmail.com>