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

2010-04-27 Thread jdenemar
From: Jiri Denemark jdene...@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

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

2010-04-27 Thread Daniel Veillard
On Tue, Apr 27, 2010 at 10:39:54AM +0200, jdene...@redhat.com wrote: From: Jiri Denemark jdene...@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

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

2010-04-27 Thread Jiri Denemark
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