Re: [PATCH 0/3] Cleanups around returns

2025-03-19 Thread Markus Armbruster
Peter Maydell writes: > On Wed, 19 Mar 2025 at 15:23, Markus Armbruster wrote: >> >> Markus Armbruster (3): >> cleanup: Re-run return_directly.cocci >> cleanup: Drop pointless return at end of function >> cleanup: Drop pointless label at end of function >> > >> .../user/ase/msa/bit-count/

Re: [PATCH 0/3] Cleanups around returns

2025-03-19 Thread Richard Henderson
On 3/19/25 08:21, Markus Armbruster wrote: Markus Armbruster (3): cleanup: Re-run return_directly.cocci cleanup: Drop pointless return at end of function cleanup: Drop pointless label at end of function Reviewed-by: Richard Henderson r~

Re: [PATCH 0/3] Cleanups around returns

2025-03-19 Thread Peter Maydell
On Wed, 19 Mar 2025 at 15:23, Markus Armbruster wrote: > > Markus Armbruster (3): > cleanup: Re-run return_directly.cocci > cleanup: Drop pointless return at end of function > cleanup: Drop pointless label at end of function > > .../user/ase/msa/bit-count/test_msa_nloc_b.c | 9 +++ >

[PATCH 0/3] Cleanups around returns

2025-03-19 Thread Markus Armbruster
Markus Armbruster (3): cleanup: Re-run return_directly.cocci cleanup: Drop pointless return at end of function cleanup: Drop pointless label at end of function include/system/os-win32.h | 1 - target/ppc/kvm_ppc.h | 3 --- accel/tcg/cpu-exec.c