From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NzgYC-0000Oo-84 for qemu-devel@nongnu.org; Wed, 07 Apr 2010 21:28:56 -0400 Received: from [140.186.70.92] (port=45506 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NzgYA-0000NH-3l for qemu-devel@nongnu.org; Wed, 07 Apr 2010 21:28:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NzgY8-000160-C6 for qemu-devel@nongnu.org; Wed, 07 Apr 2010 21:28:54 -0400 Received: from mx1.redhat.com ([209.132.183.28]:63201) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NzgY8-00015m-3n for qemu-devel@nongnu.org; Wed, 07 Apr 2010 21:28:52 -0400 Date: Wed, 7 Apr 2010 22:27:29 -0300 From: Marcelo Tosatti Subject: Re: [Qemu-devel] Latest Git fails to compile in cpus.c Message-ID: <20100408012729.GA8872@amt.cnet> References: <4BBC4CC6.7060705@bandsman.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: Nigel Horne , qemu-devel@nongnu.org On Wed, Apr 07, 2010 at 09:02:53PM +0300, Blue Swirl wrote: > On 4/7/10, malc wrote: > > On Wed, 7 Apr 2010, Nigel Horne wrote: > > > > > ./configure --enable-linux-aio --enable-io-thread --enable-kvm: > > > > > > .... > > > > > > /home/njh/src/qemu/cpus.c:360: error: ?SIG_IPI? undeclared (first use in this > > > function) > > > /home/njh/src/qemu/cpus.c:360: error: (Each undeclared identifier is reported > > > only once > > > > > > And even if one defines that things will still not work due to: > > .../cpus.c:657: error: 'vmstop_requested' undeclared (first use in this function) > > > > IOW --enable-io-thread is broken as it is now. > > Didn't anybody test the patch I sent: > http://lists.gnu.org/archive/html/qemu-devel/2010-04/msg00051.html > The broadcast must be signalled after the machine is fully initialized.