qemu/include/exec
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
..
user
address-spaces.h
cpu-all.h translate-all.c: memory walker initial address miscalculation 2014-10-06 21:53:35 +03:00
cpu-common.h
cpu-defs.h implementing victim TLB for QEMU system emulated TLB 2014-09-01 17:43:06 +01:00
cpu_ldst.h
cpu_ldst_template.h
cputlb.h
exec-all.h cpu-exec: Make debug_excp_handler a QOM CPU method 2014-09-12 14:06:48 +01:00
gdbstub.h
gen-icount.h
helper-gen.h trace: [tcg] Include TCG-tracing helpers 2014-08-12 14:26:12 +01:00
helper-head.h
helper-proto.h trace: [tcg] Include TCG-tracing helpers 2014-08-12 14:26:12 +01:00
helper-tcg.h trace: [tcg] Include TCG-tracing helpers 2014-08-12 14:26:12 +01:00
hwaddr.h
ioport.h
memory-internal.h
memory.h memory: add parameter errp to memory_region_init_rom_device 2014-09-09 13:41:44 +02:00
poison.h
ram_addr.h exec: add parameter errp to qemu_ram_alloc and qemu_ram_alloc_from_ptr 2014-09-09 13:41:25 +02:00
softmmu-semi.h
spinlock.h