diff options
| author | Blue Swirl | 2013-04-14 20:10:28 +0200 |
|---|---|---|
| committer | Blue Swirl | 2013-05-26 13:37:58 +0200 |
| commit | 6a4e17711442849bf2cc731ccddef5a2a2d92d29 (patch) | |
| tree | 20129e005a0d3488e82f2493e82fbe0b5a157690 /qemu-doc.texi | |
| parent | Remove OSS support for OpenBSD (diff) | |
| download | qemu-6a4e17711442849bf2cc731ccddef5a2a2d92d29.tar.gz qemu-6a4e17711442849bf2cc731ccddef5a2a2d92d29.tar.xz qemu-6a4e17711442849bf2cc731ccddef5a2a2d92d29.zip | |
Remove Sun4c, Sun4d and a few CPUs
Sun4c and Sun4d architectures and related CPUs are not fully implemented
(especially Sun4c MMU) and there has been no interest for them.
Likewise, a few CPUs (Cypress, Ross etc) are only half implemented.
Remove the machines and CPUs, they can be re-added if needed later.
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'qemu-doc.texi')
| -rw-r--r-- | qemu-doc.texi | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/qemu-doc.texi b/qemu-doc.texi index 5fc0eae400..8022890391 100644 --- a/qemu-doc.texi +++ b/qemu-doc.texi @@ -1958,15 +1958,11 @@ SPARCbook The emulation is somewhat complete. SMP up to 16 CPUs is supported, but Linux limits the number of usable CPUs to 4. -It's also possible to simulate a SPARCstation 2 (sun4c architecture), -SPARCserver 1000, or SPARCcenter 2000 (sun4d architecture), but these -emulators are not usable yet. - -QEMU emulates the following sun4m/sun4c/sun4d peripherals: +QEMU emulates the following sun4m peripherals: @itemize @minus @item -IOMMU or IO-UNITs +IOMMU @item TCX Frame buffer @item @@ -2019,7 +2015,7 @@ qemu-system-sparc -prom-env 'auto-boot?=false' \ -prom-env 'boot-device=sd(0,2,0):d' -prom-env 'boot-args=linux single' @end example -@item -M [SS-4|SS-5|SS-10|SS-20|SS-600MP|LX|Voyager|SPARCClassic] [|SPARCbook|SS-2|SS-1000|SS-2000] +@item -M [SS-4|SS-5|SS-10|SS-20|SS-600MP|LX|Voyager|SPARCClassic] [|SPARCbook] Set the emulated machine type. Default is SS-5. |
