Re: [Qemu-devel] [PATCH for-4.0 v9 00/16] qemu_thread_create: propagate the error to callers to handle

2019-01-07 Thread Fei Li
Hi all, Sorry for the mistakenly deleted " include "qapi/error.h" " for [PATCH for-4.0 v9 11/16] qemu_thread: supplement error handling for emulated_realize, will add this #include back in next version. Have a nice day, and again sorry for the trouble. Fei 在 2019/1/2 下午9:46, no-re...@patche

Re: [Qemu-devel] [PATCH for-4.0 v9 00/16] qemu_thread_create: propagate the error to callers to handle

2019-01-02 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20181225140449.15786-1-...@suse.com/ Hi, This series failed the docker-quick@centos7 build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN === #!/bin

[Qemu-devel] [PATCH for-4.0 v9 00/16] qemu_thread_create: propagate the error to callers to handle

2018-12-25 Thread Fei Li
Hi, This idea comes from BiteSizedTasks, and this patch series implement the error checking of qemu_thread_create: make qemu_thread_create return a flag to indicate if it succeeded rather than failing with an error; make all callers check it. The first and the last patch fixes some segmentation f