Re: [PATCH] spapr/xive: Add source status helpers

2021-10-05 Thread Greg Kurz
On Mon, 4 Oct 2021 23:21:41 +0200 Cédric Le Goater wrote: > and use them to set and test the ASSERTED bit of LSI sources. > > Signed-off-by: Cédric Le Goater > --- Reviewed-by: Greg Kurz > include/hw/ppc/xive.h| 24 > hw/intc/spapr_xive.c | 2 +- >

Re: [PATCH] spapr/xive: Add source status helpers

2021-10-04 Thread David Gibson
On Mon, Oct 04, 2021 at 11:21:41PM +0200, Cédric Le Goater wrote: > and use them to set and test the ASSERTED bit of LSI sources. > > Signed-off-by: Cédric Le Goater Applied to ppc-for-6.2, thanks. > --- > include/hw/ppc/xive.h| 24 > hw/intc/spapr_xive.c | 2

[PATCH] spapr/xive: Add source status helpers

2021-10-04 Thread Cédric Le Goater
and use them to set and test the ASSERTED bit of LSI sources. Signed-off-by: Cédric Le Goater --- include/hw/ppc/xive.h| 24 hw/intc/spapr_xive.c | 2 +- hw/intc/spapr_xive_kvm.c | 10 +++--- hw/intc/xive.c | 8 4 files changed, 32