Commit 99aa9e4c217f3eada85de2b7293376675d3869da

Authored by aurel32
1 parent b2f76161

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
Showing 1 changed file with 9 additions and 0 deletions
qemu-doc.texi
... ... @@ -413,6 +413,10 @@ Do not use decorations for SDL windows and start them using the whole
413 413 available screen space. This makes the using QEMU in a dedicated desktop
414 414 workspace more convenient.
415 415  
  416 +@item -no-quit
  417 +
  418 +Disable SDL window close capability.
  419 +
416 420 @item -full-screen
417 421 Start in full screen.
418 422  
... ... @@ -932,6 +936,11 @@ only).
932 936 @item -no-reboot
933 937 Exit instead of rebooting.
934 938  
  939 +@item -no-shutdown
  940 +Don't exit QEMU on guest shutdown, but instead only stop the emulation.
  941 +This allows for instance switching to monitor to commit changes to the
  942 +disk image.
  943 +
935 944 @item -loadvm file
936 945 Start right away with a saved state (@code{loadvm} in monitor)
937 946  
... ...