From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:49312) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QMhCg-0003ec-DN for qemu-devel@nongnu.org; Wed, 18 May 2011 09:54:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QMhCf-0006L9-DH for qemu-devel@nongnu.org; Wed, 18 May 2011 09:54:22 -0400 Received: from mx1.redhat.com ([209.132.183.28]:47866) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QMhCf-0006Kq-62 for qemu-devel@nongnu.org; Wed, 18 May 2011 09:54:21 -0400 Date: Wed, 18 May 2011 10:54:16 -0300 From: Luiz Capitulino Message-ID: <20110518105416.0bad0a51@doriath> In-Reply-To: References: <1305679930-4215-1-git-send-email-mdroth@linux.vnet.ibm.com> <1305679930-4215-5-git-send-email-mdroth@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v1][ 04/23] qerror: refactor error to make the human message reusable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: aliguori@linux.vnet.ibm.com, Anthony Liguori , Michael Roth , qemu-devel@nongnu.org On Wed, 18 May 2011 09:09:28 +0100 Stefan Hajnoczi wrote: > On Wed, May 18, 2011 at 1:51 AM, Michael Roth = wrote: > > +#if 0 > > + =A0 =A0qerror_abort(qerror, "expected '%c' in '%s'", c, entry->desc); > > +#else > > + =A0 =A0fprintf(stderr, "expected '%c' in '%s'", c, entry->desc); > > =A0 =A0 abort(); > > +#endif >=20 > There are a couple of #if 0 in the patch, please resolve them. Yes and this does more than the subject says.