]> Git Repo - qemu.git/blobdiff - util/qemu-thread-win32.c
Merge remote-tracking branch 'mreitz/block' into queue-block
[qemu.git] / util / qemu-thread-win32.c
index b9c957b6a040e94a1df43bb296de3fbea907142a..c405c9bef62d7a0ea31bb907191b6dd60c4460de 100644 (file)
@@ -22,6 +22,8 @@ void qemu_thread_naming(bool enable)
 {
     /* But note we don't actually name them on Windows yet */
     name_threads = enable;
+
+    fprintf(stderr, "qemu: thread naming not supported on this host\n");
 }
 
 static void error_exit(int err, const char *msg)
This page took 0.022269 seconds and 4 git commands to generate.