From patchwork Tue Nov 17 17:25:38 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Cole Robinson X-Patchwork-Id: 56846 Delivered-To: patch@linaro.org Received: by 10.112.155.196 with SMTP id vy4csp2073098lbb; Tue, 17 Nov 2015 09:26:26 -0800 (PST) X-Received: by 10.13.231.69 with SMTP id q66mr40879756ywe.299.1447781185812; Tue, 17 Nov 2015 09:26:25 -0800 (PST) Return-Path: Received: from lists.gnu.org (lists.gnu.org. [2001:4830:134:3::11]) by mx.google.com with ESMTPS id 204si27343179ywv.417.2015.11.17.09.26.25 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Tue, 17 Nov 2015 09:26:25 -0800 (PST) Received-SPF: pass (google.com: domain of qemu-devel-bounces+patch=linaro.org@nongnu.org designates 2001:4830:134:3::11 as permitted sender) client-ip=2001:4830:134:3::11; Authentication-Results: mx.google.com; spf=pass (google.com: domain of qemu-devel-bounces+patch=linaro.org@nongnu.org designates 2001:4830:134:3::11 as permitted sender) smtp.mailfrom=qemu-devel-bounces+patch=linaro.org@nongnu.org Received: from localhost ([::1]:59875 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zyk1R-0002Zc-6x for patch@linaro.org; Tue, 17 Nov 2015 12:26:25 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45076) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zyk0o-0001y1-2m for qemu-devel@nongnu.org; Tue, 17 Nov 2015 12:25:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zyk0k-0001ll-V6 for qemu-devel@nongnu.org; Tue, 17 Nov 2015 12:25:46 -0500 Received: from mx1.redhat.com ([209.132.183.28]:42292) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zyk0k-0001lM-Pp for qemu-devel@nongnu.org; Tue, 17 Nov 2015 12:25:42 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (Postfix) with ESMTPS id 016CD3B757; Tue, 17 Nov 2015 17:25:41 +0000 (UTC) Received: from colepc.redhat.com (ovpn-113-20.phx2.redhat.com [10.3.113.20]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id tAHHPeFd011115; Tue, 17 Nov 2015 12:25:41 -0500 From: Cole Robinson To: ipxe-devel@ipxe.org Date: Tue, 17 Nov 2015 12:25:38 -0500 Message-Id: <59b02541da838ce9a0246178deb3c377109589bb.1447780013.git.crobinso@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.22 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 209.132.183.28 Cc: Cole Robinson , Gerd Hoffmann , qemu-devel@nongnu.org Subject: [Qemu-devel] [PATCH ipxe] build: Enable IPv6 for qemu X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+patch=linaro.org@nongnu.org Sender: qemu-devel-bounces+patch=linaro.org@nongnu.org --- I assume it's fine to enable... A fedora user requested it here: https://bugzilla.redhat.com/show_bug.cgi?id=1280318 src/config/qemu/general.h | 3 +++ 1 file changed, 3 insertions(+) -- 2.5.0 diff --git a/src/config/qemu/general.h b/src/config/qemu/general.h index 30f60d3..61d0ad4 100644 --- a/src/config/qemu/general.h +++ b/src/config/qemu/general.h @@ -8,3 +8,6 @@ /* Work around missing EFI_PXE_BASE_CODE_PROTOCOL */ #define EFI_DOWNGRADE_UX + +/* Enable IPv6 */ +#define NET_PROTO_IPV6