diff options
author | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-04-11 21:35:59 +0000 |
---|---|---|
committer | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-04-11 21:35:59 +0000 |
commit | 99aa9e4c217f3eada85de2b7293376675d3869da (patch) | |
tree | af8a105180f224d76e7f56c1f7368d8c7be6e1d4 | |
parent | b2f76161e8d7021612bd01e0e9a70207b7bf2052 (diff) | |
download | qemu-99aa9e4c217f3eada85de2b7293376675d3869da.zip |
Add help for -no-shutdown and -no-quit options
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4193 c046a42c-6fe2-441c-8c8c-71466251a162
-rw-r--r-- | qemu-doc.texi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/qemu-doc.texi b/qemu-doc.texi index 8520345269..68630c086e 100644 --- a/qemu-doc.texi +++ b/qemu-doc.texi @@ -413,6 +413,10 @@ Do not use decorations for SDL windows and start them using the whole available screen space. This makes the using QEMU in a dedicated desktop workspace more convenient. +@item -no-quit + +Disable SDL window close capability. + @item -full-screen Start in full screen. @@ -932,6 +936,11 @@ only). @item -no-reboot Exit instead of rebooting. +@item -no-shutdown +Don't exit QEMU on guest shutdown, but instead only stop the emulation. +This allows for instance switching to monitor to commit changes to the +disk image. + @item -loadvm file Start right away with a saved state (@code{loadvm} in monitor) |