]> git.proxmox.com Git - qemu.git/blobdiff - TODO
flock
[qemu.git] / TODO
diff --git a/TODO b/TODO
index 5602097b8ef45b62729d9b9322dc44836aa1569d..66ecfea391b25ac6b92ce6aec7a9142f4b4a2fea 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,10 +1,12 @@
-- segment ops (minimal LDT/GDT support for wine)
-- optimize translated cache chaining (DLL PLT like system)
-- improved 16 bit support 
-- optimize inverse flags propagation (easy by generating intermediate
-  micro operation array).
-- signals
-- threads
-- make it self runnable (use same trick as ld.so : include its own relocator and libc)
+- fix thread locks
+- optimize translated cache chaining (DLL PLT-like system)
+- fix thread stack liberation (use kernel 2.5.xxx CLONE_CHILD_CLEARTID)
+- fix x86 stack allocation
+- fix iret/lret restarting
+- more syscalls (in particular all 64 bit ones, IPCs, fix 64 bit
+  issues, fix 16 bit uid issues)
+- finish signal handing (fp87 state, more siginfo conversions)
+- verify thread support (clone() and various locks)
+- make it self runnable (handle self modifying code, relocate stack
+  and dyn loader)
 - fix FPU exceptions (in particular: gen_op_fpush not before mem load)
-- tests