From nobody Thu May 2 10:06:19 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+100560+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+100560+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1677646534; cv=none; d=zohomail.com; s=zohoarc; b=LnewcV4k8lEeYl5oc71XS45Nugw1/wzBDl8PvkUDPF2JvOoJcJ4730NSSu4ucZq/aWpld64nJpG3rbOsDbnU5jwQLMlqqEWHHknmzi2E2K/vNaq+3HLD+MyThIlXxqi0/RSyQQ7g72RB8jfWymVkle0j0N3dpk9Exg5dwki2xYw= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1677646534; 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=uInxxMqSfd+1ZKTmyaxBpdJ5o669f4vwulXf+1yeO1Y=; b=egoZhesRNnWn1lW3iQd8P+UHbWoYBca2XLVjjKzSL6VS1lEIrW8Hh8l/BwbM6xDPYTLZVS1QvA7bTZ23lAeY0UxtSiBHKSW/FY8rj8m2K/mxZG1LxRVv+hdWBTSdFBDo0ztf5ACD6lS7q6xAM1CC3sm7mJI3z8kBZtFpniAZ/4M= 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+100560+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 1677646534220471.2260831600812; Tue, 28 Feb 2023 20:55:34 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id lKYrYY1788612xsnDiI3bJko; Tue, 28 Feb 2023 20:55:33 -0800 X-Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mx.groups.io with SMTP id smtpd.web10.15151.1677646531793211118 for ; Tue, 28 Feb 2023 20:55:32 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10635"; a="399103045" X-IronPort-AV: E=Sophos;i="5.98,223,1673942400"; d="scan'208";a="399103045" 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:30 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10635"; a="706832928" X-IronPort-AV: E=Sophos;i="5.98,223,1673942400"; d="scan'208";a="706832928" 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: Delete EMU_IO_THUNK_PROTOCO_GUID Date: Tue, 28 Feb 2023 20:55:19 -0800 Message-Id: <20230301045524.1044-2-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: SGMDifgVPVLXALRZ9ZZrOQCkx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1677646533; bh=7c3/phfaoiC+yUcsCZ+7Nj9xGPvOgB9oLyXewl+fX64=; h=Cc:Date:From:Reply-To:Subject:To; b=Dy7seI1iHZ6rOVI1pEBhvKDMjPwRrTeezjGY7XP+Hea4Q2PaHR1BVBjWv3UJhgAKQOm XKeDeL7MRRiNnvMz1XiPGjpcK9AjCgtQG5W/udC8xY2D5OnBAlSppxDQWRfcVJRqL6Pqj omANJ+Ay/xtA/k+s4PJgpeNh/Qy8RBUR/hc= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1677646534969100002 Content-Type: text/plain; charset="utf-8" From: Nate DeSimone Delete this macro because: 1. Nothing uses it. 2. It is misspelled. 3. It is a EDK I style GUID definition which is redundant with an existing EDK II style GUID definition. Cc: Andrew Fish Cc: Ray Ni Cc: Michael D Kinney Cc: Chasel Chiu Signed-off-by: Nate DeSimone --- EmulatorPkg/Include/Protocol/EmuIoThunk.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/EmulatorPkg/Include/Protocol/EmuIoThunk.h b/EmulatorPkg/Includ= e/Protocol/EmuIoThunk.h index b6da635177..5f025c0e3c 100644 --- a/EmulatorPkg/Include/Protocol/EmuIoThunk.h +++ b/EmulatorPkg/Include/Protocol/EmuIoThunk.h @@ -2,6 +2,7 @@ Emulator Thunk to abstract OS services from pure EFI code =20 Copyright (c) 2010 - 2011, Apple Inc. All rights reserved.
+ Copyright (c) 2023, Intel Corporation. All rights reserved.
=20 SPDX-License-Identifier: BSD-2-Clause-Patent =20 @@ -10,9 +11,6 @@ #ifndef __EMU_IO_THUNK__ #define __EMU_IO_THUNK__ =20 -#define EMU_IO_THUNK_PROTOCO_GUID \ - { 0x453368F6, 0x7C85, 0x434A, { 0xA9, 0x8A, 0x72, 0xD1, 0xB7, 0xFF, 0xA9,= 0x26 } } - typedef struct _EMU_IO_THUNK_PROTOCOL EMU_IO_THUNK_PROTOCOL; =20 typedef --=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 (#100560): https://edk2.groups.io/g/devel/message/100560 Mute This Topic: https://groups.io/mt/97308241/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-