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] Remove debug printks.

# HG changeset patch
# User kaf24@xxxxxxxxxxxxxxxxxxxx
# Node ID c270d9ffdceff31219f0610e386d311881a5869f
# Parent  d4607c4c9478d9b4c8cd31181817eaec7b205e26

Remove debug printks.
Sometimes they generate too much output on serial console.
Signed-off-by: Arun Sharma <arun.sharma@xxxxxxxxx>

diff -r d4607c4c9478 -r c270d9ffdcef xen/arch/x86/vmx.c
--- a/xen/arch/x86/vmx.c        Mon Jul 11 08:59:41 2005
+++ b/xen/arch/x86/vmx.c        Mon Jul 11 08:59:58 2005
@@ -1445,12 +1445,9 @@
 
            if (idtv_info_field & 0x800) { /* valid error code */
                unsigned long error_code;
-               printk("VMX exit %x: %x/%lx\n",
-                       exit_reason, idtv_info_field, error_code);
                __vmread(VM_EXIT_INTR_ERROR_CODE, &error_code);
                __vmwrite(VM_ENTRY_EXCEPTION_ERROR_CODE, error_code);
-           } else
-               printk("VMX exit %x: %x\n", exit_reason, idtv_info_field);
+           } 
        }
         VMX_DBG_LOG(DBG_LEVEL_1, "idtv_info_field=%x", idtv_info_field);
     }

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Remove debug printks., Xen patchbot -unstable <=