Re: [Qemu-devel] Co-routine re-entered recursively

2017-10-13 Thread Gugnani, Shashank
outine re-entered recursively Thanks, Shashank From: Kevin Wolf Sent: Wednesday, October 11, 2017 8:07:06 AM To: Gugnani, Shashank Cc: qemu-devel@nongnu.org; qemu-bl...@nongnu.org Subject: Re: [Qemu-devel] Co-routine re-entered recursively [ Cc: qemu-block ] Am 09

Re: [Qemu-devel] Co-routine re-entered recursively

2017-10-11 Thread Kevin Wolf
[ Cc: qemu-block ] Am 09.10.2017 um 21:11 hat Gugnani, Shashank geschrieben: > Hi, > > I'm trying to modify the NVMe emulator in QEMU to use multiple threads. > > After making necessary changes, I see this error: 'Co-routine re-entered > recursively' > > Can anybody tell me the reason for this

[Qemu-devel] Co-routine re-entered recursively

2017-10-09 Thread Gugnani, Shashank
Hi, I'm trying to modify the NVMe emulator in QEMU to use multiple threads. After making necessary changes, I see this error: 'Co-routine re-entered recursively' Can anybody tell me the reason for this error? Is there anything I can do to fix this issue? Thanks, Shashank