From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) (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 EB62F81F29 for ; Tue, 6 Dec 2016 09:10:16 -0800 (PST) Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 459EEC05AA57; Tue, 6 Dec 2016 17:10:16 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-116-5.phx2.redhat.com [10.3.116.5]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id uB6HAEAF007659; Tue, 6 Dec 2016 12:10:15 -0500 To: Anthony PERARD , edk2-devel@ml01.01.org References: <20161206120325.1425-1-anthony.perard@citrix.com> Cc: Jordan Justen , "Gao, Liming" From: Laszlo Ersek Message-ID: Date: Tue, 6 Dec 2016 18:10:14 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <20161206120325.1425-1-anthony.perard@citrix.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.24 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.32]); Tue, 06 Dec 2016 17:10:16 +0000 (UTC) Subject: Re: [PATCH v2 0/2] Fix runtime issue in XenBusDxe when compiled with GCC 6.2 X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Dec 2016 17:10:17 -0000 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit On 12/06/16 13:03, Anthony PERARD wrote: > > > Anthony PERARD (2): > OvmfPkg/XenHypercallLib: Add EFIAPI > OvmfPkg/build.sh: Use GCC49 toolchains with GCC 6.[0-2] > > OvmfPkg/Include/Library/XenHypercallLib.h | 3 +++ > OvmfPkg/Library/XenHypercallLib/XenHypercall.c | 3 +++ > OvmfPkg/build.sh | 2 +- > 3 files changed, 7 insertions(+), 1 deletion(-) > For patch #1: Reviewed-by: Laszlo Ersek Build-tested-by: Laszlo Ersek (With "OvmfPkg/OvmfPkgX64.dsc" and "ArmVirtPkg/ArmVirtXen.dsc".) For patch #2: Reviewed-by: Laszlo Ersek Regression-tested-by: Laszlo Ersek (I still use gcc-4.8, on RHEL-7.) Series pushed as 919278054f43..432f1d83f77a. I also closed as RESOLVED|INVALID. Thanks! Laszlo