From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NzZac-0001Kw-Ku for qemu-devel@nongnu.org; Wed, 07 Apr 2010 14:02:58 -0400 Received: from [140.186.70.92] (port=54448 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NzZab-0001Kl-Aq for qemu-devel@nongnu.org; Wed, 07 Apr 2010 14:02:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NzZaZ-0000RN-UD for qemu-devel@nongnu.org; Wed, 07 Apr 2010 14:02:57 -0400 Received: from mail-pz0-f204.google.com ([209.85.222.204]:36964) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NzZaZ-0000R7-Pi for qemu-devel@nongnu.org; Wed, 07 Apr 2010 14:02:55 -0400 Received: by pzk42 with SMTP id 42so739228pzk.4 for ; Wed, 07 Apr 2010 11:02:53 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <4BBC4CC6.7060705@bandsman.co.uk> Date: Wed, 7 Apr 2010 21:02:53 +0300 Message-ID: Subject: Re: [Qemu-devel] Latest Git fails to compile in cpus.c From: Blue Swirl Content-Type: text/plain; charset=UTF-8 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: malc Cc: Nigel Horne , qemu-devel@nongnu.org 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