Re: [Qemu-devel] Running code from IO memory

2006-01-29 Thread Paul Brook
On Saturday 28 January 2006 00:14, G Portokalidis wrote: > I've been hacking Qemu for Argos, and i was wondering whether it is > possible to execute code from a virtual peripherals memory. Short answer is no. The basic problem is because qemu uses dynamic translation, code is read once in a big

[Qemu-devel] Running code from IO memory

2006-01-29 Thread G Portokalidis
I've been hacking Qemu for Argos, and i was wondering whether it is possible to execute code from a virtual peripherals memory. To be more explicit, i have coded a virtual peripheral that does nothing, but register some physical memory for memory io. This physical address is mapped into a process'