Re: [PATCH 20/26] thread: de-const qemu_spin_destroy

2023-01-11 Thread Richard Henderson
On 1/10/23 09:39, Alex Bennée wrote: From: Emilio Cota Signed-off-by: Emilio Cota Reviewed-by: Alex Bennée Message-Id:<20230109224954.161672-4-c...@braap.org> Signed-off-by: Alex Bennée --- include/qemu/thread.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) Reviewed-by: Richard

[PATCH 20/26] thread: de-const qemu_spin_destroy

2023-01-10 Thread Alex Bennée
From: Emilio Cota Signed-off-by: Emilio Cota Reviewed-by: Alex Bennée Message-Id: <20230109224954.161672-4-c...@braap.org> Signed-off-by: Alex Bennée --- include/qemu/thread.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/include/qemu/thread.h b/include/qemu/thread.