qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Re: Build failure of Git HEAD


From: Blue Swirl
Subject: Re: [Qemu-devel] Re: Build failure of Git HEAD
Date: Thu, 1 Apr 2010 21:37:39 +0300

On 4/1/10, Nigel Horne <address@hidden> wrote:
>
>
> > just for the record: a build of QEMU from HEAD with
> > '--enable-io-thread' fails. In "vl.c" "qemu_system_ready" is used but
> > not declared any longer.
> >
> >
>  I noticed this yesterday evening.  The thing is that qemu_system_ready is
> defined in cpus.c, but it's a static variable.

The attached patch fixes build. But I don't know if moving
 qemu_system_ready = 1; qemu_cond_broadcast(); a bit earlier is safe.

Attachment: 0001-Fix-build-when-configured-with-enable-io-thread.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]