diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-10-03 13:29:03 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-10-03 13:29:03 +0000 |
commit | d63d307f6e00856dae25e9cd3d96bc0ba31ff107 (patch) | |
tree | 49f92edee218e0539865d0b8b39a10383bf7d2ce /qemu-doc.texi | |
parent | 487be8a1a76f5a47ebf1ecbdd8b6244432edd9d3 (diff) | |
download | qemu-d63d307f6e00856dae25e9cd3d96bc0ba31ff107.zip |
-loadvm and -full-screen options
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1090 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'qemu-doc.texi')
-rw-r--r-- | qemu-doc.texi | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/qemu-doc.texi b/qemu-doc.texi index 9e8eaf2f30..d7159a603e 100644 --- a/qemu-doc.texi +++ b/qemu-doc.texi @@ -199,6 +199,9 @@ Set the real time clock to local time (the default is to UTC time). This option is needed to have correct date in MS-DOS or Windows. +@item -full-screen +Start in full screen. + @end table Network options: @@ -345,7 +348,8 @@ 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) - +@item -loadvm file +Start right away with a saved state (@code{loadvm} in monitor) @end table @c man end |