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 wrote: > On Tue, Aug 09, 2011 at 05:28:17PM +, Blue Swirl wrote: >> On Mon, Aug 8, 2011 at 9:29 AM, Stefan Hajnoczi wrote: >> > On Mon, Aug 8, 2011 at 10:01 AM, Aneesh Kumar K.V >> > wrote: >> >> >> >> >> >>  LINK  qemu-ga >> >> coroutine-gthr

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 wrote: > > On Mon, Aug 8, 2011 at 10:01 AM, Aneesh Kumar K.V > > wrote: > >> > >> > >>  LINK  qemu-ga > >> coroutine-gthread.o: In function `coroutine_init': > >> /home/opensource/sources

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 wrote: > On Mon, Aug 8, 2011 at 9:29 AM, Stefan Hajnoczi wrote: > > On Mon, Aug 8, 2011 at 10:01 AM, Aneesh Kumar K.V > > wrote: > >> > >> > >>  LINK  qemu-ga > >> coroutine-gthread.o: In function `coroutine_init': > >> /home/opensource/sources/qemu/

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 wrote: > On Mon, Aug 8, 2011 at 10:01 AM, Aneesh Kumar K.V > 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_th

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 wrote: > On Mon, Aug 8, 2011 at 10:01 AM, Aneesh Kumar K.V > wrote: > > > > > >  LINK  qemu-ga > > coroutine-gthread.o: In function `coroutine_init': > > /home/opensource/sources/qemu/qemu-upstream/coroutine-gthread.c:39: > > undefined reference

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 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 status > > The below pat

[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.