ia64/xen-unstable
changeset 7458:19432bec4c06
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@intel.com>
These macros cause extra prints in /var/log/xend-debug, and
affect the performance.
Signed-off-by: Xiaofeng Ling <xiaofeng.ling@intel.com>
author | kaf24@firebug.cl.cam.ac.uk |
---|---|
date | Fri Oct 21 10:17:29 2005 +0100 (2005-10-21) |
parents | 1e40bed176d4 |
children | 349d7b4ef7b0 |
files | tools/ioemu/exec-all.h tools/ioemu/hw/i8259.c |
line diff
1.1 --- a/tools/ioemu/exec-all.h Thu Oct 20 21:37:15 2005 +0100 1.2 +++ b/tools/ioemu/exec-all.h Fri Oct 21 10:17:29 2005 +0100 1.3 @@ -573,7 +573,7 @@ static inline target_ulong get_phys_addr 1.4 } 1.5 #endif 1.6 1.7 -#define DEBUG_UNUSED_IOPORT 1.8 -#define DEBUG_IOPORT 1.9 +//#define DEBUG_UNUSED_IOPORT 1.10 +//#define DEBUG_IOPORT 1.11 #define TARGET_VMX 1.12
2.1 --- a/tools/ioemu/hw/i8259.c Thu Oct 20 21:37:15 2005 +0100 2.2 +++ b/tools/ioemu/hw/i8259.c Fri Oct 21 10:17:29 2005 +0100 2.3 @@ -29,7 +29,7 @@ 2.4 //#define DEBUG_PIC 2.5 2.6 //#define DEBUG_IRQ_LATENCY 2.7 -#define DEBUG_IRQ_COUNT 2.8 +//#define DEBUG_IRQ_COUNT 2.9 2.10 extern void pit_reset_vmx_vectors(); 2.11