From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40020) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a1sWJ-0007bx-HQ for qemu-devel@nongnu.org; Thu, 26 Nov 2015 04:07:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a1sWG-0000qJ-CT for qemu-devel@nongnu.org; Thu, 26 Nov 2015 04:07:15 -0500 Received: from mx1.redhat.com ([209.132.183.28]:59789) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a1sWG-0000qE-6r for qemu-devel@nongnu.org; Thu, 26 Nov 2015 04:07:12 -0500 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (Postfix) with ESMTPS id 9625AA0B4A for ; Thu, 26 Nov 2015 09:07:11 +0000 (UTC) From: Markus Armbruster References: <1448486613-17634-1-git-send-email-armbru@redhat.com> <1448486613-17634-10-git-send-email-armbru@redhat.com> Date: Thu, 26 Nov 2015 10:07:09 +0100 In-Reply-To: <1448486613-17634-10-git-send-email-armbru@redhat.com> (Markus Armbruster's message of "Wed, 25 Nov 2015 22:23:30 +0100") Message-ID: <87fuztgmde.fsf@blackfin.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH v3 for-2.5 09/12] qjson: Convert to parser to recursive descent List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: pbonzini@redhat.com, lcapitulino@redhat.com Markus Armbruster writes: > We backtrack in parse_value(), even though JSON is LL(1) and thus can > be parsed by straightforward recursive descent. Do exactly that. > > Based on an almost-correct patch from Paolo Bonzini. > > Signed-off-by: Markus Armbruster Missing a Signed-off-by: Paolo Bonzini Fixed in my tree.