Re: [Qemu-devel] [PATCH v3 14/21] SiFive RISC-V PLIC Block

2018-01-11 Thread Antony Pavlov
On Wed, 10 Jan 2018 18:21:57 -0800 Michael Clark wrote: > The PLIC (Platform Level Interrupt Controller) device provides a > parameterizable interrupt controller based on SiFive's PLIC specification. > > Signed-off-by: Michael Clark > --- > hw/riscv/sifive_plic.c | 554 > +

[Qemu-devel] [PATCH v3 14/21] SiFive RISC-V PLIC Block

2018-01-10 Thread Michael Clark
The PLIC (Platform Level Interrupt Controller) device provides a parameterizable interrupt controller based on SiFive's PLIC specification. Signed-off-by: Michael Clark --- hw/riscv/sifive_plic.c | 554 + include/hw/riscv/sifive_plic.h | 91 ++