diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2005-11-06 18:20:37 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2005-11-06 18:20:37 +0000 |
commit | 3dbbdc25557314f3338edd11b4569e4d6af600bf (patch) | |
tree | 2d32b8396ca9f5b969a9988405499635a02a2851 /qemu-doc.texi | |
parent | 48024e4a485fa82c103978c30c7d59d3a3a09262 (diff) |
suppressed unneeded options - added isapc machine
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1606 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'qemu-doc.texi')
-rw-r--r-- | qemu-doc.texi | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/qemu-doc.texi b/qemu-doc.texi index 6d7e85cd64..df5f4e3c64 100644 --- a/qemu-doc.texi +++ b/qemu-doc.texi @@ -138,6 +138,9 @@ usage: qemu [options] [disk_image] General options: @table @option +@item -M machine +Select the emulated machine (@code{-M ?} for list) + @item -fda file @item -fdb file Use @var{file} as floppy disk 0/1 image (@xref{disk_images}). You can @@ -390,8 +393,6 @@ translation mode (@var{t}=none, lba or auto). Usually QEMU can guess all thoses parameters. This option is useful for old MS-DOS disk images. -@item -isa -Simulate an ISA-only system (default is PCI system). @item -std-vga Simulate a standard VGA card with Bochs VBE extensions (default is Cirrus Logic GD5446 PCI VGA) @@ -1137,9 +1138,6 @@ The following options are specific to the PowerPC emulation: @table @option -@item -prep -Simulate a PREP system (default is PowerMAC) - @item -g WxH[xDEPTH] Set the initial VGA graphic mode. The default is 800x600x15. |