From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NxG29-0002hg-Gb for qemu-devel@nongnu.org; Thu, 01 Apr 2010 04:45:49 -0400 Received: from [140.186.70.92] (port=45454 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NxG27-0002hY-DK for qemu-devel@nongnu.org; Thu, 01 Apr 2010 04:45:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NxG26-0001xK-4u for qemu-devel@nongnu.org; Thu, 01 Apr 2010 04:45:47 -0400 Received: from relay.ptn-ipout01.plus.net ([212.159.7.35]:4852) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NxG26-0001wO-07 for qemu-devel@nongnu.org; Thu, 01 Apr 2010 04:45:46 -0400 Received: from [212.159.106.41] (helo=bandsman.co.uk) by pih-relay08.plus.net with esmtp (Exim) id 1NxG1v-0004iV-P0 for qemu-devel@nongnu.org; Thu, 01 Apr 2010 09:45:36 +0100 Received: from [192.168.1.15] ([192.168.1.15]) (authenticated bits=0) by bandsman.co.uk (8.14.3/8.14.3/Debian-9.1) with ESMTP id o318jY4k012993 for ; Thu, 1 Apr 2010 09:45:35 +0100 Message-ID: <4BB45D30.7070301@bandsman.co.uk> Date: Thu, 01 Apr 2010 09:45:36 +0100 From: Nigel Horne MIME-Version: 1.0 References: <201004010822.o318MTTm008165@bandsman.co.uk> In-Reply-To: <201004010822.o318MTTm008165@bandsman.co.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: Build failure of Git HEAD List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org > 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