From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from SMTP02.CITRIX.COM (smtp02.citrix.com [66.165.176.63]) (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 4898B81F2B for ; Tue, 6 Dec 2016 04:03:37 -0800 (PST) X-IronPort-AV: E=Sophos;i="5.33,310,1477958400"; d="scan'208";a="402036771" From: Anthony PERARD To: CC: Jordan Justen , Laszlo Ersek , Anthony PERARD Date: Tue, 6 Dec 2016 12:03:23 +0000 Message-ID: <20161206120325.1425-1-anthony.perard@citrix.com> X-Mailer: git-send-email 2.10.2 MIME-Version: 1.0 Subject: [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 12:03:37 -0000 Content-Type: text/plain 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(-) -- Anthony PERARD