]> git.proxmox.com Git - mirror_qemu.git/commitdiff
Documentation update
authorblueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 5 Apr 2007 18:40:23 +0000 (18:40 +0000)
committerblueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 5 Apr 2007 18:40:23 +0000 (18:40 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2605 c046a42c-6fe2-441c-8c8c-71466251a162

Changelog
qemu-tech.texi

index 1ecf09b2dec167d7e073bb477979c3c8efe1e989..19a5da7fda4bdde36850ab3a1b90c2091e4baa10 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -3,6 +3,7 @@
   - Monitor multiplexing to several I/O channels (Jason Wessel)
   - ds1225y nvram support (Herve Poussineau)
   - CPU model selection support (J. Mayer, Paul Brook, Herve Poussineau)
+  - Several Sparc fixes (Aurelien Jarno, Blue Swirl)
 
 version 0.9.0:
 
index ca913caf697ccb729c5834587913fb531a8b1230..fc72ff1b697436ec51fdd96cef32cab93c25c5c6 100644 (file)
@@ -169,11 +169,11 @@ FPU and MMU.
 
 @itemize
 
-@item Somewhat complete SPARC V8 emulation, including privileged
+@item Full SPARC V8 emulation, including privileged
 instructions, FPU and MMU. SPARC V9 emulation includes most privileged
-instructions, FPU and I/D MMU, but misses VIS instructions.
+instructions, FPU and I/D MMU, but misses most VIS instructions.
 
-@item Can run some 32-bit SPARC Linux binaries.
+@item Can run most 32-bit SPARC Linux binaries and some handcrafted 64-bit SPARC Linux binaries.
 
 @end itemize