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-devel

[Xen-devel] [PATCH][4/5] Remove debug printks.

To: Ian Pratt <Ian.Pratt@xxxxxxxxxxxx>, Keir Fraser <Keir.Fraser@xxxxxxxxxxxx>
Subject: [Xen-devel] [PATCH][4/5] Remove debug printks.
From: Arun Sharma <arun.sharma@xxxxxxxxx>
Date: Sun, 10 Jul 2005 12:03:24 -0700
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Sun, 10 Jul 2005 18:57:29 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.4.1i
Remove debug printks.

Sometimes they generate too much output on serial console.

Signed-off-by: Arun Sharma <arun.sharma@xxxxxxxxx>

diff -r 2ae37d882cf5 -r 14097f22fe2e xen/arch/x86/vmx.c
--- a/xen/arch/x86/vmx.c        Fri Jul  8 00:18:10 2005
+++ b/xen/arch/x86/vmx.c        Fri Jul  8 00:56:53 2005
@@ -1455,12 +1484,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-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>