diff options
| author | Dr. David Alan Gilbert | 2014-01-30 11:20:31 +0100 |
|---|---|---|
| committer | Michael S. Tsirkin | 2014-03-09 20:09:37 +0100 |
| commit | 8f480de0c91a18d550721f8d9af969ebfbda0793 (patch) | |
| tree | 5d1f4a76fb2cac801447291d3a723e9aa56b31c4 /include | |
| parent | Rework --name to use QemuOpts (diff) | |
| download | qemu-8f480de0c91a18d550721f8d9af969ebfbda0793.tar.gz qemu-8f480de0c91a18d550721f8d9af969ebfbda0793.tar.xz qemu-8f480de0c91a18d550721f8d9af969ebfbda0793.zip | |
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 'include')
| -rw-r--r-- | include/qemu/thread.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/qemu/thread.h b/include/qemu/thread.h index 3e32c6531c..bf1e110a38 100644 --- a/include/qemu/thread.h +++ b/include/qemu/thread.h @@ -59,5 +59,6 @@ void *qemu_thread_join(QemuThread *thread); void qemu_thread_get_self(QemuThread *thread); bool qemu_thread_is_self(QemuThread *thread); void qemu_thread_exit(void *retval); +void qemu_thread_naming(bool enable); #endif |
