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