summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorblueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>2007-04-05 18:40:23 +0000
committerblueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>2007-04-05 18:40:23 +0000
commitf6b647cd9ece4f26e3c48790930818be1c3a4426 (patch)
treecda42218d60905bf69412ce4c4cb95e88bbb7b52
parent9143e59842952d89533937dba9043b7b36b76a82 (diff)
downloadqemu-f6b647cd9ece4f26e3c48790930818be1c3a4426.tar.gz
Documentation update
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2605 c046a42c-6fe2-441c-8c8c-71466251a162
-rw-r--r--Changelog1
-rw-r--r--qemu-tech.texi6
2 files changed, 4 insertions, 3 deletions
diff --git a/Changelog b/Changelog
index 1ecf09b2de..19a5da7fda 100644
--- 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:
diff --git a/qemu-tech.texi b/qemu-tech.texi
index ca913caf69..fc72ff1b69 100644
--- a/qemu-tech.texi
+++ b/qemu-tech.texi
@@ -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