Re: [PATCH v1 3/9] hw/intc: sifive_plic: Move the properties

2021-10-21 Thread Bin Meng
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 | 30 +++--- > 1 file changed, 15 insertions(+), 15 deletions(-) > Reviewed-by: Bin Meng

[PATCH v1 3/9] hw/intc: sifive_plic: Move the properties

2021-10-17 Thread Alistair Francis
From: Alistair Francis Signed-off-by: Alistair Francis --- hw/intc/sifive_plic.c | 30 +++--- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/hw/intc/sifive_plic.c b/hw/intc/sifive_plic.c index 9ba36dc0b3..f0e2799efc 100644 --- a/hw/intc/sifive_plic.c +++