Re: [PATCH 06/15] hw/intc: sifive_plic: Drop PLICMode_H

2022-12-04 Thread Alistair Francis
On Fri, Dec 2, 2022 at 12:15 AM Bin Meng wrote: > > H-mode has been removed since priv spec 1.10. Drop it. > > Signed-off-by: Bin Meng Reviewed-by: Alistair Francis Alistair > --- > > include/hw/intc/sifive_plic.h | 1 - > hw/intc/sifive_plic.c | 1 - > 2 files changed, 2 deletions(-

Re: [PATCH 06/15] hw/intc: sifive_plic: Drop PLICMode_H

2022-12-01 Thread Wilfred Mallawa
On Thu, 2022-12-01 at 22:08 +0800, Bin Meng wrote: > H-mode has been removed since priv spec 1.10. Drop it. > > Signed-off-by: Bin Meng > --- > >  include/hw/intc/sifive_plic.h | 1 - >  hw/intc/sifive_plic.c | 1 - >  2 files changed, 2 deletions(-) Reviewed-by: Wilfred Mallawa > > diff

[PATCH 06/15] hw/intc: sifive_plic: Drop PLICMode_H

2022-12-01 Thread Bin Meng
H-mode has been removed since priv spec 1.10. Drop it. Signed-off-by: Bin Meng --- include/hw/intc/sifive_plic.h | 1 - hw/intc/sifive_plic.c | 1 - 2 files changed, 2 deletions(-) diff --git a/include/hw/intc/sifive_plic.h b/include/hw/intc/sifive_plic.h index 134cf39a96..d3f45ec248 1