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