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

Jiri Denemark jdenemar at redhat.com
Tue Apr 27 10:17:09 UTC 2010


> > 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)
> >  {
> 
> ACK,

Pushed, thanks.

Jirka




More information about the libvir-list mailing list