]> git.proxmox.com Git - qemu.git/blobdiff - TODO
added getrusage
[qemu.git] / TODO
diff --git a/TODO b/TODO
index 64384834a19da65d0188c34d79d9a3a5094c8ceb..f27a9433529eb8d77f4dfd405291891a42cfa802 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,11 +1,15 @@
-- asynchronous signal interrupt / clear synchronous signal handling
-- add eflags restore in emulator
-- finish signal handing (fp87 state)
-- verify thread support (clone() and various locks)
+- fix gcc 2.96 compile bug 
+- fix thread locks
 - optimize translated cache chaining (DLL PLT-like system)
-- vm86 syscall support
-- overrides/16bit for string ops
-- more syscalls (in particular all 64 bit ones)
-- make it self runnable (use same trick as ld.so : include its own relocator and libc)
-- improved 16 bit support 
+- fix thread stack freeing (use kernel 2.5.x 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)
 - fix FPU exceptions (in particular: gen_op_fpush not before mem load)
+- handle self-modifying code (track mmap and mark all pages containing
+  translated code as readonly. use a custom signal handler to flush
+  parts of the translation cache if write access to a readonly page
+  containing translated code).
+- use gcc to compile to static code