Discussion:
[win-pv-devel] [PATCH] Stop sending Trace messages to Xen by default
Paul Durrant
2018-11-01 10:46:38 UTC
Permalink
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 <***@citrix.com>
---
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
Loading...