qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v1][ 04/23] qerror: refactor error to make the h


From: Luiz Capitulino
Subject: Re: [Qemu-devel] [PATCH v1][ 04/23] qerror: refactor error to make the human message reusable
Date: Wed, 18 May 2011 10:54:16 -0300

On Wed, 18 May 2011 09:09:28 +0100
Stefan Hajnoczi <address@hidden> wrote:

> On Wed, May 18, 2011 at 1:51 AM, Michael Roth <address@hidden> wrote:
> > +#if 0
> > +    qerror_abort(qerror, "expected '%c' in '%s'", c, entry->desc);
> > +#else
> > +    fprintf(stderr, "expected '%c' in '%s'", c, entry->desc);
> >     abort();
> > +#endif
> 
> There are a couple of #if 0 in the patch, please resolve them.

Yes and this does more than the subject says.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]