[libvirt] [PATCH] Fix build with DEBUG_RAW_IO=1

jdenemar at redhat.com jdenemar at redhat.com
Tue Apr 27 08:39:54 UTC 2010


From: Jiri Denemark <jdenemar at redhat.com>

---
 src/qemu/qemu_monitor.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

At the top of qemu_monitor.c the following lines can be seen:
    #define DEBUG_IO 0
    #define DEBUG_RAW_IO 0

diff --git a/src/qemu/qemu_monitor.c b/src/qemu/qemu_monitor.c
index c4f2725..38ee058 100644
--- a/src/qemu/qemu_monitor.c
+++ b/src/qemu/qemu_monitor.c
@@ -166,7 +166,7 @@ char *qemuMonitorEscapeShell(const char *in)
 }
 
 
-#if QEMU_DEBUG_RAW_IO
+#if DEBUG_RAW_IO
 # include <c-ctype.h>
 static char * qemuMonitorEscapeNonPrintable(const char *text)
 {
-- 
1.7.0.4




More information about the libvir-list mailing list