[panda-users] Callbacks and threads

Brendan Dolan-Gavitt brendandg at gatech.edu
Mon Apr 6 17:23:19 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.

Hope this helps,
Brendan

On Monday, April 6, 2015, Igor R <boost.lists at gmail.com> wrote:

> Hi,
>
> Are PANDA callbacks called within multiple threads, or does PANDA
> guarantee that they are always serialized? In general, in what context
> the callbacks are invoked?
>
> Thanks.
> _______________________________________________
> panda-users mailing list
> panda-users at mit.edu <javascript:;>
> http://mailman.mit.edu/mailman/listinfo/panda-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/mailman/private/panda-users/attachments/20150406/18710a25/attachment.htm


More information about the panda-users mailing list