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
2014-09-18 20:02:01 +01:00
2014-09-29 14:55:27 -04:00
2014-09-29 12:26:15 +01:00
2014-09-04 17:39:07 +01:00
2014-09-25 13:34:03 +01:00
2014-09-25 18:54:21 +01:00
2014-09-25 13:34:03 +01:00
2014-09-29 14:55:28 -04:00
2014-08-29 10:46:58 +01:00
2014-08-29 10:46:58 +01:00
2014-09-16 11:04:09 +02:00
2014-09-26 13:37:06 -04:00
2014-09-26 13:37:06 -04:00
2014-09-26 09:34:39 +01:00
2014-08-15 16:37:17 +01:00
2014-08-29 10:48:45 +01:00
2014-10-02 09:58:14 +02:00
2014-09-22 11:39:45 +01:00
2014-09-22 11:39:45 +01:00
2014-09-02 16:07:31 +01:00
2014-10-02 09:58:14 +02:00
2014-09-19 17:20:11 +01:00
2014-10-03 10:30:33 +01:00

Read the documentation in qemu-doc.html or on http://wiki.qemu-project.org

- QEMU team
Description
No description provided
Readme 404 MiB
Languages
C 82.6%
C++ 6.5%
Python 3.4%
Dylan 2.9%
Shell 1.6%
Other 2.8%