I'm fairly surprised user emulation works at all for 64-bit targets. I'm
fairly sure that code isn't even remotely 64-bit safe.

On a 32-bit host, a write() from 64-bit program succeeds because the data happens to lie below 4G. I don't know if this can be guaranteed in every case, but then system calls like exit() don't need any pointers.

_________________________________________________________________
Don't just search. Find. Check out the new MSN Search! http://search.msn.com/



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

Reply via email to