From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=66.187.233.73; helo=mx1.redhat.com; envelope-from=lersek@redhat.com; receiver=edk2-devel@lists.01.org Received: from mx1.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 754AB2097FAA5 for ; Tue, 17 Jul 2018 07:01:17 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id B91A877885; Tue, 17 Jul 2018 14:01:16 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-120-194.rdu2.redhat.com [10.10.120.194]) by smtp.corp.redhat.com (Postfix) with ESMTP id D57BC10191; Tue, 17 Jul 2018 14:01:15 +0000 (UTC) To: Ard Biesheuvel Cc: edk2-devel-01 , Julien Grall References: <20180712234112.3566-1-lersek@redhat.com> From: Laszlo Ersek Message-ID: <5f48895a-e7d5-145c-43a6-e748c038beff@redhat.com> Date: Tue, 17 Jul 2018 16:01:05 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 2.79 on 10.11.54.5 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.1]); Tue, 17 Jul 2018 14:01:16 +0000 (UTC) X-Greylist: inspected by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.1]); Tue, 17 Jul 2018 14:01:16 +0000 (UTC) for IP:'10.11.54.5' DOMAIN:'int-mx05.intmail.prod.int.rdu2.redhat.com' HELO:'smtp.corp.redhat.com' FROM:'lersek@redhat.com' RCPT:'' Subject: Re: [PATCH 0/2] ArmVirtPkg/ArmVirtQemu: enable the IPv6 stack X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jul 2018 14:01:17 -0000 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit On 07/13/18 08:45, Ard Biesheuvel wrote: > On 13 July 2018 at 01:41, Laszlo Ersek wrote: >> Repo: https://github.com/lersek/edk2.git >> Branch: armvirt_ipv6_bz1007 >> >> Tested the "-D NETWORK_IP6_ENABLE" ArmVirtQemu build with PXEv4, PXEv6, >> HTTPv4, HTTPv6 netboot. >> >> Build-tested the ArmVirtQemuKernel build (32- and 64-bit), and the >> ArmVirtXen build (64-bit). >> >> Ard, if the series is OK, can you please push it for me as well? Thank >> you. >> > > Looks good to me > > Reviewed-by: Ard Biesheuvel > > Pushed as 280f49b81170..ae08ea246fe9 Thank you! Laszlo