From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BoVTr-0008QH-RI for qemu-devel@nongnu.org; Sat, 24 Jul 2004 18:59:03 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BoVTq-0008Q5-Sh for qemu-devel@nongnu.org; Sat, 24 Jul 2004 18:59:03 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BoVTq-0008Q2-Of for qemu-devel@nongnu.org; Sat, 24 Jul 2004 18:59:02 -0400 Received: from [211.29.132.161] (helo=mail015.syd.optusnet.com.au) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BoVQO-0006uk-F9 for qemu-devel@nongnu.org; Sat, 24 Jul 2004 18:55:29 -0400 Received: from c210-49-30-228.rochd2.qld.optusnet.com.au (c210-49-30-228.rochd2.qld.optusnet.com.au [210.49.30.228]) by mail015.syd.optusnet.com.au (8.11.6p2/8.11.6) with ESMTP id i6OMtQL12995 for ; Sun, 25 Jul 2004 08:55:26 +1000 Received: from [192.168.1.1] (blackpaw.cable.nu [192.168.1.1]) by c210-49-30-228.rochd2.qld.optusnet.com.au (Postfix) with ESMTP id DABEA91FFA for ; Sun, 25 Jul 2004 08:55:25 +1000 (EST) Message-ID: <4102E8DB.5050406@optusnet.com.au> Date: Sun, 25 Jul 2004 08:55:23 +1000 From: Lindsay Mathieson MIME-Version: 1.0 Subject: Re: [Qemu-devel] qemu-fast kernel patch question References: <410280F2.4020809@optusnet.com.au> In-Reply-To: <410280F2.4020809@optusnet.com.au> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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 Lindsay Mathieson wrote: > I'm using qemu 0.6.0 (website binaries) and Mandrake Official 10, > kernel 2.6.3-15mdk and want to modify it for the fast option. I have > include/asm/page.h, which looks slightly different to what is > described but essentially the same. However there is no vmlinux.lds > anywhere to modify. I think I figured it out - I'm meant to apply the linux-2.6-qemu-fast.patch patch ? am compiling it now, we'll see if it works in a couple of hours .... Which lead to my next dumb question - the fast patch for the 2.6 kernel, I'm assuming its to allow qemu-fast to run under linux 2.6, not for linux 2.6 to be used as a guest under qemu-fast, the docs seemed a bit ambigous on this. Thanks - lindsay