summaryrefslogtreecommitdiffstats
path: root/util/qemu-thread-posix.c
diff options
context:
space:
mode:
authorDr. David Alan Gilbert <dgilbert@redhat.com>2014-01-30 10:20:31 +0000
committerMichael S. Tsirkin <mst@redhat.com>2014-03-09 21:09:37 +0200
commit8f480de0c91a18d550721f8d9af969ebfbda0793 (patch)
tree5d1f4a76fb2cac801447291d3a723e9aa56b31c4 /util/qemu-thread-posix.c
parent5d12f961c6f10cba15b0aa43a877c1fffca463d1 (diff)
downloadhqemu-8f480de0c91a18d550721f8d9af969ebfbda0793.zip
hqemu-8f480de0c91a18d550721f8d9af969ebfbda0793.tar.gz
Add 'debug-threads' suboption to --name
Add flag storage to qemu-thread-* to store the namethreads flag 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>
Diffstat (limited to 'util/qemu-thread-posix.c')
-rw-r--r--util/qemu-thread-posix.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/util/qemu-thread-posix.c b/util/qemu-thread-posix.c
index 37dd298..0fa6c81 100644
--- a/util/qemu-thread-posix.c
+++ b/util/qemu-thread-posix.c
@@ -27,6 +27,13 @@
#include "qemu/thread.h"
#include "qemu/atomic.h"
+static bool name_threads;
+
+void qemu_thread_naming(bool enable)
+{
+ name_threads = enable;
+}
+
static void error_exit(int err, const char *msg)
{
fprintf(stderr, "qemu: %s: %s\n", msg, strerror(err));
OpenPOWER on IntegriCloud