Re: [PATCH v1 4/9] hw/intc: sifive_plic: Cleanup the realize function
On Mon, Oct 18, 2021 at 10:39 AM Alistair Francis wrote: > > From: Alistair Francis > > Signed-off-by: Alistair Francis > --- > hw/intc/sifive_plic.c | 45 +++ > 1 file changed, 24 insertions(+), 21 deletions(-) > Reviewed-by: Bin Meng
[PATCH v1 4/9] hw/intc: sifive_plic: Cleanup the realize function
From: Alistair Francis Signed-off-by: Alistair Francis --- hw/intc/sifive_plic.c | 45 +++ 1 file changed, 24 insertions(+), 21 deletions(-) diff --git a/hw/intc/sifive_plic.c b/hw/intc/sifive_plic.c index f0e2799efc..d77a5ced23 100644 --- a/hw/intc/sifi