From nobody Sun May 5 05:57:16 2024 Delivered-To: importer@patchew.org Received-SPF: temperror (zoho.com: Error in retrieving data from DNS) 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=temperror (zoho.com: Error in retrieving data from DNS) 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=1557067610; cv=none; d=zoho.com; s=zohoarc; b=nt2UBrG22J8qD2KIbKUGhu1ANFSO3jknV1g8a3gcL9UGZ9MFJGwfA0KRBMpqIymQj827Dh7Ie/EjcXaEbrwI5QOx8JDa5GU/b7OO6ZxH1A549h7h18SyL7ngdPkH3nFRB/nWSTEq3DyhGqZGuwjUxHuahBxBse3tPsHtslJAdtY= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1557067610; h=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=HLhrajgg5zJ18mNX0apJSns/tnhSDwuC9RmvT/fZX18=; b=M4bmFvzJB+kktJysoMPKd6bKzl5rvzthn5qEQBYd/3IzSGvZD80u8jQUM3C262gScNnUzBaazcK+7p4A82gf1ZU4xBYWQ4l+s1ZHGxm95q01B+GVdB8glgwW7dxPpx+V4Nm2HuI0eFCGKe0rp8hZL8DvI3T8L/1972mKwq35AmI= ARC-Authentication-Results: i=1; mx.zoho.com; spf=temperror (zoho.com: Error in retrieving data from DNS) 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 1557067610251258.3923766095279; Sun, 5 May 2019 07:46:50 -0700 (PDT) Received: from localhost ([127.0.0.1]:42050 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hNIPS-0000kB-M7 for importer@patchew.org; Sun, 05 May 2019 10:46:34 -0400 Received: from eggs.gnu.org ([209.51.188.92]:37957) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hNIOW-0008W4-C9 for qemu-devel@nongnu.org; Sun, 05 May 2019 10:45:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hNIOV-0004v1-0u for qemu-devel@nongnu.org; Sun, 05 May 2019 10:45:36 -0400 Received: from mx1.redhat.com ([209.132.183.28]:52514) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hNIOU-0004sQ-RH; Sun, 05 May 2019 10:45:34 -0400 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id DBA29308FE8F; Sun, 5 May 2019 14:45:31 +0000 (UTC) Received: from thuth.com (ovpn-116-27.ams2.redhat.com [10.36.116.27]) by smtp.corp.redhat.com (Postfix) with ESMTP id D086860851; Sun, 5 May 2019 14:45:30 +0000 (UTC) From: Thomas Huth To: Greg Kurz , qemu-devel@nongnu.org Date: Sun, 5 May 2019 16:45:27 +0200 Message-Id: <20190505144527.27926-1-thuth@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.49]); Sun, 05 May 2019 14:45:32 +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] virtfs: Add missing "id" parameter in documentation X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: qemu-trivial@nongnu.org Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Type: text/plain; charset="utf-8" ... and remove the square brackets from "path" and "security_model", since these parameters are not optional. Buglink: https://bugs.launchpad.net/qemu/+bug/1581976 Signed-off-by: Thomas Huth --- qemu-options.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qemu-options.hx b/qemu-options.hx index 51802cbb26..9571ddd141 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -1311,7 +1311,7 @@ DEF("virtfs", HAS_ARG, QEMU_OPTION_virtfs, =20 STEXI =20 -@item -virtfs @var{fsdriver}[,path=3D@var{path}],mount_tag=3D@var{mount_ta= g}[,security_model=3D@var{security_model}][,writeout=3D@var{writeout}][,rea= donly][,socket=3D@var{socket}|sock_fd=3D@var{sock_fd}][,fmode=3D@var{fmode}= ][,dmode=3D@var{dmode}] +@item -virtfs @var{fsdriver},path=3D@var{path},mount_tag=3D@var{mount_tag}= ,security_model=3D@var{security_model}[,id=3D@var{id}][,writeout=3D@var{wri= teout}][,readonly][,socket=3D@var{socket}|sock_fd=3D@var{sock_fd}][,fmode= =3D@var{fmode}][,dmode=3D@var{dmode}] @findex -virtfs =20 The general form of a Virtual File system pass-through options are: --=20 2.21.0