Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@283 c046a42c-6fe2-441c-8c8c-71466251a162
  • Loading branch information
bellard committed Jun 25, 2003
1 parent e3e86d5 commit 1eb2052
Show file tree
Hide file tree
Showing 4 changed files with 268 additions and 40 deletions.
9 changes: 5 additions & 4 deletions Changelog
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version 0.4:
- fixed signal handling for correct dosemu DPMI emulation
- fast x86 MMU emulation with mmap()
- fixed popl (%esp) case
- Linux kernel can be executed by QEMU with the 'vl' command.

version 0.3:

Expand All @@ -17,10 +18,10 @@ version 0.3:

version 0.2:

- PowerPC disassembly and ELF symbols output (Rusty Russel)
- flock support (Rusty Russel)
- ugetrlimit support (Rusty Russel)
- fstat64 fix (Rusty Russel)
- PowerPC disassembly and ELF symbols output (Rusty Russell)
- flock support (Rusty Russell)
- ugetrlimit support (Rusty Russell)
- fstat64 fix (Rusty Russell)
- initial Alpha port (Falk Hueffner)
- initial IA64 port (Matt Wilson)
- initial Sparc and Sparc64 port (David S. Miller)
Expand Down
2 changes: 1 addition & 1 deletion TODO
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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:
--------------
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3
0.4
Loading

0 comments on commit 1eb2052

Please sign in to comment.