Re: [Qemu-devel] [PATCH v2 1/2] spapr/irq: Introduce an ics_irq_free() helper

2019-09-15 Thread David Gibson
On Wed, Sep 11, 2019 at 03:39:36PM +0200, Cédric Le Goater wrote: > It will help us to discard interrupt numbers which have not been > claimed in the next patch. > > Signed-off-by: Cédric Le Goater Applied to ppc-for-4.2, thanks. > --- > include/hw/ppc/xics.h | 5 + > hw/ppc/spapr_irq.c

Re: [Qemu-devel] [PATCH v2 1/2] spapr/irq: Introduce an ics_irq_free() helper

2019-09-11 Thread Greg Kurz
On Wed, 11 Sep 2019 15:39:36 +0200 Cédric Le Goater wrote: > It will help us to discard interrupt numbers which have not been > claimed in the next patch. > > Signed-off-by: Cédric Le Goater > --- Reviewed-by: Greg Kurz > include/hw/ppc/xics.h | 5 + > hw/ppc/spapr_irq.c| 9

[Qemu-devel] [PATCH v2 1/2] spapr/irq: Introduce an ics_irq_free() helper

2019-09-11 Thread Cédric Le Goater
It will help us to discard interrupt numbers which have not been claimed in the next patch. Signed-off-by: Cédric Le Goater --- include/hw/ppc/xics.h | 5 + hw/ppc/spapr_irq.c| 9 +++-- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/include/hw/ppc/xics.h