From nobody Mon May 6 13:00:08 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=1612371304; cv=none; d=zohomail.com; s=zohoarc; b=EyYJxNaGi+JZEpXFkj+fJzCtEJvELNcAV6rMEgNL22vztHRzeSfLaUADj+cAxhJIawO38RNIhds/zxqdMmw5PuhcJGG/qx3DRy4zIHZ25VNgpplWetq7FTYODHglpP8Z2+BQrvkVh1UhZznH/FOVicZYr+n8zpdrgxGElrEZN7k= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1612371304; h=Content-Transfer-Encoding:Cc:Date:From:List-Subscribe:List-Post:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Sender:Subject:To; bh=iNkvbqTsuNiauOKfFPj5JHTXK4uk9rZV+NrhsrGWydA=; b=ceXzntzQzciLi5WdjwXMNA0HbBtsGOx6ij6KeIZjhKpR98TA9WudSQTAhE77BrP5xd6zwHIZ0yQvDE6emlrPQ8m7Uq6gnzryZoAdySUco6iThYCemBG4SnU0hv93yOECKTXR4s0MS4fu7OlsDOecGoGYH2jDWHSRMAyIOS8jO1s= 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 161237130421666.93292282324967; Wed, 3 Feb 2021 08:55:04 -0800 (PST) Received: from list by lists.xenproject.org with outflank-mailman.80969.148650 (Exim 4.92) (envelope-from ) id 1l7LQS-0003E4-AT; Wed, 03 Feb 2021 16:54:44 +0000 Received: by outflank-mailman (output) from mailman id 80969.148650; Wed, 03 Feb 2021 16:54:44 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1l7LQS-0003Dx-6g; Wed, 03 Feb 2021 16:54:44 +0000 Received: by outflank-mailman (input) for mailman id 80969; Wed, 03 Feb 2021 16:54:43 +0000 Received: from us1-rack-iad1.inumbo.com ([172.99.69.81]) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1l7LQQ-0003Do-Uf for xen-devel@lists.xenproject.org; Wed, 03 Feb 2021 16:54:42 +0000 Received: from isis.lip6.fr (unknown [2001:660:3302:283c::2]) by us1-rack-iad1.inumbo.com (Halon) with ESMTPS id 120a9d99-9055-46bf-a931-b92ee53d9f10; Wed, 03 Feb 2021 16:54:41 +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 113GsdWI021863; Wed, 3 Feb 2021 17:54:39 +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 113GscNw003580; Wed, 3 Feb 2021 17:54:39 +0100 (MET) Received: by borneo.soc.lip6.fr (Postfix, from userid 373) id 73EFAAA8BB; Wed, 3 Feb 2021 17:54:38 +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: 120a9d99-9055-46bf-a931-b92ee53d9f10 From: Manuel Bouyer To: xen-devel@lists.xenproject.org Cc: Manuel Bouyer , Ian Jackson , Wei Liu Subject: [PATCH] add a qemu-ifup script on NetBSD Date: Wed, 3 Feb 2021 17:54:18 +0100 Message-Id: <20210203165421.1550-1-bouyer@netbsd.org> X-Mailer: git-send-email 2.29.2 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:39 +0100 (CET) X-Scanned-By: MIMEDefang 2.78 on 132.227.60.2 Content-Type: text/plain; charset="utf-8" On NetBSD, qemu-xen will use a qemu-ifup script to setup the tap interfaces (as qemu-xen-traditional used to). Copy the script from qemu-xen-traditiona= l, and install it on NetBSD. While there document parameters and environnement variables. Signed-off-by: Manuel Bouyer Acked-by: Ian Jackson --- tools/hotplug/NetBSD/Makefile | 1 + tools/hotplug/NetBSD/qemu-ifup | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 tools/hotplug/NetBSD/qemu-ifup diff --git a/tools/hotplug/NetBSD/Makefile b/tools/hotplug/NetBSD/Makefile index 114b223207..f909ffa367 100644 --- a/tools/hotplug/NetBSD/Makefile +++ b/tools/hotplug/NetBSD/Makefile @@ -7,6 +7,7 @@ XEN_SCRIPTS +=3D locking.sh XEN_SCRIPTS +=3D block XEN_SCRIPTS +=3D vif-bridge XEN_SCRIPTS +=3D vif-ip +XEN_SCRIPTS +=3D qemu-ifup =20 XEN_SCRIPT_DATA =3D XEN_RCD_PROG =3D rc.d/xencommons rc.d/xendomains rc.d/xen-watchdog rc.d/xe= ndriverdomain diff --git a/tools/hotplug/NetBSD/qemu-ifup b/tools/hotplug/NetBSD/qemu-ifup new file mode 100644 index 0000000000..4305419f44 --- /dev/null +++ b/tools/hotplug/NetBSD/qemu-ifup @@ -0,0 +1,9 @@ +#!/bin/sh + +#called by qemu when a HVM domU is started. +# first parameter is tap interface, second is the bridge name +# environement variable $XEN_DOMAIN_ID contains the domU's ID, +# which can be used to retrieve extra parameters from the xenstore. + +ifconfig $1 up +exec /sbin/brconfig $2 add $1 --=20 2.29.2