diff options
| author | bellard | 2003-03-30 23:02:40 +0200 |
|---|---|---|
| committer | bellard | 2003-03-30 23:02:40 +0200 |
| commit | bc8a22cc307ebd9a2577c8fffcb90000724f72f3 (patch) | |
| tree | e465f91187d8a555a3fbb4c848a983590ea5ad6f /TODO | |
| parent | better vm86 support - added iret - fixed push/pop fs/gs (diff) | |
| download | qemu-bc8a22cc307ebd9a2577c8fffcb90000724f72f3.tar.gz qemu-bc8a22cc307ebd9a2577c8fffcb90000724f72f3.tar.xz qemu-bc8a22cc307ebd9a2577c8fffcb90000724f72f3.zip | |
better vm86 support
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@69 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'TODO')
| -rw-r--r-- | TODO | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,10 +1,11 @@ +- fix thread locks +- fix thread stack liberation +- fix x86 stack allocation - optimize translated cache chaining (DLL PLT-like system) - 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) -- vm86 syscall support - overrides/16bit for string ops - make it self runnable (use same trick as ld.so : include its own relocator and libc) -- improved 16 bit support - fix FPU exceptions (in particular: gen_op_fpush not before mem load) |
