Re: [PATCH 1/7] hw/intc: sifive_plic: Add a reset function

2021-12-09 Thread Alistair Francis
On Wed, Dec 8, 2021 at 10:00 PM Philippe Mathieu-Daudé wrote: > > Hi Alistair, > > On 12/8/21 07:42, Alistair Francis wrote: > > From: Alistair Francis > > > > Signed-off-by: Alistair Francis > > --- > > hw/intc/sifive_plic.c | 12 > > 1 file changed, 12 insertions(+) > > > > diff

Re: [PATCH 1/7] hw/intc: sifive_plic: Add a reset function

2021-12-08 Thread Philippe Mathieu-Daudé
Hi Alistair, On 12/8/21 07:42, Alistair Francis wrote: > From: Alistair Francis > > Signed-off-by: Alistair Francis > --- > hw/intc/sifive_plic.c | 12 > 1 file changed, 12 insertions(+) > > diff --git a/hw/intc/sifive_plic.c b/hw/intc/sifive_plic.c > index 877e76877c..35f097799a

[PATCH 1/7] hw/intc: sifive_plic: Add a reset function

2021-12-07 Thread Alistair Francis
From: Alistair Francis Signed-off-by: Alistair Francis --- hw/intc/sifive_plic.c | 12 1 file changed, 12 insertions(+) diff --git a/hw/intc/sifive_plic.c b/hw/intc/sifive_plic.c index 877e76877c..35f097799a 100644 --- a/hw/intc/sifive_plic.c +++ b/hw/intc/sifive_plic.c @@ -355,6