From patchwork Mon Jul 16 13:54:39 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pavel Hrdina X-Patchwork-Id: 171205 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id C594D2C00A1 for ; Mon, 16 Jul 2012 23:55:34 +1000 (EST) Received: from localhost ([::1]:45162 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sqlls-0001Jk-VY for incoming@patchwork.ozlabs.org; Mon, 16 Jul 2012 09:55:32 -0400 Received: from eggs.gnu.org ([208.118.235.92]:43314) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SqllH-0008Ih-O0 for qemu-devel@nongnu.org; Mon, 16 Jul 2012 09:55:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sqll8-0001jh-RU for qemu-devel@nongnu.org; Mon, 16 Jul 2012 09:54:55 -0400 Received: from mx1.redhat.com ([209.132.183.28]:43548) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sqll8-0001jW-Jw for qemu-devel@nongnu.org; Mon, 16 Jul 2012 09:54:46 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q6GDsjwT017921 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 16 Jul 2012 09:54:45 -0400 Received: from miglaptop.brq.redhat.com.com (dhcp-1-191.brq.redhat.com [10.34.1.191]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q6GDsguE013207; Mon, 16 Jul 2012 09:54:44 -0400 From: Pavel Hrdina To: qemu-devel@nongnu.org Date: Mon, 16 Jul 2012 15:54:39 +0200 Message-Id: <1f4aba13bbf7b1def71badc4df7e831f0ad3b5e1.1342439680.git.minovotn@redhat.com> In-Reply-To: <3d1ec0fd89b439e704cc1f6d2e7b841a64cecb47.1342436496.git.minovotn@redhat.com> References: <3d1ec0fd89b439e704cc1f6d2e7b841a64cecb47.1342436496.git.minovotn@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.23 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.132.183.28 Cc: Michal Novotny Subject: [Qemu-devel] [PATCH] qemu-options.hx: Improve -nodefaults description X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org From: Michal Novotny 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 --- qemu-options.hx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/qemu-options.hx b/qemu-options.hx index ecf7ca1..54ec14d 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