Re: [Qemu-devel] Using qemu-thread for synchronization

2009-12-10 Thread Glauber Costa
On Thu, Dec 10, 2009 at 12:46 PM, Liran Schour wrote: > > I want to be able to synchronize between the code that is running the live > migration with the code that call fro the completion callback of async IO. > For that I am using qemu-thread.c (i.e QemuCond). I see that I have > problems while l

[Qemu-devel] Using qemu-thread for synchronization

2009-12-10 Thread Liran Schour
I want to be able to synchronize between the code that is running the live migration with the code that call fro the completion callback of async IO. For that I am using qemu-thread.c (i.e QemuCond). I see that I have problems while linking if I do not use --enable-io-thread. Can someone explain m