From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39187) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XW2vJ-0004iA-Cg for qemu-devel@nongnu.org; Mon, 22 Sep 2014 08:41:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XW2vC-0000q0-Ob for qemu-devel@nongnu.org; Mon, 22 Sep 2014 08:40:57 -0400 Received: from mx1.redhat.com ([209.132.183.28]:49843) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XW2vC-0000ph-G1 for qemu-devel@nongnu.org; Mon, 22 Sep 2014 08:40:50 -0400 From: Markus Armbruster References: <1411165504-18198-1-git-send-email-eblake@redhat.com> <1411165504-18198-4-git-send-email-eblake@redhat.com> Date: Mon, 22 Sep 2014 14:40:41 +0200 In-Reply-To: <1411165504-18198-4-git-send-email-eblake@redhat.com> (Eric Blake's message of "Fri, 19 Sep 2014 16:24:48 -0600") Message-ID: <87lhpbhlpy.fsf@blackfin.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH v4 03/19] qapi: Update docs given recent event, spacing fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: Fam Zheng , qemu-devel@nongnu.org, wenchaoqemu@gmail.com, Luiz Capitulino Eric Blake writes: > Commit 21cd70d added event support but didn't document what the > generated code looks like. Commit 05dfb26 removed some unwanted > spaces in the generated code, but didn't reflect those changes > into the documentation. Finally, the docs start with a big > disclaimer about QMP not using QAPI yet, which feels rather stale. > > Signed-off-by: Eric Blake Reviewed-by: Markus Armbruster