From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57161) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bIWQB-0006Xb-57 for qemu-devel@nongnu.org; Thu, 30 Jun 2016 03:30:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bIWQ7-0006ER-UK for qemu-devel@nongnu.org; Thu, 30 Jun 2016 03:29:59 -0400 Received: from mx1.redhat.com ([209.132.183.28]:59816) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bIWQ7-0006E4-OD for qemu-devel@nongnu.org; Thu, 30 Jun 2016 03:29:55 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 48D75AE5BE for ; Thu, 30 Jun 2016 07:29:55 +0000 (UTC) Received: from blackfin.pond.sub.org (ovpn-116-16.ams2.redhat.com [10.36.116.16]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u5U7Trvj014856 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Thu, 30 Jun 2016 03:29:54 -0400 From: Markus Armbruster Date: Thu, 30 Jun 2016 09:29:45 +0200 Message-Id: <1467271792-20418-1-git-send-email-armbru@redhat.com> Subject: [Qemu-devel] [PULL 0/7] QAPI patches 2016-06-30 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org The following changes since commit 3e904d6ade7f363c64b3c54c5d14372b8a9e6892: Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20160628' into staging (2016-06-29 10:43:08 +0100) are available in the git repository at: git://repo.or.cz/qemu/armbru.git tags/pull-qapi-2016-06-30 for you to fetch changes up to 68f623735cb09a73d2cd486490313dbce725478d: qapi: Fix memleak in string visitors on int lists (2016-06-30 09:09:04 +0200) ---------------------------------------------------------------- QAPI patches 2016-06-30 ---------------------------------------------------------------- Eric Blake (7): json-streamer: Don't leak tokens on incomplete parse qobject: Correct JSON lexer grammar comments checkpatch: There is no qemu_strtod() qapi: Fix crash on missing alternate member of QAPI struct range: Create range.c for code that should not be inline qapi: Simplify use of range.h qapi: Fix memleak in string visitors on int lists include/qemu/range.h | 91 ++++++++++-------------------------------- qapi/string-input-visitor.c | 17 ++------ qapi/string-output-visitor.c | 4 +- qobject/json-lexer.c | 19 ++++++--- qobject/json-streamer.c | 6 +++ scripts/checkpatch.pl | 2 +- scripts/qapi-visit.py | 6 +++ tests/test-qmp-input-visitor.c | 12 ++++++ util/Makefile.objs | 1 + util/range.c | 76 +++++++++++++++++++++++++++++++++++ 10 files changed, 143 insertions(+), 91 deletions(-) create mode 100644 util/range.c -- 2.5.5