Re: [Qemu-devel] [PATCH v5 14/17] ppc/xics: introduce a helper to insert a new ics

2016-10-24 Thread David Gibson
On Sat, Oct 22, 2016 at 11:46:47AM +0200, Cédric Le Goater wrote: > Interrupt Control Sources (ICS) are now maintained under a list. > > Signed-off-by: Cédric Le Goater Reviewed-by: David Gibson > --- > hw/intc/xics.c| 6 ++ > include/hw/ppc/xics.h | 1 + > 2 files changed, 7 inse

[Qemu-devel] [PATCH v5 14/17] ppc/xics: introduce a helper to insert a new ics

2016-10-22 Thread Cédric Le Goater
Interrupt Control Sources (ICS) are now maintained under a list. Signed-off-by: Cédric Le Goater --- hw/intc/xics.c| 6 ++ include/hw/ppc/xics.h | 1 + 2 files changed, 7 insertions(+) diff --git a/hw/intc/xics.c b/hw/intc/xics.c index 095c16a30082..f24787e95013 100644 --- a/hw/intc