summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2003-06-25 16:21:49 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2003-06-25 16:21:49 +0000
commit1eb20527c88ff596e761574e6615c8f2272882b8 (patch)
treeb91d177985cd3fbecca2ab8d3161c2ea5a808456 /TODO
parentgcc3 compile fixes (diff)
downloadqemu-kvm-1eb20527c88ff596e761574e6615c8f2272882b8.tar.gz
qemu-kvm-1eb20527c88ff596e761574e6615c8f2272882b8.tar.bz2
qemu-kvm-1eb20527c88ff596e761574e6615c8f2272882b8.zip
update
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@283 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index 93c1ec207..2f65f7d4e 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,5 @@
+- finish segment ops (call far, ret far, load_seg suppressed)
- fix arm fpu rounding (at least for float->integer conversions)
- fix CCOP optimisation
- optimize FPU operations (evaluate x87 stack pointer statically)
@@ -7,7 +8,6 @@
state, find a solution for tb_flush()).
- add gcc 2.96 test configure (some gcc3 flags are needed)
- add IPC syscalls
-- submit a patch to fix DOSEMU coopthreads
lower priority:
--------------