Re: [PATCH 2/9] ppc/xive: Export xive_presenter_notify()

2020-05-19 Thread Greg Kurz
On Wed, 13 May 2020 17:11:02 +0200 Cédric Le Goater wrote: > It's generic enough to be used from the XIVE2 router and avoid more > duplication. > > Signed-off-by: Cédric Le Goater > --- Reviewed-by: Greg Kurz > include/hw/ppc/xive.h | 4 > hw/intc/xive.c| 8 > 2 files

[PATCH 2/9] ppc/xive: Export xive_presenter_notify()

2020-05-13 Thread Cédric Le Goater
It's generic enough to be used from the XIVE2 router and avoid more duplication. Signed-off-by: Cédric Le Goater --- include/hw/ppc/xive.h | 4 hw/intc/xive.c| 8 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/include/hw/ppc/xive.h b/include/hw/ppc/xive.h in