Re: [PATCH v2 3/5] thread: de-const qemu_spin_destroy

2023-01-10 Thread Alex Bennée
Emilio Cota writes: > Signed-off-by: Emilio Cota > --- > include/qemu/thread.h | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) > > diff --git a/include/qemu/thread.h b/include/qemu/thread.h > index 7c6703bce3..7841084199 100644 > --- a/include/qemu/thread.h > +++ b/include/qemu/t

[PATCH v2 3/5] thread: de-const qemu_spin_destroy

2023-01-09 Thread Emilio Cota
Signed-off-by: Emilio Cota --- include/qemu/thread.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/include/qemu/thread.h b/include/qemu/thread.h index 7c6703bce3..7841084199 100644 --- a/include/qemu/thread.h +++ b/include/qemu/thread.h @@ -237,11 +237,10 @@ static inli