>>> On 20.12.18 at 07:39, <christopher.w.cl...@gmail.com> wrote: > --- a/xen/common/argo.c > +++ b/xen/common/argo.c > @@ -19,6 +19,19 @@ > #include <xen/errno.h> > #include <xen/guest_access.h> > > +/* > + * Debug > + */ > + > +/* Set ARGO_DEBUG to 1 here to enable more debug messages */ > +#define ARGO_DEBUG 0 > + > +#ifdef ARGO_DEBUG
Well, either the way to switch between modes is replacing the 0 by a 1 above (in which case you mean #if here) or you mean #ifdef here and want to switch by toggling between #define and #undef. Jan _______________________________________________ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org/mailman/listinfo/xen-devel