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 block, then executed an arbitrary number of times.
You could maybe hack qemu to make execution from volatile memory work, but it 
certainly doesn't work out the box.

Paul


_______________________________________________
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel

Reply via email to