On 14 December 2014 at 20:56, Gaurav Sharma <gauravs.2...@gmail.com> wrote: > I just wanted to know if instruction fetch from non ram mapped region > supported in qemu ?
No. If you try it you'll probably hit the "Trying to execute code outside RAM or ROM" fatal error in get_page_addr_code(). (The region can be device-for-writing, like the flash ROM devices, but for reading it has to be backed by host RAM.) -- PMM