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

2010-04-01 Thread Blue Swirl
On 4/1/10, Nigel Horne 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,

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

2010-04-01 Thread Nigel Horne
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. Dirk -Nigel