Re: [PATCH v2] hw/intc: Move sifive_plic.h to the include directory

2020-10-14 Thread Alistair Francis
On Tue, Oct 13, 2020 at 1:31 AM Bin Meng wrote: > > Since sifive_plic.h is used by hw/intc/sifive_plic.c, > it has to be in the public include directory. Move it. > > Fixes: 84fcf3c15111 ("hw/riscv: Move sifive_plic model to hw/intc") > Signed-off-by: Bin Meng > Reviewed-by: Philippe Mathieu-Daud

[RESEND PATCH v2] hw/intc: Move sifive_plic.h to the include directory

2020-10-13 Thread Bin Meng
From: Bin Meng Since sifive_plic.h is used by hw/intc/sifive_plic.c, it has to be in the public include directory. Move it. Fixes: 84fcf3c15111 ("hw/riscv: Move sifive_plic model to hw/intc") Signed-off-by: Bin Meng Reviewed-by: Philippe Mathieu-Daudé --- Changes in v2: - reword the commit m

[PATCH v2] hw/intc: Move sifive_plic.h to the include directory

2020-10-13 Thread Bin Meng
Since sifive_plic.h is used by hw/intc/sifive_plic.c, it has to be in the public include directory. Move it. Fixes: 84fcf3c15111 ("hw/riscv: Move sifive_plic model to hw/intc") Signed-off-by: Bin Meng Reviewed-by: Philippe Mathieu-Daudé --- Changes in v2: - reword the commit message as Philipp