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