> On 05-Jan-2022, at 8:09 PM, Cédric Le Goater <c...@kaod.org> wrote: > > On 1/5/22 15:17, Sachin Sant wrote: >> dxa command in XMON debugger iterates through all possible processors. >> As a result, empty lines are printed even for processors which are not >> online. >> CPU 47:pp=00 CPPR=ff IPI=0x0040002f PQ=-- EQ idx=699 T=0 00000000 00000000 >> CPU 48: >> CPU 49: >> Restrict XIVE information(dxa) to be displayed for online processors only. >> Signed-off-by: Sachin Sant <sach...@linux.vnet.ibm.com> > > Looks good to me. We should do the same for : > > /sys/kernel/debug/powerpc/xive/ipis
Thanks for the pointer. Will send a separate patch for this issue. - Sachin > > Reviewed-by: Cédric Le Goater <c...@kaod.org> > > Thanks, > > C. >