Re: [PATCH v2 3/8] util: Use real functions for thread-posix QemuRecMutex

2021-06-15 Thread Alex Bennée
Richard Henderson writes: > Move the declarations from thread-win32.h into thread.h > and remove the macro redirection from thread-posix.h. > This will be required by following cleanups. > > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée -- Alex Bennée

Re: [PATCH v2 3/8] util: Use real functions for thread-posix QemuRecMutex

2021-06-15 Thread Thomas Huth
On 15/06/2021 01.31, Richard Henderson wrote: Move the declarations from thread-win32.h into thread.h and remove the macro redirection from thread-posix.h. This will be required by following cleanups. Signed-off-by: Richard Henderson --- include/qemu/thread-posix.h | 4 include/qemu/th

[PATCH v2 3/8] util: Use real functions for thread-posix QemuRecMutex

2021-06-14 Thread Richard Henderson
Move the declarations from thread-win32.h into thread.h and remove the macro redirection from thread-posix.h. This will be required by following cleanups. Signed-off-by: Richard Henderson --- include/qemu/thread-posix.h | 4 include/qemu/thread-win32.h | 6 -- include/qemu/thread.h