From nobody Wed May 1 22:02:43 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=1570525053; cv=none; d=zoho.com; s=zohoarc; b=Z0CSk4CiC0TUR723QM0Cw7FctWMeiIoo6TBlq3n86h5ZQ0EEtZ6TR7k3cQBMzQ6w9Z2Jiv6/TFxEBBsMtn0ZIoEznfckFxZxU1h4ouKv00GdDSvG/0TSAbGF+y4a7gd0g53nNtJNU7qc5lzenSRQZq/YZKilYUYYe1MuQJ6yYIc= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1570525053; h=Cc:Date:From:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:Message-ID:Sender:Subject:To:ARC-Authentication-Results; bh=lTjK4g9LmLynCHhcej7g0rbZJrC1nCA33MSw3JfP9M8=; b=dhd2FUX1ozHze9+m8m+cq1XdTarIBCXJJsnNaESZAgXeKBnekZZLKznqPcyWmXVAHYkDRWVpj1BaXjld3c0JU7/GK11LHQYlxEui6g+Hur3bJHfRoerXMzeQPXIDmEGaluC5oPnyECoCWDN1RAvVbWQo1sG9NCEv3VqIF+9QQEU= 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 1570525053600536.2198796590973; Tue, 8 Oct 2019 01:57:33 -0700 (PDT) Received: from localhost ([::1]:52442 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iHlJE-0008EC-48 for importer@patchew.org; Tue, 08 Oct 2019 04:57:32 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:58870) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iHlBh-00054A-K4 for qemu-devel@nongnu.org; Tue, 08 Oct 2019 04:49:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iHlBe-0001CK-Bk for qemu-devel@nongnu.org; Tue, 08 Oct 2019 04:49:44 -0400 Received: from mx1.redhat.com ([209.132.183.28]:42872) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iHlBe-00015U-6C; Tue, 08 Oct 2019 04:49:42 -0400 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 3F96018C4287; Tue, 8 Oct 2019 08:49:40 +0000 (UTC) Received: from thuth.com (dhcp-200-228.str.redhat.com [10.33.200.228]) by smtp.corp.redhat.com (Postfix) with ESMTP id BFFB960BE0; Tue, 8 Oct 2019 08:49:35 +0000 (UTC) From: Thomas Huth To: Ed Maste , Li-Wen Hsu , =?UTF-8?q?Alex=20Benn=C3=A9e?= , qemu-devel@nongnu.org Subject: [PATCH] Test netmap on FreeBSD Date: Tue, 8 Oct 2019 10:49:31 +0200 Message-Id: <20191008084931.12753-1-thuth@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.6.2 (mx1.redhat.com [10.5.110.62]); Tue, 08 Oct 2019 08:49:40 +0000 (UTC) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.132.183.28 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: qemu-trivial@nongnu.org, Markus Armbruster , Giuseppe Lettieri , Vincenzo Maffione , =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= , Stefano Garzarella Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" FreeBSD offers a package for "netmap", thus let's install it in our FreeBSD tests to get some compile test coverage for net/netmap.c, too. Signed-off-by: Thomas Huth --- .cirrus.yml | 2 +- tests/vm/freebsd | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 8326a3a4b1..44fea2c29e 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -8,7 +8,7 @@ freebsd_12_task: memory: 8G install_script: pkg install -y bash bison curl cyrus-sasl git glib gmake gnutls gsed - nettle perl5 pixman pkgconf png usbredir + netmap nettle perl5 pixman pkgconf png usbredir script: - mkdir build - cd build diff --git a/tests/vm/freebsd b/tests/vm/freebsd index 2a19461a90..45821702bd 100755 --- a/tests/vm/freebsd +++ b/tests/vm/freebsd @@ -54,6 +54,9 @@ class FreeBSDVM(basevm.BaseVM): # libs: opengl "libepoxy", "mesa-libs", + + # libs: network + "netmap", ] =20 BUILD_SCRIPT =3D """ --=20 2.18.1