qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH] qemu-options.hx: complete -nodefaults device list


From: Stefan Hajnoczi
Subject: [Qemu-devel] [PATCH] qemu-options.hx: complete -nodefaults device list
Date: Tue, 23 Oct 2012 10:09:53 +0200

Commit 66c19bf1204f2cb283918c24d4eb74d02c5e882c ('qemu-options.hx:
Improve -nodefaults description') added an incomplete list of devices
disabled with -nodefaults.

This -nodefaults code rarely changes so it's worth documenting the full
list of devices that are disabled with -nodefaults, thus saving users
the need to read vl.c code in order to understand what the option does.

Signed-off-by: Stefan Hajnoczi <address@hidden>
---
 qemu-options.hx | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/qemu-options.hx b/qemu-options.hx
index 46f0539..5efcdad 100644
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -2703,9 +2703,9 @@ STEXI
 @item -nodefaults
 @findex -nodefaults
 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.
+port, parallel port, virtual console, monitor device, VGA adapter, floppy,
+network interface, SD card, and CD-ROM drive (depending on the emulated
+machine). The @code{-nodefaults} option will disable all those default devices.
 ETEXI
 
 #ifndef _WIN32
-- 
1.7.11.7




reply via email to

[Prev in Thread] Current Thread [Next in Thread]