From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NzZ7l-00071l-4u for qemu-devel@nongnu.org; Wed, 07 Apr 2010 13:33:09 -0400 Received: from [140.186.70.92] (port=39578 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NzZ7j-00071F-TD for qemu-devel@nongnu.org; Wed, 07 Apr 2010 13:33:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NzZ7i-0004sH-If for qemu-devel@nongnu.org; Wed, 07 Apr 2010 13:33:07 -0400 Received: from fe01x03-cgp.akado.ru ([77.232.31.164]:62557 helo=akado.ru) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NzZ7i-0004rg-AR for qemu-devel@nongnu.org; Wed, 07 Apr 2010 13:33:06 -0400 Date: Wed, 7 Apr 2010 21:32:53 +0400 (MSD) From: malc Subject: Re: [Qemu-devel] Latest Git fails to compile in cpus.c In-Reply-To: <4BBC4CC6.7060705@bandsman.co.uk> Message-ID: References: <4BBC4CC6.7060705@bandsman.co.uk> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Nigel Horne Cc: qemu-devel@nongnu.org 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. -- mailto:av1474@comtv.ru