On 10/30/2011 07:04 PM, Saggi Mizrahi wrote:

I wonder also what thread API should be used, qemu_thread versions
used internally or standard ones. It would be logical to use
qemu_thread versions but then the external user should use those too.
I would prefer not to use qemu's threading as it'll expose internal
APIs. I suggest glib's threading,

Is it visible in any way to the client? Also, perhaps thread-safety should be left to the client so that they can use whatever API they like?

Paolo


Reply via email to