From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46537) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YmlAl-00032V-CS for qemu-devel@nongnu.org; Mon, 27 Apr 2015 11:42:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YmlAi-0004qH-87 for qemu-devel@nongnu.org; Mon, 27 Apr 2015 11:42:15 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55345) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YmlAi-0004qD-08 for qemu-devel@nongnu.org; Mon, 27 Apr 2015 11:42:12 -0400 From: Markus Armbruster References: <1428206887-7921-1-git-send-email-eblake@redhat.com> <1428206887-7921-3-git-send-email-eblake@redhat.com> Date: Mon, 27 Apr 2015 17:42:06 +0200 In-Reply-To: <1428206887-7921-3-git-send-email-eblake@redhat.com> (Eric Blake's message of "Sat, 4 Apr 2015 22:07:33 -0600") Message-ID: <874mo137e9.fsf@blackfin.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH v6 02/36] qapi: Document type-safety considerations List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: kwolf@redhat.com, berto@igalia.co, qemu-devel@nongnu.org Eric Blake writes: > Go into more details about the various types of valid expressions > in a qapi schema, including tweaks to document fixes being done > later in the current patch series. Also fix some stale and missing > documentation in the QMP specification. > > Signed-off-by: Eric Blake Loses a bit of detail on anonymous unions, but PATCH 15 more than compensates. Reviewed-by: Markus Armbruster