From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id 085F4D80254 for ; Thu, 28 Sep 2023 01:54:57 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=G0NspObL7o/E1OWDgMzT99t1srTI//nhMWGmztzJ7go=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20140610; t=1695866096; v=1; b=M1QvHhz3VrZXSY4/4eSsVpQw05Ce60brAv7dKCtyOzJT6dNAWEpXZ78lLxcG8vmF2EEEQzgk K8nAP5OXHHblo6ta5xLlr4baCSK2XELA873W+nUoA/rz8sWoZssHxNrczJVhlpaX7daXcbjRfFX ax1K3iLqIRJ752OSpQe8aFSw= X-Received: by 127.0.0.2 with SMTP id rvTaYY7687511x8xuH39ae7u; Wed, 27 Sep 2023 18:54:56 -0700 X-Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.100]) by mx.groups.io with SMTP id smtpd.web10.5476.1695866095715012314 for ; Wed, 27 Sep 2023 18:54:56 -0700 X-IronPort-AV: E=McAfee;i="6600,9927,10846"; a="448459820" X-IronPort-AV: E=Sophos;i="6.03,182,1694761200"; d="scan'208";a="448459820" X-Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Sep 2023 18:54:55 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10846"; a="699102745" X-IronPort-AV: E=Sophos;i="6.03,182,1694761200"; d="scan'208";a="699102745" X-Received: from shwdesssddpdwei.ccr.corp.intel.com ([10.239.157.28]) by orsmga003.jf.intel.com with ESMTP; 27 Sep 2023 18:54:53 -0700 From: "Sheng Wei" To: devel@edk2.groups.io Cc: Ray Ni , Rangasai V Chaganty , Jenny Huang Subject: [edk2-devel] [PATCH] IntelSiliconPkg/Vtd: fix incorrect number of arguments Date: Thu, 28 Sep 2023 09:54:51 +0800 Message-Id: <20230928015451.844-1-w.sheng@intel.com> MIME-Version: 1.0 Precedence: Bulk 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,w.sheng@intel.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: 2f0hSIdQxnOuBeqofTfHkFCox7686176AA= Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=M1QvHhz3; spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=intel.com (policy=none) Fix incorrect number of arguments in VtdLibDumpSetAttribute(). Signed-off-by: Sheng Wei Cc: Ray Ni Cc: Rangasai V Chaganty Cc: Jenny Huang --- .../Library/IntelVTdPeiDxeLib/IntelVTdPeiDxeLib.c | 1 + 1 file changed, 1 insertion(+) diff --git a/Silicon/Intel/IntelSiliconPkg/Library/IntelVTdPeiDxeLib/IntelV= TdPeiDxeLib.c b/Silicon/Intel/IntelSiliconPkg/Library/IntelVTdPeiDxeLib/Int= elVTdPeiDxeLib.c index 1e65115c..84eb6287 100644 --- a/Silicon/Intel/IntelSiliconPkg/Library/IntelVTdPeiDxeLib/IntelVTdPeiDx= eLib.c +++ b/Silicon/Intel/IntelSiliconPkg/Library/IntelVTdPeiDxeLib/IntelVTdPeiDx= eLib.c @@ -1300,6 +1300,7 @@ VtdLibDumpSetAttribute ( SetAttributeInfo->SourceId.Uint16,=0D SetAttributeInfo->DeviceAddress,=0D SetAttributeInfo->Length,=0D + SetAttributeInfo->IoMmuAccess,=0D SetAttributeInfo->Status));=0D }=0D =0D --=20 2.26.2.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#109132): https://edk2.groups.io/g/devel/message/109132 Mute This Topic: https://groups.io/mt/101630645/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-