From: "Ling, Xiaofeng" <xiaofeng.ling@intel.com>
To: xen-devel <xen-devel@lists.xensource.com>
Subject: [PATCH][VT] turn off some debug switches by default
Date: Wed, 19 Oct 2005 15:49:35 +0800 [thread overview]
Message-ID: <4355FA8F.2040804@intel.com> (raw)
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>
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();
reply other threads:[~2005-10-19 7:49 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4355FA8F.2040804@intel.com \
--to=xiaofeng.ling@intel.com \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.