qemu-options.hx: Improve -nodefaults description
authorMichal Novotny <minovotn@redhat.com>
Mon, 16 Jul 2012 12:35:10 +0000 (14:35 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 17 Jul 2012 20:40:15 +0000 (15:40 -0500)
This patch improves the description of -nodefaults QEMU command line
option by adding more information what is being disabled using this
command.

Signed-off-by: Michal Novotny <minovotn@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
qemu-options.hx

index 7130bc328b366759b790e20e44508c4af1f30d39..92cb0b1c96df90be8d9aa0944cfd82000511cea8 100644 (file)
@@ -2641,7 +2641,10 @@ DEF("nodefaults", 0, QEMU_OPTION_nodefaults, \
 STEXI
 @item -nodefaults
 @findex -nodefaults
-Don't create default devices.
+Don't create default devices. Normally, QEMU sets the default devices like serial
+port, parallel port, virtual console, monitor device, VGA adapter, floppy and
+CD-ROM drive and others. The @code{-nodefaults} option will disable all those
+default devices.
 ETEXI
 
 #ifndef _WIN32