Re: [PATCH 23/50] ppc/xive: Add more interrupt notification tracing

2025-05-15 Thread Nicholas Piggin
On Mon May 12, 2025 at 1:10 PM AEST, Nicholas Piggin wrote: > From: Glenn Miles > > Add more tracing around notification, redistribution, and escalation. > Reviewed-by: Nicholas Piggin > Signed-off-by: Glenn Miles > --- > hw/intc/trace-events | 6 ++ > hw/intc/xive.c | 3 +++ > hw

Re: [PATCH 23/50] ppc/xive: Add more interrupt notification tracing

2025-05-14 Thread Mike Kowal
On 5/11/2025 10:10 PM, Nicholas Piggin wrote: From: Glenn Miles Add more tracing around notification, redistribution, and escalation. Reviewed-by: Michael Kowal Thanks, MAK Signed-off-by: Glenn Miles --- hw/intc/trace-events | 6 ++ hw/intc/xive.c | 3 +++ hw/intc/xive

[PATCH 23/50] ppc/xive: Add more interrupt notification tracing

2025-05-11 Thread Nicholas Piggin
From: Glenn Miles Add more tracing around notification, redistribution, and escalation. Signed-off-by: Glenn Miles --- hw/intc/trace-events | 6 ++ hw/intc/xive.c | 3 +++ hw/intc/xive2.c | 13 - 3 files changed, 17 insertions(+), 5 deletions(-) diff --git a/hw/in