On Tue Dec 10, 2024 at 10:05 AM AEST, Michael Kowal wrote: > From: Frederic Barrat <fbar...@linux.ibm.com> > > The NSR has a (so far unused) grouping level field. When a interrupt > is presented, that field tells the hypervisor or OS if the interrupt > is for an individual VP or for a VP-group/crowd. This patch reworks > the presentation API to allow to set/unset the level when > raising/accepting an interrupt. > > It also renames xive_tctx_ipb_update() to xive_tctx_pipr_update() as > the IPB is only used for VP-specific target, whereas the PIPR always > needs to be updated. > > Signed-off-by: Frederic Barrat <fbar...@linux.ibm.com> > Signed-off-by: Michael Kowal <ko...@linux.ibm.com>
BTW. the series went a bit out of whack, I suspect because of an older iteration of patches leftover from a previous git format-patch, then git send-email *.patch picks up some of the old patches if they were renamed or reordered. Don't worry this has bitten me before. Would be nice if send-email had some heuristic to sanity check metadata in cover letter and subject lines to warn about this... I think I've been able to untangle it. Thanks, Nick