Re: [Qemu-devel] [PATCH] thread-posix: fix qemu_rec_mutex_trylock macro

2017-11-10 Thread Paolo Bonzini
On 10/11/2017 01:30, Emilio G. Cota wrote: > We never noticed because it has no users. > > Signed-off-by: Emilio G. Cota > --- > include/qemu/thread-posix.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/include/qemu/thread-posix.h b/include/qemu/thread-posix.h > index

[Qemu-devel] [PATCH] thread-posix: fix qemu_rec_mutex_trylock macro

2017-11-09 Thread Emilio G. Cota
We never noticed because it has no users. Signed-off-by: Emilio G. Cota --- include/qemu/thread-posix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/qemu/thread-posix.h b/include/qemu/thread-posix.h index f4296d3..f3f47e4 100644 --- a/include/qemu/thread-posix.h ++