From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MFrcv-0007vb-GN for qemu-devel@nongnu.org; Sun, 14 Jun 2009 11:28:09 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MFrcs-0007uG-3D for qemu-devel@nongnu.org; Sun, 14 Jun 2009 11:28:09 -0400 Received: from [199.232.76.173] (port=55489 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MFrcr-0007u5-Pr for qemu-devel@nongnu.org; Sun, 14 Jun 2009 11:28:05 -0400 Received: from mail-fx0-f209.google.com ([209.85.220.209]:61874) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MFrcq-0007Vn-Fl for qemu-devel@nongnu.org; Sun, 14 Jun 2009 11:28:04 -0400 Received: by fxm5 with SMTP id 5so311525fxm.34 for ; Sun, 14 Jun 2009 08:28:03 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <3eb55e84429daf9bcc1a1442806af1fc94c92f94.1244813287.git.riku.voipio@iki.fi> References: <3eb55e84429daf9bcc1a1442806af1fc94c92f94.1244813287.git.riku.voipio@iki.fi> Date: Sun, 14 Jun 2009 18:28:03 +0300 Message-ID: Subject: Re: [Qemu-devel] [PATCH 06/21] Revived GUEST_BASE support for usermode emulation targets [v5] From: Blue Swirl Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "riku.voipio@iki.fi" Cc: qemu-devel@nongnu.org On 6/12/09, riku.voipio@iki.fi wrote: > From: Mika Westerberg > > From: Mika Westerberg > > - Now GUEST_BASE is dynamic and can be set from command line. > - Qemu checks /proc/sys/vm/mmap_min_addr and sets GUEST_BASE > if needed. > - Code generation supports GUEST_BASE for i386 and x86_64 hosts. > > [v3]: implemented GUEST_BASE with offset mods > > Using malc's advice, instead of a mov or lea, just adjust > the offset parameter of tcg_out_modrm_offset(). - Riku > > [v5]: set a GUEST_BASE_MAX instead of supporting moving > to arbitary ranges > > From: Mika Westerberg > Signed-off-by: Riku Voipio >>From != SOB. There are two From lines in the beginning, I don't know if Git eats all of them.