From nobody Wed May 1 14:40:11 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+100563+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+100563+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1677646535; cv=none; d=zohomail.com; s=zohoarc; b=Mm2hwXsxrCPmxzL6YHtQKM2MBlmhQF8NzVYmHk+uxvy3xu4JJcayx/LKYcJDQwz7MyY7VKMI9NqbIOl13G5vOdhkiOdcbHBCf+jnJcuggXbV0bMhit4QCuOImFNel6I1pezf5oXfMGChflEc1nDUqVKRf8s0E9jLYL/8/BQ3hcs= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1677646535; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=+AxYwHGOM07U1D7Us/EJ64HkSmnJShh6it4yclCrGWg=; b=n//pDPyBRTjvDnyZvFgAOut/av6/kbSI9U9xUHwjQgIQG64chw46RLzE8tVtnFPRRi3vJ0lEv1NZLEcEnfNSWDOkDy+lzftcG5v6XP6Pitv/AWVzyh8zeY4ozlbirf2DGauSI3DAhFpfIHQgPJE/g2NR03vRtLQzIaLMixBBS3s= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+100563+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 167764653554433.397882761727715; Tue, 28 Feb 2023 20:55:35 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id APYGYY1788612xUesCLbE8eW; Tue, 28 Feb 2023 20:55:35 -0800 X-Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mx.groups.io with SMTP id smtpd.web11.15127.1677646532388026513 for ; Tue, 28 Feb 2023 20:55:32 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10635"; a="399103051" X-IronPort-AV: E=Sophos;i="5.98,223,1673942400"; d="scan'208";a="399103051" X-Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Feb 2023 20:55:31 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10635"; a="706832937" X-IronPort-AV: E=Sophos;i="5.98,223,1673942400"; d="scan'208";a="706832937" X-Received: from nldesimo-desk.amr.corp.intel.com ([10.24.12.177]) by orsmga001-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Feb 2023 20:55:30 -0800 From: "Nate DeSimone" To: devel@edk2.groups.io Cc: Nate DeSimone , Andrew Fish , Ray Ni , Michael D Kinney , Chasel Chiu Subject: [edk2-devel] [PATCH v1] EmulatorPkg: Remove Duplicate gEmuIoThunkProtocolGuid Date: Tue, 28 Feb 2023 20:55:22 -0800 Message-Id: <20230301045524.1044-5-nathaniel.l.desimone@intel.com> In-Reply-To: <20230301045524.1044-1-nathaniel.l.desimone@intel.com> References: <20230301045524.1044-1-nathaniel.l.desimone@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,nathaniel.l.desimone@intel.com X-Gm-Message-State: IKBKM9VaiMrsRqiNkqPCM7uZx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1677646535; bh=x13yLIfNfS5Qr1CBwk8q8Kc2kJMaqJB1VeE9tVytHv8=; h=Cc:Date:From:Reply-To:Subject:To; b=kLjBgYveCnsWdGOWGN5gRvTKyo0Y+0V7JKNufK7MWMkD67zJXmTq9YBuFTmCxRfKd7p fHfdGVv0+KdLYF9UP6nq8AAI69IXTaWvJdYpWRITQlDBNN3aSKvkSIrPYHWn1VhvNylj4 gBvVVuBv13WuQa053WVkMI6tAhqh2+bspM0= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1677646536866100018 Content-Type: text/plain; charset="utf-8" From: Nate DeSimone Host.inf contains two redundant references to gEmuIoThunkProtocolGuid. Removing one of them as it is superfluous. Cc: Andrew Fish Cc: Ray Ni Cc: Michael D Kinney Cc: Chasel Chiu Signed-off-by: Nate DeSimone Acked-by: Ray Ni --- EmulatorPkg/Unix/Host/Host.inf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/EmulatorPkg/Unix/Host/Host.inf b/EmulatorPkg/Unix/Host/Host.inf index f5ebbed683..94997dde6a 100644 --- a/EmulatorPkg/Unix/Host/Host.inf +++ b/EmulatorPkg/Unix/Host/Host.inf @@ -2,7 +2,7 @@ # Entry Point of Emu Emulator # # Main executable file of Unix Emulator that loads PEI core after initiali= zation finished. -# Copyright (c) 2008 - 2022, Intel Corporation. All rights reserved.
+# Copyright (c) 2008 - 2023, Intel Corporation. All rights reserved.
# Portions copyright (c) 2008 - 2011, Apple Inc. All rights reserved.
# # SPDX-License-Identifier: BSD-2-Clause-Patent @@ -67,7 +67,6 @@ gEmuThunkPpiGuid =20 [Protocols] - gEmuIoThunkProtocolGuid gEmuIoThunkProtocolGuid gEmuGraphicsWindowProtocolGuid gEmuThreadThunkProtocolGuid --=20 2.30.2 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#100563): https://edk2.groups.io/g/devel/message/100563 Mute This Topic: https://groups.io/mt/97308244/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-