diff options
author | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-04-05 18:40:23 +0000 |
---|---|---|
committer | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-04-05 18:40:23 +0000 |
commit | f6b647cd9ece4f26e3c48790930818be1c3a4426 (patch) | |
tree | cda42218d60905bf69412ce4c4cb95e88bbb7b52 | |
parent | 9143e59842952d89533937dba9043b7b36b76a82 (diff) |
Documentation update
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2605 c046a42c-6fe2-441c-8c8c-71466251a162
-rw-r--r-- | Changelog | 1 | ||||
-rw-r--r-- | qemu-tech.texi | 6 |
2 files changed, 4 insertions, 3 deletions
@@ -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 |