aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2003-04-07 21:35:21 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2003-04-07 21:35:21 +0000
commit27c75a9a906e4ae2b362a35501a88a3e70fe773e (patch)
treefeae1262a15e673dfb0dece5551aa75f99284b58 /TODO
parentd0cd3b8d84172d6a7a365e41806e37868067b2aa (diff)
update
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@85 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 3 insertions, 3 deletions
diff --git a/TODO b/TODO
index 9f266514b4..eb79f2b489 100644
--- a/TODO
+++ b/TODO
@@ -1,11 +1,11 @@
- fix thread locks
-- fix thread stack liberation
-- fix x86 stack allocation
- 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)
-- overrides/16bit for string ops
- make it self runnable (use same trick as ld.so : include its own relocator and libc)
- fix FPU exceptions (in particular: gen_op_fpush not before mem load)