qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] Make qemu_thread_create return a flag to indicate if it suc


From: Achilles Benetopoulos
Subject: [Qemu-devel] Make qemu_thread_create return a flag to indicate if it succeeded
Date: Thu, 16 Mar 2017 18:55:47 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:45.0) Gecko/20100101 Thunderbird/45.8.0

I am interested in working on the BiteSized Task mentioned in the
subject line. However, I have a question: Since the current behaviour
of qemu_thread_create is to fail in the case of an error, then it
seems logical to make the caller exit (in the patched version) if the
return value of the call to qemu_thread_create indicates an error. Is
this desirable? If so, how detailed should the error messages reported
be? If not, then I'm guessing that the desired behaviour is a more
graceful handling of the error on a case-by-case basis?

Achilles




reply via email to

[Prev in Thread] Current Thread [Next in Thread]