first self virtualizable version
[qemu] / TODO
1 - fix thread locks
2 - optimize translated cache chaining (DLL PLT-like system)
3 - fix thread stack liberation (use kernel 2.5.xxx CLONE_CHILD_CLEARTID)
4 - fix x86 stack allocation
5 - fix iret/lret restarting
6 - more syscalls (in particular all 64 bit ones, IPCs, fix 64 bit
7   issues, fix 16 bit uid issues)
8 - finish signal handing (fp87 state, more siginfo conversions)
9 - verify thread support (clone() and various locks)
10 - make it self runnable (handle self modifying code, relocate stack
11   and dyn loader)
12 - fix FPU exceptions (in particular: gen_op_fpush not before mem load)