| To: | xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx> |
|---|---|
| Subject: | [Xen-devel] [PATCH][VT] turn off some debug switches by default |
| From: | "Ling, Xiaofeng" <xiaofeng.ling@xxxxxxxxx> |
| Date: | 2005年10月19日 15:49:35 +0800 |
| Delivery-date: | 2005年10月19日 07:49:45 +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: | Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040510 |
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 446aa56ca4fe tools/ioemu/exec-all.h --- a/tools/ioemu/exec-all.h Mon Oct 17 13:50:28 2005 +0100 +++ b/tools/ioemu/exec-all.h Wed Oct 19 15:46:25 2005 +0800 @@ -573,7 +573,7 @@ } #endif -#define DEBUG_UNUSED_IOPORT -#define DEBUG_IOPORT +//#define DEBUG_UNUSED_IOPORT +//#define DEBUG_IOPORT #define TARGET_VMX diff -r 446aa56ca4fe tools/ioemu/hw/i8259.c --- a/tools/ioemu/hw/i8259.c Mon Oct 17 13:50:28 2005 +0100 +++ b/tools/ioemu/hw/i8259.c Wed Oct 19 15:46:25 2005 +0800 @@ -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-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | RE: [Xen-devel] allocating AGP aperture memory , Ian Pratt |
|---|---|
| Next by Date: | Re: [Xen-devel] domU boot/mount errors , Stephan Böni |
| Previous by Thread: | [Xen-devel] error inserting modele in domU ..... , Himanshu Raj |
| Next by Thread: | [Xen-devel] network-bridge script reworked , Kurt Garloff |
| Indexes: | [Date] [Thread] [Top] [All Lists] |