Comments
Patch
@@ -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
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 <stefanha@redhat.com> --- qemu-options.hx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)