summaryrefslogtreecommitdiffstats
path: root/OvmfPkg/IoMmuDxe/AmdSevIoMmu.c
diff options
context:
space:
mode:
Diffstat (limited to 'OvmfPkg/IoMmuDxe/AmdSevIoMmu.c')
-rw-r--r--OvmfPkg/IoMmuDxe/AmdSevIoMmu.c13
1 files changed, 11 insertions, 2 deletions
diff --git a/OvmfPkg/IoMmuDxe/AmdSevIoMmu.c b/OvmfPkg/IoMmuDxe/AmdSevIoMmu.c
index a153d250d5..0ab7043498 100644
--- a/OvmfPkg/IoMmuDxe/AmdSevIoMmu.c
+++ b/OvmfPkg/IoMmuDxe/AmdSevIoMmu.c
@@ -490,6 +490,15 @@ IoMmuAllocateBuffer (
UINTN CommonBufferPages;
COMMON_BUFFER_HEADER *CommonBufferHeader;
+ DEBUG ((
+ DEBUG_VERBOSE,
+ "%a: MemoryType=%u Pages=0x%Lx Attributes=0x%Lx\n",
+ __FUNCTION__,
+ (UINT32)MemoryType,
+ (UINT64)Pages,
+ Attributes
+ ));
+
//
// Validate Attributes
//
@@ -566,10 +575,10 @@ IoMmuAllocateBuffer (
DEBUG ((
DEBUG_VERBOSE,
- "%a Address 0x%Lx Pages 0x%Lx\n",
+ "%a: Host=0x%Lx Stash=0x%p\n",
__FUNCTION__,
PhysicalAddress,
- (UINT64)Pages
+ StashBuffer
));
return EFI_SUCCESS;