From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 50B81C433E0 for ; Sat, 30 Jan 2021 11:51:02 +0000 (UTC) Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id AB69760235 for ; Sat, 30 Jan 2021 11:51:01 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org AB69760235 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=antioche.eu.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=xen-devel-bounces@lists.xenproject.org Received: from list by lists.xenproject.org with outflank-mailman.78821.143529 (Exim 4.92) (envelope-from ) id 1l5oln-0001Ck-Po; Sat, 30 Jan 2021 11:50:27 +0000 X-Outflank-Mailman: Message body and most headers restored to incoming version Received: by outflank-mailman (output) from mailman id 78821.143529; Sat, 30 Jan 2021 11:50:27 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1l5oln-0001Cd-Mi; Sat, 30 Jan 2021 11:50:27 +0000 Received: by outflank-mailman (input) for mailman id 78821; Sat, 30 Jan 2021 11:50:26 +0000 Received: from us1-rack-iad1.inumbo.com ([172.99.69.81]) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1l5olm-0001CY-Eh for xen-devel@lists.xenproject.org; Sat, 30 Jan 2021 11:50:26 +0000 Received: from chassiron.antioche.eu.org (unknown [2001:41d0:fe9d:1101::1]) by us1-rack-iad1.inumbo.com (Halon) with ESMTPS id 341a9fc7-bd8d-46e9-bb4e-f499c552b809; Sat, 30 Jan 2021 11:50:23 +0000 (UTC) Received: from rochebonne.antioche.eu.org (rochebonne [10.0.0.1]) by chassiron.antioche.eu.org (8.15.2/8.15.2) with ESMTP id 10UBoDBV024245; Sat, 30 Jan 2021 12:50:13 +0100 (MET) Received: by rochebonne.antioche.eu.org (Postfix, from userid 1210) id 5364B281D; Sat, 30 Jan 2021 12:50:13 +0100 (CET) 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: 341a9fc7-bd8d-46e9-bb4e-f499c552b809 Date: Sat, 30 Jan 2021 12:50:13 +0100 From: Manuel Bouyer To: Roger Pau =?iso-8859-1?Q?Monn=E9?= Cc: xen-devel@lists.xenproject.org, Ian Jackson , Wei Liu , Anthony PERARD Subject: Re: [PATCH v2] libs/light: pass some infos to qemu Message-ID: <20210130115013.GA2101@antioche.eu.org> References: <20210126224800.1246-1-bouyer@netbsd.org> <20210126224800.1246-12-bouyer@netbsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (chassiron.antioche.eu.org [151.127.5.145]); Sat, 30 Jan 2021 12:50:13 +0100 (MET) On Thu, Jan 28, 2021 at 12:08:02PM +0100, Roger Pau Monné wrote: > [...] > Also, the qemu-ifup script doesn't seem to be part of the NetBSD > scripts that are upstream, is this something carried by the NetBSD > package? Actually, the script is part of qemu-xen-traditional: tools/qemu-xen-traditional/i386-dm/qemu-ifup-NetBSD and it's installed as part of 'make install'. The same script can be used for both qemu-xen-traditional and qemu-xen as long as we support only bridged mode by default. qemu-xen-traditional did call the script with the bridge name. This patch makes qemu-xen call the script with the same parameters, and add the XEN_DOMAIN_ID environnement variable. Is it OK to keep the script from qemu-xen-traditional (and installed as part of qemu-xen-traditional) for now ? -- Manuel Bouyer NetBSD: 26 ans d'experience feront toujours la difference --