From nobody Sat May 18 07:31:19 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1563883713; cv=none; d=zoho.com; s=zohoarc; b=mstwmkN74HZBAeb90KniDih9O3g3gssAexHA3gvhkkKgGC/s3bm0r8abctAgCECiK1pzoIRtUGqXL07dc9zq2fHIKkDKXcu/lODWCI/kwMWl9urnowAvdNA2nmJNbZCCrr9ikkWnZxlE6zdPiODPyj+vgRqZYOEpXwvYSk0bVdg= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1563883713; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Sender:Subject:To:ARC-Authentication-Results; bh=d6lT4qJ3VTqgPPQXDOj4TFUePxbUccOOSdOeVAVftaQ=; b=fggSRT/f1lom11ovD/MfHzGQ0rvbJslYd1rZBWe+ZMJ61U4eKXoHEH10ICEHqpo5hrutfb0ka74ljRrpVOWdLCeiKMH6h2/5Rj84gw9FkvQKVJxlyIRIqMglL5JrjLw3zsE5QHKO3EsPw75cw539hUosiZYpGvt62v4NK0zm7YU= ARC-Authentication-Results: i=1; mx.zoho.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail header.from= (p=none dis=none) header.from= Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1563883713794812.2075466059707; Tue, 23 Jul 2019 05:08:33 -0700 (PDT) Received: from localhost ([::1]:41962 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hptai-00008X-8e for importer@patchew.org; Tue, 23 Jul 2019 08:08:24 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:36249) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hptaY-0008C6-S6 for qemu-devel@nongnu.org; Tue, 23 Jul 2019 08:08:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hptaX-0002xv-Tm for qemu-devel@nongnu.org; Tue, 23 Jul 2019 08:08:14 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50488) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hptaX-0002wd-Oj for qemu-devel@nongnu.org; Tue, 23 Jul 2019 08:08:13 -0400 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 096913082120 for ; Tue, 23 Jul 2019 12:08:12 +0000 (UTC) Received: from localhost (ovpn-112-36.ams2.redhat.com [10.36.112.36]) by smtp.corp.redhat.com (Postfix) with ESMTP id 88E1C5C221; Tue, 23 Jul 2019 12:08:08 +0000 (UTC) From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= To: qemu-devel@nongnu.org Date: Tue, 23 Jul 2019 16:08:04 +0400 Message-Id: <20190723120804.29565-1-marcandre.lureau@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.42]); Tue, 23 Jul 2019 12:08:12 +0000 (UTC) Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [PATCH] docs: correct kconfig option X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: pbonzini@redhat.com, =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Type: text/plain; charset="utf-8" Signed-off-by: Marc-Andr=C3=A9 Lureau Reviewed-by: Philippe Mathieu-Daud=C3=A9 --- docs/devel/kconfig.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/devel/kconfig.rst b/docs/devel/kconfig.rst index d6f8eb0977..b7bca44704 100644 --- a/docs/devel/kconfig.rst +++ b/docs/devel/kconfig.rst @@ -267,7 +267,7 @@ the default configuration by uncommenting lines in the = first group, or commenting out lines in the second group. =20 It is also possible to run QEMU's configure script with the -``--with-default-devices`` option. When this is done, everything defaults +``--without-default-devices`` option. When this is done, everything defau= lts to ``n`` unless it is ``select``ed or explicitly switched on in the ``.mak`` files. In other words, ``default`` and ``imply`` directives are disabled. When QEMU is built with this option, the user will probably --=20 2.22.0.545.g9c9b961d7e