Re: [Qemu-devel] About coroutine inside qemu

2013-09-02 Thread Stefan Hajnoczi
On Fri, Aug 30, 2013 at 08:59:37PM +, Yaodong Yang wrote: > When a new work thread, which is not inside coroutine,  enter a > coroutine(named as A), what happened to the work thread? Is it true > that the work thread also become a coroutine, or it just stop? Later > if the coroutine A call yiel

[Qemu-devel] About coroutine inside qemu

2013-08-30 Thread Yaodong Yang
When a new work thread, which is not inside coroutine,  enter a coroutine(named as A), what happened to the work thread? Is it true that the work thread also become a coroutine, or it just stop? Later if the coroutine A call yield. what happened to the work thread?