[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[win-pv-devel] [PATCH] Stop sending Trace messages to Xen by default



This functionality is useful but slow. It can be re-enabled, if desired,
by tweaking the 'XenLogLevel' value in the registry.

Signed-off-by: Paul Durrant <paul.durrant@xxxxxxxxxx>
---
 src/xen/driver.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/xen/driver.c b/src/xen/driver.c
index 46a3a28..74f3d64 100644
--- a/src/xen/driver.c
+++ b/src/xen/driver.c
@@ -49,8 +49,7 @@
 #include "assert.h"
 #include "version.h"
 
-#define DEFAULT_XEN_LOG_LEVEL   (LOG_LEVEL_TRACE |      \
-                                 LOG_LEVEL_CRITICAL)
+#define DEFAULT_XEN_LOG_LEVEL   LOG_LEVEL_CRITICAL
 #define DEFAULT_QEMU_LOG_LEVEL  (LOG_LEVEL_INFO |       \
                                  LOG_LEVEL_WARNING |    \
                                  LOG_LEVEL_ERROR |      \
-- 
2.5.3


_______________________________________________
win-pv-devel mailing list
win-pv-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/win-pv-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.