diff options
| author | Stefan Hajnoczi <stefanha@redhat.com> | 2014-02-27 11:48:41 +0100 |
|---|---|---|
| committer | Stefan Hajnoczi <stefanha@redhat.com> | 2014-03-13 14:42:24 +0100 |
| commit | 88eb7c29e4320597d2f246adf731f0aac97cfbcc (patch) | |
| tree | 2044aec8594d144fe48380f095110abd1bf97199 /include/qemu-io.h | |
| parent | 48ff269272f18d2b8fa53cb08365df417588f585 (diff) | |
| download | focaccia-qemu-88eb7c29e4320597d2f246adf731f0aac97cfbcc.tar.gz focaccia-qemu-88eb7c29e4320597d2f246adf731f0aac97cfbcc.zip | |
iothread: stash thread ID away
Keep the thread ID around so we can report it via QMP. There's only one problem: qemu_get_thread_id() (gettid() wrapper on Linux) must be called from the thread itself. There is no way to get the thread ID outside the thread. This patch uses a condvar to wait for iothread_run() to populate the thread_id inside the thread. Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'include/qemu-io.h')
0 files changed, 0 insertions, 0 deletions