[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] Turn off some debug switches by default
# HG changeset patch # User kaf24@xxxxxxxxxxxxxxxxxxxx # Node ID 19432bec4c0608f18e956fb9f09e74a1dd9c132e # Parent 1e40bed176d461512bdeb660bac797e8d41726ba Turn off some debug switches by default These macros cause extra prints in /var/log/xend-debug, and affect the performance. Signed-off-by: Xiaofeng Ling <xiaofeng.ling@xxxxxxxxx> diff -r 1e40bed176d4 -r 19432bec4c06 tools/ioemu/exec-all.h --- a/tools/ioemu/exec-all.h Thu Oct 20 20:37:15 2005 +++ b/tools/ioemu/exec-all.h Fri Oct 21 09:17:29 2005 @@ -573,7 +573,7 @@ } #endif -#define DEBUG_UNUSED_IOPORT -#define DEBUG_IOPORT +//#define DEBUG_UNUSED_IOPORT +//#define DEBUG_IOPORT #define TARGET_VMX diff -r 1e40bed176d4 -r 19432bec4c06 tools/ioemu/hw/i8259.c --- a/tools/ioemu/hw/i8259.c Thu Oct 20 20:37:15 2005 +++ b/tools/ioemu/hw/i8259.c Fri Oct 21 09:17:29 2005 @@ -29,7 +29,7 @@ //#define DEBUG_PIC //#define DEBUG_IRQ_LATENCY -#define DEBUG_IRQ_COUNT +//#define DEBUG_IRQ_COUNT extern void pit_reset_vmx_vectors(); _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |