From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:4001:c0b::241; helo=mail-it0-x241.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-it0-x241.google.com (mail-it0-x241.google.com [IPv6:2607:f8b0:4001:c0b::241]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id D1946209831EA for ; Thu, 12 Jul 2018 23:45:24 -0700 (PDT) Received: by mail-it0-x241.google.com with SMTP id p17-v6so10148754itc.2 for ; Thu, 12 Jul 2018 23:45:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=dV6+dUe+vUjM7HSB9VCcW7T06oDaKoOAv3CdY52hD00=; b=b9Sbbl8wYpqsjIxwHOmrKu7P5AU0oNOIcjDEmgBTNLJejUIAUmyEKyOru0RRDr9GYi K/tInzq4nHimwLNfQDgzJQXNTj8dNvUfu9j/2U3hFqy57vpv5aUMI6yydn96F9AqqFiF RadOUAtPDP/M3ft13QtHB2z+ZDpCIKCPvUNvk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=dV6+dUe+vUjM7HSB9VCcW7T06oDaKoOAv3CdY52hD00=; b=lWtdqPdETRtcZEgvrjKy0xVSON5BysTiWgJTD5hoLmDUOq9a+lgK4oWnqO8C86uGxI LGec2VyFc3zplWDorLmzOWq7GdRHLnqqPT0C4Rx6Eul0bhu4tYK4VlfG+Qq3l2swYkcP kstCla988vrTJjHIJf8/Y5g6o3aCfvQLN7cONQPerS/IS7XAHtf5wUd1tamwxxaxGiHL nFws4SuHnBts2v+Gu0bIqgZJ18yosTMiTl15G8v/9QaTXnUoYp67T/1do5uKCbuLcVYk Nxy0mHbDLAhkeVKMnAULH4ayLebwZKHhg15PwwNF+T/RQ3Edci4c3CznO+Y2ZiLZikML 1ndw== X-Gm-Message-State: AOUpUlGgP/7PGykFN8d2Cdzw7jFWEY61WZkep9Hd8wVElWYW2l4feOu+ Qqi0HYOGuWIZ9SQ0Qld0iCq1FD8FWnEo2p98TDKhPg== X-Google-Smtp-Source: AAOMgpcn8xPuFtGOdOPGCHyAvXqPDT7CBljQu7gyRJfUc2ATAbNwmG/dSJ+uQ4i6UpY2upO7/75Lh7yIETNppQXxX0M= X-Received: by 2002:a02:a1d9:: with SMTP id o25-v6mr4270365jah.86.1531464323720; Thu, 12 Jul 2018 23:45:23 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a6b:bbc7:0:0:0:0:0 with HTTP; Thu, 12 Jul 2018 23:45:23 -0700 (PDT) In-Reply-To: <20180712234112.3566-1-lersek@redhat.com> References: <20180712234112.3566-1-lersek@redhat.com> From: Ard Biesheuvel Date: Fri, 13 Jul 2018 08:45:23 +0200 Message-ID: To: Laszlo Ersek Cc: edk2-devel-01 , Julien Grall 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: Fri, 13 Jul 2018 06:45:25 -0000 Content-Type: text/plain; charset="UTF-8" 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 > Cc: Ard Biesheuvel > Cc: Julien Grall > > Thanks > Laszlo > > Laszlo Ersek (2): > ArmVirtPkg: unify HttpLib resolutions in "ArmVirt.dsc.inc" > ArmVirtPkg/ArmVirtQemu: enable the IPv6 stack > > ArmVirtPkg/ArmVirt.dsc.inc | 21 +++++++++++++++++--- > ArmVirtPkg/ArmVirtQemu.dsc | 17 +++++++++++----- > ArmVirtPkg/ArmVirtQemuKernel.dsc | 17 +++++++++++----- > ArmVirtPkg/ArmVirtQemuFvMain.fdf.inc | 12 ++++++++++- > 4 files changed, 53 insertions(+), 14 deletions(-) > > -- > 2.14.1.3.gb7cf6e02401b >