[edk2-devel] [PATCH] IntelSiliconPkg/Vtd: fix incorrect number of arguments

Sheng Wei posted 1 patch 7 months, 1 week ago
Failed in applying to current master (apply log)
.../Library/IntelVTdPeiDxeLib/IntelVTdPeiDxeLib.c                | 1 +
1 file changed, 1 insertion(+)
[edk2-devel] [PATCH] IntelSiliconPkg/Vtd: fix incorrect number of arguments
Posted by Sheng Wei 7 months, 1 week ago
Fix incorrect number of arguments in VtdLibDumpSetAttribute().

Signed-off-by: Sheng Wei <w.sheng@intel.com>
Cc: Ray Ni <ray.ni@intel.com>
Cc: Rangasai V Chaganty <rangasai.v.chaganty@intel.com>
Cc: Jenny Huang <jenny.huang@intel.com>
---
 .../Library/IntelVTdPeiDxeLib/IntelVTdPeiDxeLib.c                | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Silicon/Intel/IntelSiliconPkg/Library/IntelVTdPeiDxeLib/IntelVTdPeiDxeLib.c b/Silicon/Intel/IntelSiliconPkg/Library/IntelVTdPeiDxeLib/IntelVTdPeiDxeLib.c
index 1e65115c..84eb6287 100644
--- a/Silicon/Intel/IntelSiliconPkg/Library/IntelVTdPeiDxeLib/IntelVTdPeiDxeLib.c
+++ b/Silicon/Intel/IntelSiliconPkg/Library/IntelVTdPeiDxeLib/IntelVTdPeiDxeLib.c
@@ -1300,6 +1300,7 @@ VtdLibDumpSetAttribute (
                  SetAttributeInfo->SourceId.Uint16,
                  SetAttributeInfo->DeviceAddress,
                  SetAttributeInfo->Length,
+                 SetAttributeInfo->IoMmuAccess,
                  SetAttributeInfo->Status));
 }
 
-- 
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/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-