Re: [Qemu-devel] [PATCH v2] qemu/thread: Add support for error reporting in qemu_thread_create

2017-03-21 Thread no-reply
Hi, This series failed build test on s390x host. Please find the details below. Subject: [Qemu-devel] [PATCH v2] qemu/thread: Add support for error reporting in qemu_thread_create Message-id: 0bfb9ff9-b205-42ea-8f8b-936ec51bf...@gmail.com Type: series === TEST SCRIPT BEGIN === #!/bin/bash

[Qemu-devel] [PATCH v2] qemu/thread: Add support for error reporting in qemu_thread_create

2017-03-21 Thread Achilles Benetopoulos
Failure during thread creation in qemu_thread_create does not force the program to exit anymore, since that isn't always the desired behaviour. The caller of qemu_thread_create is responsible for the error handling. Signed-off-by: Achilles Benetopoulos --- cpus.c