From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:50435) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TQZYr-0000uD-53 for qemu-devel@nongnu.org; Tue, 23 Oct 2012 04:10:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TQZYm-0006Jv-G8 for qemu-devel@nongnu.org; Tue, 23 Oct 2012 04:10:04 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55707) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TQZYm-0006Jo-86 for qemu-devel@nongnu.org; Tue, 23 Oct 2012 04:10:00 -0400 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q9N89w0l004977 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 23 Oct 2012 04:09:59 -0400 From: Stefan Hajnoczi Date: Tue, 23 Oct 2012 10:09:53 +0200 Message-Id: <1350979793-26974-1-git-send-email-stefanha@redhat.com> Subject: [Qemu-devel] [PATCH] qemu-options.hx: complete -nodefaults device list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Michal Novotny , Stefan Hajnoczi 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 --- 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