diff options
author | Michal Novotny <minovotn@redhat.com> | 2012-07-16 14:35:10 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2012-07-17 15:40:15 -0500 |
commit | 66c19bf1204f2cb283918c24d4eb74d02c5e882c (patch) | |
tree | 5edc23dca316b8b35aab3e1ff106f7c70ae79d47 /qemu-options.hx | |
parent | ed24cfac07289d458ff284898bbd0389743a18b7 (diff) |
qemu-options.hx: Improve -nodefaults description
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>
Diffstat (limited to 'qemu-options.hx')
-rw-r--r-- | qemu-options.hx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/qemu-options.hx b/qemu-options.hx index 7130bc328b..92cb0b1c96 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -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 |