qemu-e2k/linux-user
Mikhail Ilyin 1a1c4db9b2 translate-all.c: memory walker initial address miscalculation
The initial base address is miscalculated in walk_memory_regions().
It has to be shifted TARGET_PAGE_BITS more. Holder variables are
extended to target_ulong size otherwise they don't fit for MIPS N32
(a 32-bit ABI with a 64-bit address space) and qemu won't compile.
The issue led to incorrect debug output of memory maps and a
mis-formed coredumped file.

Signed-off-by: Mikhail Ilyin <m.ilin@samsung.com>
Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
2014-10-06 21:53:35 +03:00
..
aarch64
alpha
arm linux-user: Enable epoll_pwait syscall for ARM 2014-10-06 21:52:45 +03:00
cris
i386
m68k
microblaze
mips
mips64
openrisc
ppc
s390x
sh4
sparc
sparc64
unicore32
x86_64
elfload.c translate-all.c: memory walker initial address miscalculation 2014-10-06 21:53:35 +03:00
errno_defs.h
flat.h
flatload.c
ioctls.h linux-user: Convert blkpg to use a special subop handler 2014-10-06 21:52:45 +03:00
linux_loop.h
linuxload.c
m68k-sim.c
main.c exec.c: Relax restrictions on watchpoint length and alignment 2014-09-12 14:06:48 +01:00
Makefile.objs
mmap.c
qemu.h
signal.c
socket.h
strace.c
strace.list
syscall_defs.h
syscall_types.h linux-user: Convert blkpg to use a special subop handler 2014-10-06 21:52:45 +03:00
syscall.c linux-user: don't include timerfd if not needed 2014-10-06 21:52:46 +03:00
target_flat.h
uaccess.c
uname.c
uname.h
vm86.c