On Tue, Jul 15, 2025 at 1:40 PM Philippe Mathieu-Daudé <phi...@linaro.org> wrote: > > This reverts commit bc93332fe460211c2d2f4ff50e1a0e030c7b5159, > which was merged prematurely, re-introducing Coverity CID 1547782 > (unreachable code). > > Reported-by: Peter Maydell <peter.mayd...@linaro.org> > Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org> > --- > accel/tcg/tcg-accel-ops-rr.c | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/accel/tcg/tcg-accel-ops-rr.c b/accel/tcg/tcg-accel-ops-rr.c > index a578698d071..6eec5c9eee9 100644 > --- a/accel/tcg/tcg-accel-ops-rr.c > +++ b/accel/tcg/tcg-accel-ops-rr.c > @@ -302,8 +302,6 @@ static void *rr_cpu_thread_fn(void *arg) > rr_deal_with_unplugged_cpus(); > } > > - rcu_unregister_thread(); > - > g_assert_not_reached(); > } > > -- > 2.49.0 >
Reviewed-by: Manos Pitsidianakis <manos.pitsidiana...@linaro.org>