diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-03-23 17:19:56 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-03-23 17:19:56 +0000 |
commit | b03c60f35194db4ba1f53673ab02ade29f54701e (patch) | |
tree | e16b2b3b032a79f9133c36e5a7126da6315704f5 /TODO | |
parent | 9de5e440b9f6a6c6305c0b81d1df4ddcc5a4b966 (diff) |
more syscalls
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@43 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,6 @@ - optimize translated cache chaining (DLL PLT-like system) -- more syscalls (in particular all 64 bit ones, IPCs, fix 64 bit issues) +- 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 |