git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@283 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
bellard 2003-06-25 16:21:49 +00:00
parent e3e86d56c4
commit 1eb20527c8
4 changed files with 268 additions and 40 deletions

2
TODO
View file

@ -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:
--------------