Revived GUEST_BASE support for usermode emulation targets.
authorRiku Voipio <riku.voipio@nokia.com>
Thu, 5 Mar 2009 09:54:03 +0000 (11:54 +0200)
committerRiku Voipio <riku.voipio@nokia.com>
Thu, 5 Mar 2009 09:54:03 +0000 (11:54 +0200)
commit2d2bfb213eb1baabb111e64b0a6d936d5909faa7
tree61d19f31edd53bb92b4d7b6ddc199a60752b685e
parentc5908b2476c407d2c4902a5240b6241581adf91f
Revived GUEST_BASE support for usermode emulation targets.

From: Mika Westerberg <mika.westerberg@iki.fi>

- 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.
- Strace is currently broken.
configure
cpu-all.h
debian/changelog
linux-user/elfload.c
linux-user/main.c
linux-user/qemu.h
linux-user/syscall.c
tcg/i386/tcg-target.c
tcg/x86_64/tcg-target.c