WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] Restore "PHYSICAL MEMORY ARRANGEMENT" printk.

ChangeSet 1.1346, 2005/03/22 15:18:52+00:00, cl349@xxxxxxxxxxxxxxxxxxxx

        Restore "PHYSICAL MEMORY ARRANGEMENT" printk.
        Signed-off-by: Christian Limpach <Christian.Limpach@xxxxxxxxxxxx>



 domain_build.c |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletion(-)


diff -Nru a/xen/arch/x86/domain_build.c b/xen/arch/x86/domain_build.c
--- a/xen/arch/x86/domain_build.c       2005-03-22 15:03:43 -05:00
+++ b/xen/arch/x86/domain_build.c       2005-03-22 15:03:43 -05:00
@@ -178,7 +178,13 @@
     if ( (v_end - dsi.v_start) > (alloc_end - alloc_start) )
         panic("Insufficient contiguous RAM to build kernel image.\n");
 
-    printk("VIRTUAL MEMORY ARRANGEMENT:\n"
+    printk("PHYSICAL MEMORY ARRANGEMENT:\n"
+           " Dom0 alloc.:   %p->%p",
+           alloc_start, alloc_end);
+    if ( d->tot_pages < nr_pages )
+        printk(" (%d pages to be allocated)",
+               nr_pages - d->tot_pages);
+    printk("\nVIRTUAL MEMORY ARRANGEMENT:\n"
            " Loaded kernel: %p->%p\n"
            " Init. ramdisk: %p->%p\n"
            " Phys-Mach map: %p->%p\n"


-------------------------------------------------------
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882&alloc_id=15148&op=click
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Restore "PHYSICAL MEMORY ARRANGEMENT" printk., BitKeeper Bot <=