Re: [Qemu-devel] [Bug] Fatal error caused by wrong memory access

2007-04-18 Thread Stefan Weil
Are there no comments? What is needed to get this fixed in QEMU CVS? Do you need additional information? Stefan Here is a quick hack patch for this problem: Index: cpu-exec.c === RCS file: /sources/qemu/qemu/cpu-exec.c,v retrieving

[Qemu-devel] [Bug] Fatal error caused by wrong memory access

2007-04-01 Thread Stefan Weil
When the program counter is at the very start of a memory block amd there is no page allocated before this block, QEMU may fail with a fatal error ("Trying to execute code outside RAM or ROM"). In my case, a MIPS system had code in flash starting at 0xb000. I had a remote debugger attached to