From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58950) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XEXr6-00024I-L7 for qemu-devel@nongnu.org; Tue, 05 Aug 2014 02:04:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XEXqz-0004Qo-NU for qemu-devel@nongnu.org; Tue, 05 Aug 2014 02:04:16 -0400 Received: from mx1.redhat.com ([209.132.183.28]:5528) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XEXqz-0004Qk-Fn for qemu-devel@nongnu.org; Tue, 05 Aug 2014 02:04:09 -0400 Date: Tue, 5 Aug 2014 14:04:26 +0800 From: Fam Zheng Message-ID: <20140805060426.GC1215@T430.nay.redhat.com> References: <1407213371-7408-1-git-send-email-eblake@redhat.com> <1407213371-7408-8-git-send-email-eblake@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1407213371-7408-8-git-send-email-eblake@redhat.com> Subject: Re: [Qemu-devel] [PATCH 7/7] qapi: drop support for inline subtypes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: Markus Armbruster , qemu-devel@nongnu.org, wenchaoqemu@gmail.com, Luiz Capitulino On Mon, 08/04 22:36, Eric Blake wrote: > diff --git a/tests/Makefile b/tests/Makefile > index a5d82e1..c54d802 100644 > --- a/tests/Makefile > +++ b/tests/Makefile > @@ -193,7 +193,8 @@ check-qapi-schema-y := $(addprefix tests/qapi-schema/, \ > comments.json empty.json enum-empty.json enum-missing-data.json \ > enum-wrong-data.json funny-char.json indented-expr.json \ > missing-colon.json missing-comma-list.json \ > - missing-comma-object.json non-objects.json \ > + missing-comma-object.json nested-struct-data.json \ > + nested-struct-returns.json non-objects.json \ Soft tab, please, to match the block's tab style. Fixing soft/hard tab for the whole file could happen in a separate patch, though. Fam