[panda-users] Callbacks and threads

Igor R boost.lists at gmail.com
Tue Apr 7 04:58:05 EDT 2015


> QEMU's code is essentially single threaded (there are two threads, but they
> use a lock to ensure only one runs at a time). So only one callback should
> ever be executing at a time. More generally the callbacks are executed from
> the CPU thread, while guest code is running.


Could you please clarify what you mean by saying "from the CPU thread"?

Thanks!


More information about the panda-users mailing list