From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LV0Hx-0004wv-5g for qemu-devel@nongnu.org; Thu, 05 Feb 2009 04:12:49 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LV0Hv-0004vy-IN for qemu-devel@nongnu.org; Thu, 05 Feb 2009 04:12:48 -0500 Received: from [199.232.76.173] (port=53324 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LV0Hv-0004vu-F5 for qemu-devel@nongnu.org; Thu, 05 Feb 2009 04:12:47 -0500 Received: from pelvoux.gotadsl.co.uk ([81.6.248.91]:48595) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LV0Hu-0001Dg-O5 for qemu-devel@nongnu.org; Thu, 05 Feb 2009 04:12:47 -0500 Received: from fozzy by ecrins.fosdick.home.net with local (Exim 4.69) (envelope-from ) id 1LV0IN-0001pj-9V for qemu-devel@nongnu.org; Thu, 05 Feb 2009 09:13:15 +0000 From: Steve Fosdick Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Date: Thu, 05 Feb 2009 09:13:14 +0000 Message-Id: <1233825194.6637.4.camel@ecrins.fosdick.home.net> Mime-Version: 1.0 Subject: [Qemu-devel] Re: Cutting a new QEMU release Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Given the talk of a new release I though I'd try the latest qemu from SVN. At the moment I am being hampered by kqemu-1.4.0pre1 not compiling though: CC [M] /usr/src/kqemu-1.4.0pre1/kqemu-linux.o /usr/src/kqemu-1.4.0pre1/kqemu-linux.c: In function =E2=80=98kqemu_lock_user_page=E2=80=99: /usr/src/kqemu-1.4.0pre1/kqemu-linux.c:81: error: dereferencing pointer to incomplete type /usr/src/kqemu-1.4.0pre1/kqemu-linux.c: In function =E2=80=98kqemu_schedule= =E2=80=99: /usr/src/kqemu-1.4.0pre1/kqemu-linux.c:194: error: implicit declaration of function =E2=80=98need_resched=E2=80=99 /usr/src/kqemu-1.4.0pre1/kqemu-linux.c:195: error: implicit declaration of function =E2=80=98schedule=E2=80=99 /usr/src/kqemu-1.4.0pre1/kqemu-linux.c:197: error: implicit declaration of function =E2=80=98signal_pending=E2=80=99 make[2]: *** [/usr/src/kqemu-1.4.0pre1/kqemu-linux.o] Error 1 This is with kernel 2.6.28.2. kqemu-1.3.0pre11 seems to compile OK with the kernel. Any ideas? Regards, Steve.