From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MBakE-0002eI-7V for qemu-devel@nongnu.org; Tue, 02 Jun 2009 16:38:02 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MBak9-0002YH-86 for qemu-devel@nongnu.org; Tue, 02 Jun 2009 16:38:01 -0400 Received: from [199.232.76.173] (port=56527 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MBak8-0002Xx-SW for qemu-devel@nongnu.org; Tue, 02 Jun 2009 16:37:56 -0400 Received: from mx2.redhat.com ([66.187.237.31]:60417) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MBak7-0007pP-Jt for qemu-devel@nongnu.org; Tue, 02 Jun 2009 16:37:56 -0400 Message-ID: <4A258D1F.1080108@redhat.com> Date: Tue, 02 Jun 2009 22:35:43 +0200 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] Re: Killing KQEMU References: <20090602035217.GA16574@foursquare.net> <200906012345.18729.rickv@hobi.com> <200906021354.31637.paul@codesourcery.com> <20090602200918.GA27850@foursquare.net> In-Reply-To: <20090602200918.GA27850@foursquare.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Chris Frey Cc: Paul Brook , qemu-devel@nongnu.org On 06/02/09 22:09, Chris Frey wrote: > On Tue, Jun 02, 2009 at 01:54:30PM +0100, Paul Brook wrote: >> osdep.c:/* FIXME: This file should be target independent. However it has kqemu >> vl.c: /* FIXME: This is a nasty hack because kqemu can't cope with dynamic >> cpu-common.h: #ifdef CONFIG_KQEMU /* FIXME: This is wrong. */ >> exec.c: #elif defined(TARGET_X86_64)&& !defined(CONFIG_KQEMU) > > These are fairly small annoyances, no? I'm assuming they are, since they > exist at all, considering the frustration evident in: One becoming more and more annonying as machine sizes grow is that kqemu can't handle more than 4GB of guest memory even on 64bit hosts. And it is a compile time, not a runtime dependency, i.e. the same limit is forced on the qemu binary too. To run big guests you have to build qemu without kqemu support. I think that one is #4 in the list above. >> Or let me put it another way: At some point I'll get fed up of the >> limitations that kqemu currently imposes, and deliberately break it. > > I would hope that anyone who deliberately breaks kqemu support would be > kind enough to post that fact to the mailing list, with a description of > what's broken and why, so that others may step up to the plate and fix it. Removing the 4GB limit mentioned from the qemu code base above will make kqemu stop working. cheers, Gerd