Re: [PATCH v2] spapr/xive: Fix kvm_xive_source_reset trace event

2021-09-23 Thread David Gibson
On Wed, Sep 22, 2021 at 09:02:05AM +0200, Cédric Le Goater wrote: > The trace event was placed in the wrong routine. Move it under > kvmppc_xive_source_reset_one(). > > Fixes: 4e960974d4ee ("xive: Add trace events") > Signed-off-by: Cédric Le Goater Applied to ppc-for-6.2, thanks. > --- >

Re: [PATCH v2] spapr/xive: Fix kvm_xive_source_reset trace event

2021-09-22 Thread Cédric Le Goater
On 9/22/21 09:06, Greg Kurz wrote: On Wed, 22 Sep 2021 09:02:05 +0200 Cédric Le Goater wrote: The trace event was placed in the wrong routine. Move it under kvmppc_xive_source_reset_one(). Fixes: 4e960974d4ee ("xive: Add trace events") Signed-off-by: Cédric Le Goater --- Reviewed-by: Greg

Re: [PATCH v2] spapr/xive: Fix kvm_xive_source_reset trace event

2021-09-22 Thread Greg Kurz
On Wed, 22 Sep 2021 09:02:05 +0200 Cédric Le Goater wrote: > The trace event was placed in the wrong routine. Move it under > kvmppc_xive_source_reset_one(). > > Fixes: 4e960974d4ee ("xive: Add trace events") > Signed-off-by: Cédric Le Goater > --- Reviewed-by: Greg Kurz >

[PATCH v2] spapr/xive: Fix kvm_xive_source_reset trace event

2021-09-22 Thread Cédric Le Goater
The trace event was placed in the wrong routine. Move it under kvmppc_xive_source_reset_one(). Fixes: 4e960974d4ee ("xive: Add trace events") Signed-off-by: Cédric Le Goater --- hw/intc/spapr_xive_kvm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git