On Sat, Jul 24, 2021 at 8:24 PM Anup Patel <anup.pa...@wdc.com> wrote: > > We will be upgrading SiFive CLINT implementation into RISC-V ACLINT > implementation so let's first rename the sources. > > Signed-off-by: Anup Patel <anup.pa...@wdc.com> > --- > hw/intc/Kconfig | 2 +- > hw/intc/meson.build | 2 +- > hw/intc/{sifive_clint.c => riscv_aclint.c} | 2 +- > hw/riscv/Kconfig | 12 ++++++------ > hw/riscv/microchip_pfsoc.c | 2 +- > hw/riscv/shakti_c.c | 2 +- > hw/riscv/sifive_e.c | 2 +- > hw/riscv/sifive_u.c | 2 +- > hw/riscv/spike.c | 2 +- > hw/riscv/virt.c | 2 +- > include/hw/intc/{sifive_clint.h => riscv_aclint.h} | 0 > 11 files changed, 15 insertions(+), 15 deletions(-) > rename hw/intc/{sifive_clint.c => riscv_aclint.c} (99%) > rename include/hw/intc/{sifive_clint.h => riscv_aclint.h} (100%) >
Reviewed-by: Bin Meng <bmeng...@gmail.com>