From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JrCMi-0005Je-9z for qemu-devel@nongnu.org; Wed, 30 Apr 2008 09:28:56 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JrCMf-0005JG-C0 for qemu-devel@nongnu.org; Wed, 30 Apr 2008 09:28:54 -0400 Received: from [199.232.76.173] (port=37580 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JrCMe-0005J5-On for qemu-devel@nongnu.org; Wed, 30 Apr 2008 09:28:52 -0400 Received: from smtp-69.nebula.fi ([83.145.220.69]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JrCMe-0006zK-Fj for qemu-devel@nongnu.org; Wed, 30 Apr 2008 09:28:52 -0400 Received: from [127.0.0.1] (nblzone-209-18.nblnetworks.fi [83.145.209.18]) by smtp-69.nebula.fi (Postfix) with ESMTP id CF9CD65E71A for ; Wed, 30 Apr 2008 16:28:49 +0300 (EEST) Message-ID: <481874A7.7000704@hut.fi> Date: Wed, 30 Apr 2008 16:31:19 +0300 From: Jussi Hakala MIME-Version: 1.0 Subject: Re: [Qemu-devel] Qemu and mmap_min_addr References: <48185B4D.4060903@hut.fi> <200804301331.32869.paul@codesourcery.com> In-Reply-To: <200804301331.32869.paul@codesourcery.com> Content-Type: text/plain; charset=ISO-8859-1; 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 Paul Brook wrote: > You have to use a nonzero GUEST_BASE to offset the guest VM. However this > hasn't been tested in a while, and has probably bitrotted. For preliminary testing, setting GUEST_BASE to 65536 seemed to work. I'll investigate further and report back to you :) Thank you! Regards, Jussi