From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53527) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YqGZH-00035V-UW for qemu-devel@nongnu.org; Thu, 07 May 2015 03:50:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YqGZ2-0001q2-Ub for qemu-devel@nongnu.org; Thu, 07 May 2015 03:50:03 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38682) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YqGZ2-0001oO-Np for qemu-devel@nongnu.org; Thu, 07 May 2015 03:49:48 -0400 From: Markus Armbruster References: <1430829055-4739-1-git-send-email-eblake@redhat.com> <1430829055-4739-13-git-send-email-eblake@redhat.com> Date: Thu, 07 May 2015 09:49:45 +0200 In-Reply-To: <1430829055-4739-13-git-send-email-eblake@redhat.com> (Eric Blake's message of "Tue, 5 May 2015 06:30:53 -0600") Message-ID: <87pp6cakti.fsf@blackfin.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH v3 12/14] qapi: Support downstream flat unions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: kwolf@redhat.com, akong@redhat.com, berto@igalia.com, qemu-devel@nongnu.org, mdroth@linux.vnet.ibm.com Eric Blake writes: > Enhance the testsuite to cover downstream flat unions, including > the base type, discriminator name and type, and branch name and > type. Update the generator to mangle the union names in the > appropriate places. > > Signed-off-by: Eric Blake Reviewed-by: Markus Armbruster