]> git.proxmox.com Git - mirror_qemu.git/commit - cpus.c
Add a 'name' parameter to qemu_thread_create
authorDr. David Alan Gilbert <dgilbert@redhat.com>
Thu, 30 Jan 2014 10:20:32 +0000 (10:20 +0000)
committerMichael S. Tsirkin <mst@redhat.com>
Sun, 9 Mar 2014 19:09:38 +0000 (21:09 +0200)
commit4900116e6f0edef6877c0e8a9ca19957d47765c9
tree8ecc45f0f28d012d2ffc8dad01352654444b89c9
parent8f480de0c91a18d550721f8d9af969ebfbda0793
Add a 'name' parameter to qemu_thread_create

If enabled, set the thread name at creation (on GNU systems with
  pthread_set_np)
Fix up all the callers with a thread name

Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
cpus.c
hw/block/dataplane/virtio-blk.c
hw/usb/ccid-card-emulated.c
include/qemu/thread.h
libcacard/vscclient.c
migration.c
thread-pool.c
ui/vnc-jobs.c
util/compatfd.c
util/qemu-thread-posix.c
util/qemu-thread-win32.c