Re: [PATCH v1 8/9] hw/intc: sifive_plic: Cleanup the read function
On Mon, Oct 18, 2021 at 10:40 AM Alistair Francis wrote: > > From: Alistair Francis > > Signed-off-by: Alistair Francis > --- > hw/intc/sifive_plic.c | 55 +-- > 1 file changed, 11 insertions(+), 44 deletions(-) > Reviewed-by: Bin Meng
[PATCH v1 8/9] hw/intc: sifive_plic: Cleanup the read function
From: Alistair Francis Signed-off-by: Alistair Francis --- hw/intc/sifive_plic.c | 55 +-- 1 file changed, 11 insertions(+), 44 deletions(-) diff --git a/hw/intc/sifive_plic.c b/hw/intc/sifive_plic.c index 49e566a76f..d73503cea4 100644 --- a/hw/intc/sifi