From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LV5BV-0001o6-VD for qemu-devel@nongnu.org; Thu, 05 Feb 2009 09:26:30 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LV5BT-0001me-Bd for qemu-devel@nongnu.org; Thu, 05 Feb 2009 09:26:28 -0500 Received: from [199.232.76.173] (port=54971 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LV5BS-0001mJ-Sf for qemu-devel@nongnu.org; Thu, 05 Feb 2009 09:26:27 -0500 Received: from qw-out-1920.google.com ([74.125.92.144]:22674) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LV5BS-00050p-H7 for qemu-devel@nongnu.org; Thu, 05 Feb 2009 09:26:26 -0500 Received: by qw-out-1920.google.com with SMTP id 5so68350qwc.4 for ; Thu, 05 Feb 2009 06:26:25 -0800 (PST) Message-ID: <498AF6FC.90803@codemonkey.ws> Date: Thu, 05 Feb 2009 08:26:04 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] Re: Cutting a new QEMU release References: <1233825194.6637.4.camel@ecrins.fosdick.home.net> In-Reply-To: <1233825194.6637.4.camel@ecrins.fosdick.home.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit 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 Steve Fosdick wrote: > 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 > ‘kqemu_lock_user_page’: > /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 ‘kqemu_schedule’: > /usr/src/kqemu-1.4.0pre1/kqemu-linux.c:194: error: implicit declaration > of function ‘need_resched’ > /usr/src/kqemu-1.4.0pre1/kqemu-linux.c:195: error: implicit declaration > of function ‘schedule’ > /usr/src/kqemu-1.4.0pre1/kqemu-linux.c:197: error: implicit declaration > of function ‘signal_pending’ > 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? > kqemu is unsupported and unmaintained. Regards, Anthony Liguori > Regards, > Steve. > > >