From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:33802) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iZaRr-0001Nd-FS for guix-patches@gnu.org; Tue, 26 Nov 2019 08:00:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iZaRm-00007n-GF for guix-patches@gnu.org; Tue, 26 Nov 2019 08:00:07 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:44761) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iZaRm-00007e-CZ for guix-patches@gnu.org; Tue, 26 Nov 2019 08:00:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iZaRm-0005Ah-BA for guix-patches@gnu.org; Tue, 26 Nov 2019 08:00:02 -0500 Subject: [bug#38385] [PATCH 0/2] gnu: qemu: Build with vde2 support. Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:33676) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iZaR4-0000gg-G5 for guix-patches@gnu.org; Tue, 26 Nov 2019 07:59:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iZaR3-0007uP-CP for guix-patches@gnu.org; Tue, 26 Nov 2019 07:59:18 -0500 Received: from mout02.posteo.de ([185.67.36.66]:37003) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iZaR2-0007s9-Tt for guix-patches@gnu.org; Tue, 26 Nov 2019 07:59:17 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 63B1F2400FE for ; Tue, 26 Nov 2019 13:59:14 +0100 (CET) From: Diego Nicola Barbato Date: Tue, 26 Nov 2019 13:59:00 +0100 Message-Id: <20191126125900.32589-1-dnbarbato@posteo.de> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 38385@debbugs.gnu.org Cc: Diego Nicola Barbato Hello Guix, The following two patches add vde2 (Virtual Distributed Ethernet) and modify QEMU so that it supports vde netdevs. The latest release of vde2 (2.3.2) is rather old (from 2011) and there have been quite a few changes on their github repository (e.g. they switched from openssl to wolfssl), which might qualify it for an exception to our rule to use only official releases. Nevertheless, I have decided to stick with that old release for now (as do Nix and Debian), because I haven't been able to package the git version due to their configure script checking for something which is true for openssl-1.0 but not wolfssl (even though they've switched to the latter), which probably hasn't been noticed yet as nobody has tried to build it in a pure environment until now. Regards, Diego Diego Nicola Barbato (2): gnu: Add vde2. gnu: qemu: Build with vde2 support. gnu/packages/networking.scm | 30 ++++++++++++++++++++++++++++++ gnu/packages/virtualization.scm | 2 +- 2 files changed, 31 insertions(+), 1 deletion(-) --=20 2.24.0