|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [PATCH] Log module loading
From: Paul Durrant <paul.durrant@xxxxxxxxxx>
Signed-off-by: Paul Durrant <paul.durrant@xxxxxxxxxx>
---
src/xen/module.c | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/src/xen/module.c b/src/xen/module.c
index 584a63d..9c4a5ea 100644
--- a/src/xen/module.c
+++ b/src/xen/module.c
@@ -145,6 +145,11 @@ ModuleAdd(
BOOLEAN After;
NTSTATUS status;
+ Info("%p - %p [%s]\n",
+ Start,
+ Start + Size - 1,
+ Name);
+
New = __ModuleAllocate(sizeof (MODULE));
status = STATUS_NO_MEMORY;
--
2.5.3
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |