qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Test netmap on FreeBSD
@ 2019-10-08  8:49 Thomas Huth
  2019-10-08  9:48 ` Stefano Garzarella
  0 siblings, 1 reply; 6+ messages in thread
From: Thomas Huth @ 2019-10-08  8:49 UTC (permalink / raw)
  To: Ed Maste, Li-Wen Hsu, Alex Bennée, qemu-devel
  Cc: qemu-trivial, Markus Armbruster, Giuseppe Lettieri,
	Vincenzo Maffione, Philippe Mathieu-Daudé,
	Stefano Garzarella

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 <thuth@redhat.com>
---
 .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",
     ]
 
     BUILD_SCRIPT = """
-- 
2.18.1



^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-10-08 17:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-08  8:49 [PATCH] Test netmap on FreeBSD Thomas Huth
2019-10-08  9:48 ` Stefano Garzarella
2019-10-08  9:52   ` Li-Wen Hsu
2019-10-08 17:07     ` Vincenzo Maffione
2019-10-08 17:12     ` Vincenzo Maffione
2019-10-08  9:57   ` Thomas Huth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).