diff options
author | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-07-22 07:07:34 +0000 |
---|---|---|
committer | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-07-22 07:07:34 +0000 |
commit | c7ba218da1639a054b5ca1c259530305562fa571 (patch) | |
tree | caf7b557b77356b875bd46dfb42efa7e328b1de6 /qemu-doc.texi | |
parent | d406647966365b4ea505ef290825b257c678e764 (diff) | |
download | qemu-c7ba218da1639a054b5ca1c259530305562fa571.tar.gz qemu-c7ba218da1639a054b5ca1c259530305562fa571.tar.bz2 qemu-c7ba218da1639a054b5ca1c259530305562fa571.zip |
Add T1 and T2 CPUs, add a Sun4v machine
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4923 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'qemu-doc.texi')
-rw-r--r-- | qemu-doc.texi | 24 |
1 files changed, 20 insertions, 4 deletions
diff --git a/qemu-doc.texi b/qemu-doc.texi index f093915852..eb29a9ffca 100644 --- a/qemu-doc.texi +++ b/qemu-doc.texi @@ -75,7 +75,7 @@ For system emulation, the following hardware targets are supported: @item G3 BW PowerMac (PowerPC processor) @item Mac99 PowerMac (PowerPC processor, in progress) @item Sun4m/Sun4c/Sun4d (32-bit Sparc processor) -@item Sun4u (64-bit Sparc processor, in progress) +@item Sun4u/Sun4v (64-bit Sparc processor, in progress) @item Malta board (32-bit and 64-bit MIPS processors) @item MIPS Magnum (64-bit MIPS processor) @item ARM Integrator/CP (ARM) @@ -2315,10 +2315,10 @@ Set the emulated machine type. Default is SS-5. @node Sparc64 System emulator @section Sparc64 System emulator -Use the executable @file{qemu-system-sparc64} to simulate a Sun4u machine. -The emulator is not usable for anything yet. +Use the executable @file{qemu-system-sparc64} to simulate a Sun4u or +Sun4v machine. The emulator is not usable for anything yet. -QEMU emulates the following sun4u peripherals: +QEMU emulates the following peripherals: @itemize @minus @item @@ -2329,8 +2329,24 @@ PCI VGA compatible card with VESA Bochs Extensions Non Volatile RAM M48T59 @item PC-compatible serial ports +@item +2 PCI IDE interfaces with hard disk and CD-ROM support @end itemize +@c man begin OPTIONS + +The following options are specific to the Sparc64 emulation: + +@table @option + +@item -M [sun4u|sun4v] + +Set the emulated machine type. The default is sun4u. + +@end table + +@c man end + @node MIPS System emulator @section MIPS System emulator |