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