forked from zincsoda/qemu-heca
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@42 c046a42c-6fe2-441c-8c8c-71466251a162
- Loading branch information
bellard
committed
Mar 23, 2003
1 parent
66fb976
commit 9de5e44
Showing
15 changed files
with
642 additions
and
206 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,9 @@ | ||
- asynchronous signal interrupt / clear synchronous signal handling | ||
- add eflags restore in emulator | ||
- finish signal handing (fp87 state) | ||
- verify thread support (clone() and various locks) | ||
- optimize translated cache chaining (DLL PLT-like system) | ||
- more syscalls (in particular all 64 bit ones, IPCs, fix 64 bit issues) | ||
- finish signal handing (fp87 state, more siginfo conversions) | ||
- verify thread support (clone() and various locks) | ||
- vm86 syscall support | ||
- overrides/16bit for string ops | ||
- more syscalls (in particular all 64 bit ones) | ||
- 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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.