From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=34688 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OEjba-0004d5-Hh for qemu-devel@nongnu.org; Wed, 19 May 2010 09:46:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OEjbM-0007Xt-AE for qemu-devel@nongnu.org; Wed, 19 May 2010 09:46:25 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57273) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OEjbL-0007Xm-W8 for qemu-devel@nongnu.org; Wed, 19 May 2010 09:46:24 -0400 Date: Wed, 19 May 2010 10:46:16 -0300 From: Luiz Capitulino Message-ID: <20100519104616.474bb72b@redhat.com> In-Reply-To: <4BF3E803.30405@siemens.com> References: <1274232769-11160-1-git-send-email-lcapitulino@redhat.com> <1274232769-11160-3-git-send-email-lcapitulino@redhat.com> <4BF3AC24.8050401@siemens.com> <20100519100629.3009bee7@redhat.com> <4BF3E803.30405@siemens.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 2/3] QMP: Introduce commands documentation List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: "armbru@redhat.com" , "aliguori@us.ibm.com" , "qemu-devel@nongnu.org" , "avi@redhat.com" On Wed, 19 May 2010 15:30:43 +0200 Jan Kiszka wrote: > Luiz Capitulino wrote: [...] > > I didn't submit the syntax checking bits on purpose, there's something > > failing there and I didn't want to check it now. > > You already did for QMP, just skipped the STEXI/ETEXI balancing checks. > And if that reports an error for TEXI, better have a closer look. It > worked fine with my tree, so something may have regressed. Here you go: """ GEN qemu-img-cmds.texi line 10: syntax error: expected ETEXI, found STEXI make: *** [qemu-img-cmds.texi] Error 1 make: *** Deleting file `qemu-img-cmds.texi' """ Indeed, looks like a bug in qemu-img-cmds.hx: """ STEXI @table @option STEXI """