Commit f6b647cd9ece4f26e3c48790930818be1c3a4426

Authored by blueswir1
1 parent 9143e598

Documentation update


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2605 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 2 changed files with 4 additions and 3 deletions
Changelog
@@ -3,6 +3,7 @@ @@ -3,6 +3,7 @@
3 - Monitor multiplexing to several I/O channels (Jason Wessel) 3 - Monitor multiplexing to several I/O channels (Jason Wessel)
4 - ds1225y nvram support (Herve Poussineau) 4 - ds1225y nvram support (Herve Poussineau)
5 - CPU model selection support (J. Mayer, Paul Brook, Herve Poussineau) 5 - CPU model selection support (J. Mayer, Paul Brook, Herve Poussineau)
  6 + - Several Sparc fixes (Aurelien Jarno, Blue Swirl)
6 7
7 version 0.9.0: 8 version 0.9.0:
8 9
qemu-tech.texi
@@ -169,11 +169,11 @@ FPU and MMU. @@ -169,11 +169,11 @@ FPU and MMU.
169 169
170 @itemize 170 @itemize
171 171
172 -@item Somewhat complete SPARC V8 emulation, including privileged 172 +@item Full SPARC V8 emulation, including privileged
173 instructions, FPU and MMU. SPARC V9 emulation includes most privileged 173 instructions, FPU and MMU. SPARC V9 emulation includes most privileged
174 -instructions, FPU and I/D MMU, but misses VIS instructions. 174 +instructions, FPU and I/D MMU, but misses most VIS instructions.
175 175
176 -@item Can run some 32-bit SPARC Linux binaries. 176 +@item Can run most 32-bit SPARC Linux binaries and some handcrafted 64-bit SPARC Linux binaries.
177 177
178 @end itemize 178 @end itemize
179 179