[PATCH v4 04/23] util: expose qemu_thread_set_name

2025-09-25 Thread Daniel P . Berrangé via Devel
The ability to set the thread name needs to be used in a number of places, so expose the current impls as public methods. Reviewed-by: Richard Henderson Reviewed-by: Dr. David Alan Gilbert Signed-off-by: Daniel P. Berrangé --- include/qemu/thread.h| 1 + util/qemu-thread-posix.c | 26

Re: [PATCH v4 04/23] util: expose qemu_thread_set_name

2025-09-25 Thread Philippe Mathieu-Daudé
On 25/9/25 11:44, Daniel P. Berrangé wrote: The ability to set the thread name needs to be used in a number of places, so expose the current impls as public methods. Reviewed-by: Richard Henderson Reviewed-by: Dr. David Alan Gilbert Signed-off-by: Daniel P. Berrangé --- include/qemu/thread.