]> git.proxmox.com Git - mirror_qemu.git/commit - util/qemu-thread-posix.c
util: Implement debug-threads for macOS
authorRoman Bolshakov <r.bolshakov@yadro.com>
Mon, 17 Dec 2018 20:26:01 +0000 (23:26 +0300)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 8 Jan 2019 12:34:46 +0000 (12:34 +0000)
commit479a57475ec93390e647ed760c38b2120fef5f58
tree1b3a0d8258f113ae8cf97ef78f5ba6dec034c2c4
parent16bf52346d065d8be168cd370df3dbb834108889
util: Implement debug-threads for macOS

macOS provides pthread_setname_np that doesn't have thread id argument.

Signed-off-by: Roman Bolshakov <r.bolshakov@yadro.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
configure
qemu-options.hx
util/qemu-thread-posix.c