mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +00:00
09bfb054fb
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@89 c046a42c-6fe2-441c-8c8c-71466251a162
12 lines
574 B
Text
12 lines
574 B
Text
- fix thread locks
|
|
- 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)
|
|
- make it self runnable (handle self modifying code, relocate stack
|
|
and dyn loader)
|
|
- fix FPU exceptions (in particular: gen_op_fpush not before mem load)
|