Re: [Qemu-devel] build failure with coroutine-gthread

2011-08-10 Thread Stefan Hajnoczi
On Tue, Aug 09, 2011 at 05:28:17PM +, Blue Swirl wrote: On Mon, Aug 8, 2011 at 9:29 AM, Stefan Hajnoczi stefa...@gmail.com wrote: On Mon, Aug 8, 2011 at 10:01 AM, Aneesh Kumar K.V aneesh.ku...@linux.vnet.ibm.com wrote:  LINK  qemu-ga coroutine-gthread.o: In function

Re: [Qemu-devel] build failure with coroutine-gthread

2011-08-10 Thread Blue Swirl
On Wed, Aug 10, 2011 at 9:14 AM, Stefan Hajnoczi stefa...@linux.vnet.ibm.com wrote: On Tue, Aug 09, 2011 at 05:28:17PM +, Blue Swirl wrote: On Mon, Aug 8, 2011 at 9:29 AM, Stefan Hajnoczi stefa...@gmail.com wrote: On Mon, Aug 8, 2011 at 10:01 AM, Aneesh Kumar K.V

Re: [Qemu-devel] build failure with coroutine-gthread

2011-08-09 Thread Blue Swirl
On Mon, Aug 8, 2011 at 9:29 AM, Stefan Hajnoczi stefa...@gmail.com wrote: On Mon, Aug 8, 2011 at 10:01 AM, Aneesh Kumar K.V aneesh.ku...@linux.vnet.ibm.com wrote:  LINK  qemu-ga coroutine-gthread.o: In function `coroutine_init':

Re: [Qemu-devel] build failure with coroutine-gthread

2011-08-09 Thread Aneesh Kumar K.V
On Tue, 9 Aug 2011 17:28:17 +, Blue Swirl blauwir...@gmail.com wrote: On Mon, Aug 8, 2011 at 9:29 AM, Stefan Hajnoczi stefa...@gmail.com wrote: On Mon, Aug 8, 2011 at 10:01 AM, Aneesh Kumar K.V aneesh.ku...@linux.vnet.ibm.com wrote:  LINK  qemu-ga coroutine-gthread.o: In function

[Qemu-devel] build failure with coroutine-gthread

2011-08-08 Thread Aneesh Kumar K.V
LINK qemu-ga coroutine-gthread.o: In function `coroutine_init': /home/opensource/sources/qemu/qemu-upstream/coroutine-gthread.c:39: undefined reference to `g_thread_init' collect2: ld returned 1 exit status The below patch fix the failure. I also added the patch in the VirtFS pull request.

Re: [Qemu-devel] build failure with coroutine-gthread

2011-08-08 Thread Stefan Hajnoczi
On Mon, Aug 8, 2011 at 10:01 AM, Aneesh Kumar K.V aneesh.ku...@linux.vnet.ibm.com wrote:  LINK  qemu-ga coroutine-gthread.o: In function `coroutine_init': /home/opensource/sources/qemu/qemu-upstream/coroutine-gthread.c:39: undefined reference to `g_thread_init' collect2: ld returned 1 exit

Re: [Qemu-devel] build failure with coroutine-gthread

2011-08-08 Thread Aneesh Kumar K.V
On Mon, 8 Aug 2011 10:29:04 +0100, Stefan Hajnoczi stefa...@gmail.com wrote: On Mon, Aug 8, 2011 at 10:01 AM, Aneesh Kumar K.V aneesh.ku...@linux.vnet.ibm.com wrote:  LINK  qemu-ga coroutine-gthread.o: In function `coroutine_init':