basic clone() support
[qemu] / TODO
1 - verify thread support (clone() and various locks)
2 - signals
3 - optimize translated cache chaining (DLL PLT-like system)
4 - vm86 syscall support
5 - overrides/16bit for string ops
6 - more syscalls (in particular all 64 bit ones)
7 - make it self runnable (use same trick as ld.so : include its own relocator and libc)
8 - improved 16 bit support 
9 - fix FPU exceptions (in particular: gen_op_fpush not before mem load)