Posted Dec 3, 2011 21:24 UTC (Sat) by vmpn (subscriber, #55435)
[Link]
When I tried emulating ARM system where the code resides @ 0x40000000 qemu 0.14 (I think) ended up with all zeros instead of the code. If I moved the code base to an earlier address it worked fine but did not reflect true device it was emulating
QEMU 1.0 released
Posted Dec 4, 2011 8:59 UTC (Sun) by bradh (subscriber, #2274)
[Link]
Thats a bug in the emulation (i.e. you're not properly emulating the real hardware, or your real hardware doesn't support it).
On many ARM boards, there really is hardware limits on how large memory can be, so the emulated hardware will break just as the real hardware would.