From nobody Mon Apr 29 15:25:19 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of lists.xenproject.org designates 192.237.175.120 as permitted sender) client-ip=192.237.175.120; envelope-from=xen-devel-bounces@lists.xenproject.org; helo=lists.xenproject.org; Authentication-Results: mx.zohomail.com; spf=pass (zohomail.com: domain of lists.xenproject.org designates 192.237.175.120 as permitted sender) smtp.mailfrom=xen-devel-bounces@lists.xenproject.org ARC-Seal: i=1; a=rsa-sha256; t=1612371308; cv=none; d=zohomail.com; s=zohoarc; b=FLfAJY59dQ9IEV8dps63QwRPh1VcEsMqcMvkByBGRuhyM9cshFBbVawlSUZ2vS7GjJk5r37tk/y6VdsUN87rOUQ77asXqrDRYM1wWl4VLiuZUX4/YjKux93zmnegRjuHj+W+B/uEryIz/+fg5BBbJZRYG40RNsWk7GfSVh34f94= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1612371308; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To; bh=inbs2suZk+SsrZ8jweFlLcTRmHVhy/ICL8+GPXiK900=; b=Wtd7cb+k0rUK9wMS41qe/qxN4vba2gaBcVMx7KLeYdIZ+WZpqylUpH9jgw1wPYn21avsa1fkxo3t4gO5dK7lEcIY8mBwaUlMJSKA8uS/ZTc2HLPyuLqXAEgbBWlpkuODCytZ+oFSK00BYTeZXaOGE+9f4mLQbfi5KmrYxQ1DK+4= ARC-Authentication-Results: i=1; mx.zohomail.com; spf=pass (zohomail.com: domain of lists.xenproject.org designates 192.237.175.120 as permitted sender) smtp.mailfrom=xen-devel-bounces@lists.xenproject.org Return-Path: Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) by mx.zohomail.com with SMTPS id 1612371308838558.4731694064383; Wed, 3 Feb 2021 08:55:08 -0800 (PST) Received: from list by lists.xenproject.org with outflank-mailman.80971.148674 (Exim 4.92) (envelope-from ) id 1l7LQe-0003KX-WC; Wed, 03 Feb 2021 16:54:56 +0000 Received: by outflank-mailman (output) from mailman id 80971.148674; Wed, 03 Feb 2021 16:54:56 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1l7LQe-0003KP-S6; Wed, 03 Feb 2021 16:54:56 +0000 Received: by outflank-mailman (input) for mailman id 80971; Wed, 03 Feb 2021 16:54:55 +0000 Received: from us1-rack-iad1.inumbo.com ([172.99.69.81]) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1l7LQd-0003Jr-QC for xen-devel@lists.xenproject.org; Wed, 03 Feb 2021 16:54:55 +0000 Received: from isis.lip6.fr (unknown [2001:660:3302:283c::2]) by us1-rack-iad1.inumbo.com (Halon) with ESMTPS id cf125cb7-1473-43ae-b2db-b1daf8ee0b89; Wed, 03 Feb 2021 16:54:54 +0000 (UTC) Received: from asim.lip6.fr (asim.lip6.fr [132.227.86.2]) by isis.lip6.fr (8.15.2/8.15.2) with ESMTP id 113GsrDn009511; Wed, 3 Feb 2021 17:54:53 +0100 (CET) Received: from borneo.soc.lip6.fr (borneo [132.227.103.47]) by asim.lip6.fr (8.15.2/8.14.4) with ESMTP id 113GsrfB012214; Wed, 3 Feb 2021 17:54:53 +0100 (MET) Received: by borneo.soc.lip6.fr (Postfix, from userid 373) id ACEECAA8BB; Wed, 3 Feb 2021 17:54:53 +0100 (MET) X-Outflank-Mailman: Message body and most headers restored to incoming version X-BeenThere: xen-devel@lists.xenproject.org List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: xen-devel-bounces@lists.xenproject.org Precedence: list Sender: "Xen-devel" X-Inumbo-ID: cf125cb7-1473-43ae-b2db-b1daf8ee0b89 From: Manuel Bouyer To: xen-devel@lists.xenproject.org Cc: Manuel Bouyer , Wei Liu , Ian Jackson Subject: [PATCH v3] Document qemu-ifup on NetBSD Date: Wed, 3 Feb 2021 17:54:20 +0100 Message-Id: <20210203165421.1550-3-bouyer@netbsd.org> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20210203165421.1550-1-bouyer@netbsd.org> References: <20210203165421.1550-1-bouyer@netbsd.org> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (isis.lip6.fr [132.227.60.2]); Wed, 03 Feb 2021 17:54:53 +0100 (CET) X-Scanned-By: MIMEDefang 2.78 on 132.227.60.2 Content-Type: text/plain; charset="utf-8" Document that on NetBSD, the tap interface will be configured by the qemu-ifup script. Signed-off-by: Manuel Bouyer Release-Acked-by: Ian Jackson --- docs/man/xl-network-configuration.5.pod | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/man/xl-network-configuration.5.pod b/docs/man/xl-network-= configuration.5.pod index af058d4d3c..8e5fd909fa 100644 --- a/docs/man/xl-network-configuration.5.pod +++ b/docs/man/xl-network-configuration.5.pod @@ -172,6 +172,9 @@ add it to the relevant bridge). Defaults to C but can be set to any script. Some example scripts are installed in C. =20 +Note on NetBSD HVM guests will ignore the script option for tap +(emulated) interfaces and always use +C to configure the interface in bridged mode. =20 =3Dhead2 ip =20 --=20 2.29.2